]> git.ipfire.org Git - thirdparty/glibc.git/commit
benchtests: Enable BENCHSET to run subset of tests
authorVictor Rodriguez <victor.rodriguez.bahena@intel.com>
Tue, 28 Nov 2017 14:27:46 +0000 (19:57 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 28 Nov 2017 14:27:46 +0000 (19:57 +0530)
commit0422ed1e84d923023f3bd57e723d3d4dc7569901
tree695887f870b2b6303dd0ef96130545223276c381
parentd5090db30edf04f39dc0eacfc09db72af8045f39
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>
ChangeLog
benchtests/Makefile
benchtests/README