aboutsummaryrefslogtreecommitdiff
path: root/benchtests/Makefile
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-12-06 13:51:09 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-03-21 17:32:50 +0530
commitdf26ea5359820f692565c44afb84ee3fd05e20d1 (patch)
treeac8d2e08493a4ece8772a4811591b566c194c14d /benchtests/Makefile
parentfdf4534d02483af279deddfd23cb61f6079dd277 (diff)
downloadglibc-df26ea5359820f692565c44afb84ee3fd05e20d1.zip
glibc-df26ea5359820f692565c44afb84ee3fd05e20d1.tar.gz
glibc-df26ea5359820f692565c44afb84ee3fd05e20d1.tar.bz2
Implement benchmarking script in python
Implemented the benchmark script in python since it is much cleaner and simpler to maintain.
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r--benchtests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index 55d957a..89151b4 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -129,5 +129,5 @@ $(objpfx)bench-%.c: %-inputs $(bench-deps)
{ if [ -n "$($*-INCLUDE)" ]; then \
cat $($*-INCLUDE); \
fi; \
- $(..)scripts/bench.pl $(patsubst %-inputs,%,$<); } > $@-tmp
+ $(..)scripts/bench.py $(patsubst %-inputs,%,$<); } > $@-tmp
mv -f $@-tmp $@