Skip to content

Commit d6a1ba6

Browse files
authored
bench: convert more benchmarks from criterion to divan (#2418)
With the exception of `vortex-sampling-compressor`.
1 parent 1c8c99a commit d6a1ba6

File tree

14 files changed

+579
-411
lines changed

14 files changed

+579
-411
lines changed

Cargo.lock

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

encodings/dict/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ vortex-fsst = { workspace = true, optional = true }
3636
workspace = true
3737

3838
[dev-dependencies]
39-
criterion = { workspace = true }
4039
divan = { workspace = true }
4140
rand = { workspace = true }
4241
vortex-array = { workspace = true, features = ["test-harness"] }
@@ -54,4 +53,4 @@ required-features = ["test-harness"]
5453
[[bench]]
5554
name = "chunked_dict_array_builder"
5655
harness = false
57-
required-features = ["test-harness"]
56+
required-features = ["test-harness"]

encodings/fastlanes/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ vortex-mask = { workspace = true }
3333
vortex-scalar = { workspace = true }
3434

3535
[dev-dependencies]
36-
criterion = { workspace = true }
3736
divan = { workspace = true }
3837
rand = { workspace = true }
3938
vortex-array = { workspace = true, features = ["test-harness"] }

0 commit comments

Comments
 (0)