Skip to content

Commit b4296cf

Browse files
authored
Remove old datafusion benchmark (#2070)
This was an original datafusion integration benchmark but given we can run both TPC-H and Clickbench its utility is likely 0 now
1 parent 858ff9b commit b4296cf

File tree

4 files changed

+0
-196
lines changed

4 files changed

+0
-196
lines changed

.github/workflows/bench-pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
strategy:
2727
matrix:
2828
benchmark:
29-
- id: datafusion
30-
name: DataFusion
3129
- id: random_access
3230
name: Random Access
3331
- id: compress

.github/workflows/bench.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
strategy:
3333
matrix:
3434
benchmark:
35-
- id: datafusion
36-
name: DataFusion
3735
- id: random_access
3836
name: Random Access
3937
- id: compress

bench-vortex/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ name = "random_access"
8181
test = false
8282
harness = false
8383

84-
[[bench]]
85-
name = "datafusion"
86-
test = false
87-
harness = false
88-
8984
[[bench]]
9085
name = "tpch"
9186
test = false

bench-vortex/benches/datafusion.rs

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

0 commit comments

Comments
 (0)