Skip to content

Commit

Permalink
Fix bench target
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Apr 19, 2019
1 parent 5ef5355 commit fbd2ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gh-pages: doc
.PHONY: bench
bench:
dune clean
dune exec drivers/json/test/bench.exe --profile bench -- -all-values | tee bench.txt
dune exec drivers/json/bench/bench.exe --profile bench -- -all-values | tee bench.txt
sed -i 's/[┴┬┼│├┤┌┐┘└]/|/g' bench.txt
sed -i 's/[─]/-/g' bench.txt

Expand Down

0 comments on commit fbd2ebe

Please sign in to comment.