From bfbcc2868ffabfbbc49c203346b211f3e6a25d16 Mon Sep 17 00:00:00 2001 From: Janis Date: Mon, 23 Jun 2025 13:46:07 +0200 Subject: [PATCH] bench mark bigger size! --- benches/join.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benches/join.rs b/benches/join.rs index ba345da..895e6e2 100644 --- a/benches/join.rs +++ b/benches/join.rs @@ -56,7 +56,7 @@ mod tree { } } -const TREE_SIZE: usize = 13; +const TREE_SIZE: usize = 16; #[bench] fn join_melange(b: &mut Bencher) {