Update the scenario result schema

pull/11926/head
Guantao Liu 7 years ago
parent 9511aefaa9
commit 3d3403d3a8
  1. 10
      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"
}
]
},

Loading…
Cancel
Save