From 3d3403d3a8817a71d4bfb16e02e24fdcb5048f51 Mon Sep 17 00:00:00 2001 From: Guantao Liu Date: Mon, 24 Jul 2017 19:44:01 -0700 Subject: Update the scenario result schema --- tools/run_tests/performance/scenario_result_schema.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tools/run_tests/performance/scenario_result_schema.json') 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" } ] }, -- cgit v1.2.3