+2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com>
+
+ * benchtests/scripts/benchout.schema.json: Add throughput as accepted
+ result from property and remove "max", min" and "mean" from
+ required properties based on benchtests/bench-skeleton.c.
+
2017-11-28 Florian Weimer <fweimer@redhat.com>
[BZ #20826]
"properties": {
"duration": {"type": "number"},
"iterations": {"type": "number"},
+ "throughput": {"type": "number"},
"max": {"type": "number"},
"min": {"type": "number"},
"mean": {"type": "number"},
"items": {"type": "number"}
}
},
- "required": ["duration", "iterations", "max", "min", "mean"],
+ "required": ["duration", "iterations"],
"additionalProperties": false
}
},