From 017251a46a662a7084c713691061eb47c0559f4b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 4 May 2013 09:00:52 -0700 Subject: [PATCH] tools: make "bench" verbose like "quickbench" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28ccc9c85..3046ad963 100644 --- a/Makefile +++ b/Makefile @@ -441,7 +441,7 @@ quickbench: samplejournals bench.tests tools/simplebench # run simple performance benchmarks and archive results # Requires some commands defined in bench.tests and some BENCHEXES defined above. bench: samplejournals bench.tests tools/simplebench - tools/simplebench -fbench.tests $(BENCHEXES) | tee profs/$(TIME).bench + tools/simplebench -v -fbench.tests $(BENCHEXES) | tee profs/$(TIME).bench @rm -f benchresults.* @(cd profs; rm -f latest.bench; ln -s $(TIME).bench latest.bench)