diff options
author | Victor Rodriguez <victor.rodriguez.bahena@intel.com> | 2017-11-28 19:57:46 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-11-28 19:57:46 +0530 |
commit | 0422ed1e84d923023f3bd57e723d3d4dc7569901 (patch) | |
tree | 695887f870b2b6303dd0ef96130545223276c381 /ChangeLog | |
parent | d5090db30edf04f39dc0eacfc09db72af8045f39 (diff) | |
download | glibc-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |