Home
last modified time | relevance | path

Searched refs:scjson (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/test/cpp/qps/
Dqps_json_driver.cc177 bool scjson = (FLAGS_scenarios_json != ""); in QpsDriver() local
178 if ((!scfile && !scjson && !FLAGS_quit) || in QpsDriver()
179 (scfile && (scjson || FLAGS_quit)) || (scjson && FLAGS_quit)) { in QpsDriver()
198 } else if (scjson) { in QpsDriver()