summaryrefslogtreecommitdiff
path: root/benchtests
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2018-08-11 18:54:46 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2018-08-11 18:55:09 +0530
commit8cac1f263528d6e943554e175f39e03d2a4a3d26 (patch)
tree086039bfc70c6780827fa9b2dbd328bc7a3c06aa /benchtests
parent44727aec4fc260331cf52fa752223dcf39607a0a (diff)
downloadglibc-8cac1f263528d6e943554e175f39e03d2a4a3d26.tar.gz
[benchtests] Add workload test properties to schema
Add the workload test properties (max-throughput, latency, etc.) to the schema to prevent benchmark output validation from failing. * benchtests/scripts/benchout.schema.json (properties): Add new properties.
Diffstat (limited to 'benchtests')
-rw-r--r--benchtests/scripts/benchout.schema.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchtests/scripts/benchout.schema.json b/benchtests/scripts/benchout.schema.json
index 0eca21b6bd..8cfd606497 100644
--- a/benchtests/scripts/benchout.schema.json
+++ b/benchtests/scripts/benchout.schema.json
@@ -23,6 +23,10 @@
"max": {"type": "number"},
"min": {"type": "number"},
"mean": {"type": "number"},
+ "latency": {"type": "number"},
+ "min-throughput": {"type": "number"},
+ "max-throughput": {"type": "number"},
+ "reciprocal-throughput": {"type": "number"},
"timings": {
"type": "array",
"items": {"type": "number"}