aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVictor Rodriguez <victor.rodriguez.bahena@intel.com>2017-11-28 19:57:46 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-11-28 19:57:46 +0530
commit0422ed1e84d923023f3bd57e723d3d4dc7569901 (patch)
tree695887f870b2b6303dd0ef96130545223276c381 /ChangeLog
parentd5090db30edf04f39dc0eacfc09db72af8045f39 (diff)
downloadglibc-0422ed1e84d923023f3bd57e723d3d4dc7569901.tar
glibc-0422ed1e84d923023f3bd57e723d3d4dc7569901.tar.gz
glibc-0422ed1e84d923023f3bd57e723d3d4dc7569901.tar.bz2
glibc-0422ed1e84d923023f3bd57e723d3d4dc7569901.zip
benchtests: Enable BENCHSET to run subset of tests
This patch adds BENCHSET variable to benchtests/Makefile in order to provide the capability to run a list of subsets of benchmark tests, ie; make bench BENCHSET="bench-pthread bench-math malloc-thread" This helps users to benchmark specific glibc area ChangeLog: * benchtests/Makefile:Add BENCHSET to allow subsets of benchmarks to be run. * benchtests/README: Add documentation for: Running subsets of benchmarks. Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena@intel.com> Signed-off-by: Icarus Sparry <icarus.w.sparry@intel.com> Reviewed-By: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9685aec392..f7616dcb2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com>
+ Icarus Sparry <icarus.w.sparry@intel.com>
+
+ * benchtests/Makefile:Add BENCHSET to allow subsets of
+ benchmarks to be run.
+ * benchtests/README: Add documentation for: Running subsets of
+ benchmarks.
+
+2017-11-28 Victor Rodriguez <victor.rodriguez.bahena@intel.com>
* benchtests/scripts/benchout.schema.json: Fix regex to accept a wider
range of tests names.