mirror of git://sourceware.org/git/glibc.git
Echo benchmark that is currently running
This will be useful when the benchmark has many functions.
This commit is contained in:
parent
64aabd4b80
commit
73e0cd5d0d
|
@ -1,5 +1,7 @@
|
||||||
2013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
|
2013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
|
* Rules (bench): Echo currently running benchmark.
|
||||||
|
|
||||||
* benchtests/Makefile (bench): Add atan and slowatan.
|
* benchtests/Makefile (bench): Add atan and slowatan.
|
||||||
* benchtests/atan-inputs: New file.
|
* benchtests/atan-inputs: New file.
|
||||||
* benchtests/slowatan-inputs: New file.
|
* benchtests/slowatan-inputs: New file.
|
||||||
|
|
1
Rules
1
Rules
|
@ -201,6 +201,7 @@ bench: $(binaries-bench)
|
||||||
mv -f $(objpfx)bench.out $(objpfx)bench.out.old; \
|
mv -f $(objpfx)bench.out $(objpfx)bench.out.old; \
|
||||||
fi
|
fi
|
||||||
for run in $^; do \
|
for run in $^; do \
|
||||||
|
echo "Running $${run}"; \
|
||||||
eval $(run-bench) >> $(objpfx)bench.out; \
|
eval $(run-bench) >> $(objpfx)bench.out; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue