Skip to content

Commit

Permalink
Fix benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaum committed Feb 19, 2024
1 parent bf4ba11 commit 9ffb2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/db/benches/tb_single_thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fn test_db() -> Arc<RelBox> {
secondary_indexed: false,
unique_domain: true,
index_type: IndexType::AdaptiveRadixTree,
codomain_index_type: None,
})
.collect::<Vec<_>>();

Expand Down

0 comments on commit 9ffb2f9

Please sign in to comment.