Skip to content

Commit d2011f9

Browse files
committed
Move public-bi benchmarks out of vortex-bench
Signed-off-by: Adam Gutglick <[email protected]>
1 parent 9eadd0a commit d2011f9

File tree

9 files changed

+147
-471
lines changed

9 files changed

+147
-471
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ jobs:
416416
--ignore 'vortex-python/*' --ignore 'vortex-jni/*' --ignore 'vortex-flatbuffers/*' \
417417
--ignore 'vortex-proto/*' --ignore 'vortex-tui/*' --ignore 'vortex-datafusion/examples/*' \
418418
--ignore 'vortex-ffi/examples/*' --ignore '*/arbitrary/*' --ignore '*/arbitrary.rs' --ignore 'vortex-cxx/*' \
419-
--ignore 'vortex-gpu/*' \
419+
--ignore 'vortex-gpu/*' --ignore benchmarks/* \
420420
-o ${{ env.GRCOV_OUTPUT_FILE }}
421421
- name: Codecov
422422
uses: codecov/codecov-action@v5

Cargo.lock

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

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ comment:
2222
# ignore example binaries
2323
ignore:
2424
- "**/examples/*.rs"
25+
- "vortex-bench/**/*.rs"
26+
- "benchmarks/**/*.rs"

vortex-bench/Cargo.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ async-trait = { workspace = true }
2626
bytes = { workspace = true }
2727
bzip2 = { workspace = true }
2828
clap = { workspace = true, features = ["derive"] }
29-
datafusion = { workspace = true, features = [
30-
"parquet",
31-
"datetime_expressions",
32-
"nested_expressions",
33-
"unicode_expressions",
34-
] }
35-
datafusion-common = { workspace = true }
36-
datafusion-physical-plan = { workspace = true }
3729
erased-serde = { workspace = true }
3830
futures = { workspace = true }
3931
get_dir = { workspace = true }
@@ -73,4 +65,3 @@ vortex = { workspace = true, features = [
7365
"zstd",
7466
"unstable_encodings",
7567
] }
76-
vortex-datafusion = { workspace = true }

vortex-bench/src/bin/public_bi.rs

Lines changed: 0 additions & 201 deletions
This file was deleted.

vortex-bench/src/engines/df/mod.rs

Lines changed: 0 additions & 100 deletions
This file was deleted.

vortex-bench/src/engines/mod.rs

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)