summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-11-17 11:01:17 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-11-17 11:01:17 -0800
commita595d4a6d1cb0cccaa0d198939eff172b48c99c8 (patch)
treedc8c075e3fb0791c93649ddff8f6de0a09c7d600 /Makefile
parent0d29e8da52f31e76ac8df77c50e027580e1e83fa (diff)
More 'make bench' improvements.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e326da..25d691c 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ bench: benchmark.md
for x in `seq 1 20` ; do \
/usr/bin/env time -p ${PROG} $< >/dev/null ; \
done \
- } 2>&1 | tee rawdata | grep 'user' |\
+ } 2>&1 | grep 'real' |\
awk '{print $$2}' | \
python3 'bench/stats.py'