disable RBTreeDel test/benchmark

This commit is contained in:
Folkert 2021-10-03 14:06:40 +02:00
parent 0690633116
commit 313bc71f48
4 changed files with 75 additions and 74 deletions

View file

@ -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"),