We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e912a5 + b63291c commit 17148d8Copy full SHA for 17148d8
bench/main.ml
@@ -4,6 +4,7 @@ let benchmarks =
4
("Saturn_lockfree Queue", Bench_queue.run_suite);
5
("Saturn_lockfree Single_prod_single_cons_queue", Bench_spsc_queue.run_suite);
6
("Saturn_lockfree Size", Bench_size.run_suite);
7
+ ("Saturn_lockfree Skiplist", Bench_skiplist.run_suite);
8
("Saturn_lockfree Stack", Bench_stack.run_suite);
9
("Saturn_lockfree Work_stealing_deque", Bench_ws_deque.run_suite);
10
]
0 commit comments