diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Rules | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com> + * Rules (bench): Echo currently running benchmark. + * benchtests/Makefile (bench): Add atan and slowatan. * benchtests/atan-inputs: New file. * benchtests/slowatan-inputs: New file. @@ -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 |