aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance/scenario_result_schema.json
diff options
context:
space:
mode:
authorGravatar Guantao Liu <guantaol@google.com>2017-07-24 19:44:01 -0700
committerGravatar Guantao Liu <guantaol@google.com>2017-07-24 19:44:01 -0700
commit3d3403d3a8817a71d4bfb16e02e24fdcb5048f51 (patch)
tree92301b4d796a51a288979129a1034c22e38c2532 /tools/run_tests/performance/scenario_result_schema.json
parent9511aefaa9779762daef3040a04627c435f9c392 (diff)
Update the scenario result schema
Diffstat (limited to 'tools/run_tests/performance/scenario_result_schema.json')
-rw-r--r--tools/run_tests/performance/scenario_result_schema.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/run_tests/performance/scenario_result_schema.json b/tools/run_tests/performance/scenario_result_schema.json
index 245861f8c2..d7e2e292a7 100644
--- a/tools/run_tests/performance/scenario_result_schema.json
+++ b/tools/run_tests/performance/scenario_result_schema.json
@@ -216,6 +216,16 @@
"name": "serverPollsPerRequest",
"type": "FLOAT",
"mode": "NULLABLE"
+ },
+ {
+ "name": "serverQueriesPerCpuSec",
+ "type": "FLOAT",
+ "mode": "NULLABLE"
+ },
+ {
+ "name": "clientQueriesPerCpuSec",
+ "type": "FLOAT",
+ "mode": "NULLABLE"
}
]
},