aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVictor Rodriguez <victor.rodriguez.bahena@intel.com>2017-11-28 19:49:59 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-11-28 19:49:59 +0530
commit0595e3603406e7f7b457bf9c99059bf1a48d97ef (patch)
tree54ce801d78d3af890a8e8cb569032204346e10c9 /ChangeLog
parentb4c645c2f5513ef4f97916ee59243aa8aac1f3c1 (diff)
downloadglibc-0595e3603406e7f7b457bf9c99059bf1a48d97ef.zip
glibc-0595e3603406e7f7b457bf9c99059bf1a48d97ef.tar.gz
glibc-0595e3603406e7f7b457bf9c99059bf1a48d97ef.tar.bz2
benchtests: Adjust valid and accepted properties
Benchmark workload-spec2006.wrf does not produce max, min or mean results but instead produce throughput. This is represented in benchtests/bench-skeleton.c. This patch adjust benchout.schema.json to consider bench.out from bench-math benchmarks as valid ChangeLog: * 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. Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena@intel.com> Reviewed-By: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2042359..21fd04a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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]