diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | benchtests/scripts/benchout.schema.json | 4 |
2 files changed, 7 insertions, 0 deletions
@@ -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. 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"} |