From 73e0cd5d0de276a6c41c78920ff79d8e11991240 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Wed, 3 Apr 2013 13:32:37 +0530 Subject: Echo benchmark that is currently running This will be useful when the benchmark has many functions. --- Rules | 1 + 1 file changed, 1 insertion(+) (limited to 'Rules') diff --git a/Rules b/Rules index 02cdb4ac78..9ad1d11127 100644 --- a/Rules +++ b/Rules @@ -201,6 +201,7 @@ bench: $(binaries-bench) mv -f $(objpfx)bench.out $(objpfx)bench.out.old; \ fi for run in $^; do \ + echo "Running $${run}"; \ eval $(run-bench) >> $(objpfx)bench.out; \ done -- cgit v1.2.3