Skip to content

Commit d01e6d2

Browse files
committed
chore: correctly calculate the throughput
1 parent 71f7bc6 commit d01e6d2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libs/@local/hashql/core/benches/symbol.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ fn interning(criterion: &mut Criterion) {
112112
|bencher, &count| {
113113
let mut heap = Heap::new();
114114

115-
// pre-intern so that the dedup path is exercised
116-
for ident in IDENTIFIERS {
117-
black_box(heap.intern_symbol(ident));
118-
}
119-
120115
bencher.iter(|| {
121116
heap.reset();
122117
for _ in 0..count {

0 commit comments

Comments
 (0)