File tree Expand file tree Collapse file tree 7 files changed +6
-41
lines changed Expand file tree Collapse file tree 7 files changed +6
-41
lines changed Original file line number Diff line number Diff line change 1
1
[ API Reference] ( https://ocaml-multicore.github.io/saturn/ ) · ;
2
- [ Benchmarks] ( https://bench.ci.dev/ocaml-multicore/saturn/branch/main )
2
+ [ Benchmarks] ( https://bench.ci.dev/ocaml-multicore/saturn/branch/main ) · ;
3
+ [ Stdlib Benchmarks] ( https://bench.ci.dev/ocaml-multicore/multicore-bench/branch/main )
3
4
4
5
<!--
5
6
```ocaml
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ let () =
10
10
(test
11
11
(package saturn)
12
12
(name main)
13
+ (action
14
+ (run %{test} -brief))
13
15
(libraries saturn multicore-bench multicore-magic |}
14
16
^ maybe_domain_shims ^ {| ))
15
17
|}
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ let benchmarks =
7
7
(" Saturn_lockfree Skiplist" , Bench_skiplist. run_suite);
8
8
(" Saturn_lockfree Stack" , Bench_stack. run_suite);
9
9
(" Saturn_lockfree Work_stealing_deque" , Bench_ws_deque. run_suite);
10
- (" Stdlib Queue" , Bench_stdlib_queue. run_suite);
11
- (" Stdlib Stack" , Bench_stdlib_stack. run_suite);
12
10
]
13
11
14
12
let () = Multicore_bench.Cmd. run ~benchmarks ()
Original file line number Diff line number Diff line change 15
15
( domain_shims ( and ( >= 0 .1.0) :with -test) )
16
16
( saturn_lockfree ( = :version ) )
17
17
( multicore-magic ( and ( >= 2 .1.0) :with -test) )
18
- ( multicore-bench ( and ( >= 0 .1.0 ) :with -test) )
18
+ ( multicore-bench ( and ( >= 0 .1.2 ) :with -test) )
19
19
( backoff ( and ( >= 0 .1.0) :with -test) )
20
20
( alcotest ( and ( >= 1 .7.0) :with -test) )
21
21
( qcheck ( and ( >= 0 .21.3) :with -test) )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
14
14
"domain_shims" {>= "0.1.0" & with-test}
15
15
"saturn_lockfree" {= version}
16
16
"multicore-magic" {>= "2.1.0" & with-test}
17
- "multicore-bench" {>= "0.1.0 " & with-test}
17
+ "multicore-bench" {>= "0.1.2 " & with-test}
18
18
"backoff" {>= "0.1.0" & with-test}
19
19
"alcotest" {>= "1.7.0" & with-test}
20
20
"qcheck" {>= "0.21.3" & with-test}
You can’t perform that action at this time.
0 commit comments