Skip to content

Commit 969ddad

Browse files
committed
Upgrade to multicore-bench 0.1.2
The Stdlib benchmarks now live in multicore-bench.
1 parent 611ee84 commit 969ddad

File tree

8 files changed

+6
-203
lines changed

8 files changed

+6
-203
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[API reference](https://ocaml-multicore.github.io/kcas/doc/) ·
2-
[Benchmarks](https://bench.ci.dev/ocaml-multicore/kcas/branch/main/benchmark/default)
2+
[Benchmarks](https://bench.ci.dev/ocaml-multicore/kcas/branch/main) ·
3+
[Stdlib Benchmarks](https://bench.ci.dev/ocaml-multicore/multicore-bench/branch/main)
34

45
<div align="center">
56

bench/bench_atomic.ml

Lines changed: 0 additions & 55 deletions
This file was deleted.

bench/bench_ref.ml

Lines changed: 0 additions & 70 deletions
This file was deleted.

bench/bench_ref_mutex.ml

Lines changed: 0 additions & 72 deletions
This file was deleted.

bench/dune

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ let () =
1111
(test
1212
(name main)
1313
(package kcas_data)
14+
(action
15+
(run %{test} -brief))
1416
(libraries
1517
kcas_data
1618
multicore-bench

bench/main.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
let benchmarks =
22
[
3-
("Ref with [@poll error]", Bench_ref.run_suite);
4-
("Ref with Mutex", Bench_ref_mutex.run_suite);
5-
("Atomic", Bench_atomic.run_suite);
63
("Kcas Loc", Bench_loc.run_suite);
74
("Kcas Xt", Bench_xt.run_suite);
85
("Kcas Xt read-only", Bench_xt_ro.run_suite);

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
:with-test))
8787
(multicore-bench
8888
(and
89-
(>= 0.1.1)
89+
(>= 0.1.2)
9090
:with-test))
9191
(alcotest
9292
(and

kcas_data.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ depends: [
2222
"backoff" {>= "0.1.0" & with-test}
2323
"domain-local-await" {>= "1.0.1" & with-test}
2424
"domain_shims" {>= "0.1.0" & with-test}
25-
"multicore-bench" {>= "0.1.1" & with-test}
25+
"multicore-bench" {>= "0.1.2" & with-test}
2626
"alcotest" {>= "1.7.0" & with-test}
2727
"qcheck-core" {>= "0.21.2" & with-test}
2828
"qcheck-stm" {>= "0.3" & with-test}

0 commit comments

Comments
 (0)