Skip to content

Commit 90ca40a

Browse files
committed
format
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 6c88783 commit 90ca40a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

vortex-array/benches/dict_compare.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ const LENGTH_AND_UNIQUE_VALUES: &[(usize, usize)] = &[
4848
(100_000, 2048),
4949
];
5050

51-
static SESSION: LazyLock<VortexSession> =
52-
LazyLock::new(|| VortexSession::empty().with::<ArraySession>());
53-
5451
#[divan::bench(args = LENGTH_AND_UNIQUE_VALUES)]
5552
fn bench_compare_primitive(bencher: divan::Bencher, (len, uniqueness): (usize, usize)) {
5653
let primitive_arr = gen_primitive_for_dict::<i32>(len, uniqueness);

0 commit comments

Comments
 (0)