diff --git a/Makefile b/Makefile index 0b6c832e3..83e269705 100644 --- a/Makefile +++ b/Makefile @@ -176,7 +176,7 @@ fullcabaltest: setversion # run performance benchmarks and save results in profs/. # Requires some commands defined in bench.tests and some BENCHEXES defined above. 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.* @(cd profs; rm -f latest.bench; ln -s $(TIME).bench latest.bench)