Skip to content

Commit fbd2ebe

Browse files
committed
Fix bench target
1 parent 5ef5355 commit fbd2ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gh-pages: doc
4545
.PHONY: bench
4646
bench:
4747
dune clean
48-
dune exec drivers/json/test/bench.exe --profile bench -- -all-values | tee bench.txt
48+
dune exec drivers/json/bench/bench.exe --profile bench -- -all-values | tee bench.txt
4949
sed -i 's/[┴┬┼│├┤┌┐┘└]/|/g' bench.txt
5050
sed -i 's/[─]/-/g' bench.txt
5151

0 commit comments

Comments
 (0)