File tree Expand file tree Collapse file tree 8 files changed +6
-203
lines changed Expand file tree Collapse file tree 8 files changed +6
-203
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11let 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);
Original file line number Diff line number Diff line change 8686 :with -test) )
8787 ( multicore-bench
8888 ( and
89- ( >= 0 .1.1 )
89+ ( >= 0 .1.2 )
9090 :with -test) )
9191 ( alcotest
9292 ( and
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments