aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/performance/scenario_result_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/performance/scenario_result_schema.json')
-rw-r--r--tools/run_tests/performance/scenario_result_schema.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/run_tests/performance/scenario_result_schema.json b/tools/run_tests/performance/scenario_result_schema.json
index 8ec41c377c..245861f8c2 100644
--- a/tools/run_tests/performance/scenario_result_schema.json
+++ b/tools/run_tests/performance/scenario_result_schema.json
@@ -107,6 +107,11 @@
"name": "timeSystem",
"type": "FLOAT",
"mode": "NULLABLE"
+ },
+ {
+ "name": "cqPollCount",
+ "type": "INTEGER",
+ "mode": "NULLABLE"
}
]
},
@@ -129,6 +134,11 @@
"name": "timeSystem",
"type": "FLOAT",
"mode": "NULLABLE"
+ },
+ {
+ "name": "cqPollCount",
+ "type": "INTEGER",
+ "mode": "NULLABLE"
}
]
},
@@ -196,6 +206,16 @@
"name": "latency999",
"type": "FLOAT",
"mode": "NULLABLE"
+ },
+ {
+ "name": "clientPollsPerRequest",
+ "type": "FLOAT",
+ "mode": "NULLABLE"
+ },
+ {
+ "name": "serverPollsPerRequest",
+ "type": "FLOAT",
+ "mode": "NULLABLE"
}
]
},