tools: find executables in current directory when running benchmark
This commit is contained in:
parent
0c4462a460
commit
d5f8c90dd4
2
Makefile
2
Makefile
@ -176,7 +176,7 @@ fullcabaltest: setversion
|
|||||||
# run performance benchmarks and save results in profs/.
|
# run performance benchmarks and save results in profs/.
|
||||||
# Requires some commands defined in bench.tests and some BENCHEXES defined above.
|
# Requires some commands defined in bench.tests and some BENCHEXES defined above.
|
||||||
benchmark: sampleledgers bench.tests tools/bench
|
benchmark: sampleledgers bench.tests tools/bench
|
||||||
tools/bench -fbench.tests $(BENCHEXES) | tee profs/$(TIME).bench
|
PATH=.:$(PATH) tools/bench -fbench.tests $(BENCHEXES) | tee profs/$(TIME).bench
|
||||||
@rm -f benchresults.*
|
@rm -f benchresults.*
|
||||||
@(cd profs; rm -f latest.bench; ln -s $(TIME).bench latest.bench)
|
@(cd profs; rm -f latest.bench; ln -s $(TIME).bench latest.bench)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user