mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
[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.
This commit is contained in:
parent
44727aec4f
commit
8cac1f2635
@ -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.
|
||||
|
||||
|
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user