mirror of git://sourceware.org/git/glibc.git
Run bench-timing-type with newly built libc.
benchtests/timing-type is built with the newly built libc, so should be run with it like actual tests and benchmarks.
This commit is contained in:
parent
aba12794dc
commit
92ce43eef7
|
@ -217,7 +217,10 @@ bench-malloc: $(binaries-bench-malloc)
|
||||||
# capable language or tool.
|
# capable language or tool.
|
||||||
bench-func: $(binaries-bench)
|
bench-func: $(binaries-bench)
|
||||||
if [ -n '$^' ] ; then \
|
if [ -n '$^' ] ; then \
|
||||||
{ timing_type=$$($(timing-type)); \
|
{ timing_type=$$($(test-wrapper-env) \
|
||||||
|
$(run-program-env) \
|
||||||
|
$(test-via-rtld-prefix) \
|
||||||
|
$(timing-type)); \
|
||||||
echo "{\"timing_type\": \"$${timing_type}\","; \
|
echo "{\"timing_type\": \"$${timing_type}\","; \
|
||||||
echo " \"functions\": {"; \
|
echo " \"functions\": {"; \
|
||||||
for run in $^; do \
|
for run in $^; do \
|
||||||
|
|
Loading…
Reference in New Issue