]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[benchtests] Add workload test properties to schema
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 11 Aug 2018 13:24:46 +0000 (18:54 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 11 Aug 2018 13:25:09 +0000 (18:55 +0530)
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.

ChangeLog
benchtests/scripts/benchout.schema.json

index 9c7bb73ff824f02df28723d831d363eddfc45e81..b099b192bad6fa258dfcc3a8f836c56e382ad7b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-08-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
 
+       * benchtests/scripts/benchout.schema.json (properties): Add
+       new properties.
+
        * benchtests/bench-skeleton.c (main): Add duration and
        iterations attributes.
 
index 0eca21b6bd1d7fe7eeef388fbfc3831eeb0a8cec..8cfd6064972188cf711de1cbbf1bf5a1a8e7a40b 100644 (file)
                 "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"}