Skip to content

Commit

Permalink
Allow selecting a benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed May 30, 2023
1 parent a9de663 commit 8966a8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all:
dune build @runtest @all

bench:
dune exec -- ./bench/bench_main.exe
dune exec -- ./bench/main.exe

test_posix:
EIO_BACKEND=posix dune runtest
Expand Down
25 changes: 0 additions & 25 deletions bench/bench_main.ml

This file was deleted.

2 changes: 1 addition & 1 deletion bench/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(executables
(names bench_main)
(names main)
(libraries eio_main yojson))

0 comments on commit 8966a8c

Please sign in to comment.