Skip to content

Commit

Permalink
chore: remove bench/micro/fiber_bench*.ml (ocaml#10351)
Browse files Browse the repository at this point in the history
these are being tracked in ocaml-dune/fiber

Signed-off-by: Antonio Nuno Monteiro <[email protected]>
  • Loading branch information
anmonteiro authored Apr 1, 2024
1 parent 73c224d commit 69042f4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 200 deletions.
14 changes: 0 additions & 14 deletions bench/micro/dune
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,6 @@
false)
(libraries dune_bench core_bench.inline_benchmarks))

(library
(name fiber_bench)
(modules fiber_bench)
(library_flags -linkall)
(preprocess
(pps ppx_bench))
(libraries fiber stdune core_bench.inline_benchmarks))

(executable
(name fiber_bench_main)
(allow_overlapping_dependencies)
(modules fiber_bench_main)
(libraries fiber_bench core_bench.inline_benchmarks))

(executable
(name memo_bench_main)
(allow_overlapping_dependencies)
Expand Down
184 changes: 0 additions & 184 deletions bench/micro/fiber_bench.ml

This file was deleted.

1 change: 0 additions & 1 deletion bench/micro/fiber_bench_main.ml

This file was deleted.

1 change: 0 additions & 1 deletion bench/micro/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
export BENCHMARKS_RUNNER=TRUE
case "$1" in
"dune" ) test="dune_bench"; main="main";;
"fiber" ) test="fiber_bench"; main="fiber_bench_main";;
"memo" ) test="memo_bench"; main="memo_bench_main";;
"thread_pool" ) test="thread_pool_bench"; main="thread_pool_bench_main";;
"digest" ) test="digest_bench"; main="digest_bench_main";;
Expand Down

0 comments on commit 69042f4

Please sign in to comment.