Merge pull request #11926 from guantaol/patch_dashboard_schema

Patch dashboard schema to add new metrics 'Queries/CPU-sec'
pull/10448/merge
Guantao Liu 8 years ago committed by GitHub
commit 3064423b71
  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