mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
disable RBTreeDel test/benchmark
This commit is contained in:
parent
0690633116
commit
313bc71f48
4 changed files with 75 additions and 74 deletions
|
@ -131,6 +131,7 @@ pub fn bench_rbtree_ck<T: Measurement>(bench_group_opt: Option<&mut BenchmarkGro
|
|||
);
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn bench_rbtree_delete<T: Measurement>(bench_group_opt: Option<&mut BenchmarkGroup<T>>) {
|
||||
exec_bench_w_input(
|
||||
&example_file("benchmarks", "RBTreeDel.roc"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue