summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26ca5ff..60694e9 100644
--- a/Makefile
+++ b/Makefile
@@ -133,7 +133,7 @@ bench: $(BENCHFILE)
{ sudo renice 99 $$$$; \
for x in `seq 1 $(NUMRUNS)` ; do \
/usr/bin/env time -p ${PROG} </dev/null >/dev/null ; \
- /usr/bin/env time -p ${PROG} $< >/dev/null ; \
+ /usr/bin/env time -p ${PROG} <$< >/dev/null ; \
done \
} 2>&1 | grep 'real' | awk '{print $$2}' | python3 'bench/stats.py'