Skip to content

Commit 17148d8

Browse files
authored
Merge pull request #142 from lyrm/skiplist-bench
Add back an accidentally dropped line.
2 parents 9e912a5 + b63291c commit 17148d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench/main.ml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ let benchmarks =
44
("Saturn_lockfree Queue", Bench_queue.run_suite);
55
("Saturn_lockfree Single_prod_single_cons_queue", Bench_spsc_queue.run_suite);
66
("Saturn_lockfree Size", Bench_size.run_suite);
7+
("Saturn_lockfree Skiplist", Bench_skiplist.run_suite);
78
("Saturn_lockfree Stack", Bench_stack.run_suite);
89
("Saturn_lockfree Work_stealing_deque", Bench_ws_deque.run_suite);
910
]

0 commit comments

Comments
 (0)