We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef5355 commit fbd2ebeCopy full SHA for fbd2ebe
1 file changed
Makefile
@@ -45,7 +45,7 @@ gh-pages: doc
45
.PHONY: bench
46
bench:
47
dune clean
48
- 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
49
sed -i 's/[┴┬┼│├┤┌┐┘└]/|/g' bench.txt
50
sed -i 's/[─]/-/g' bench.txt
51
0 commit comments