Skip to content

Commit

Permalink
remove docker, switch to prebuilt dbgen
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Aug 5, 2024
1 parent 03dc9e7 commit 84e1b7c
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 14 deletions.
126 changes: 121 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ futures-util = "0.3.30"
getrandom = "0.2.14"
half = { version = "^2", features = ["std", "num-traits"] }
hashbrown = "0.14.3"
homedir = "0.3.3"
humansize = "2.1.3"
indicatif = "0.17.8"
itertools = "0.13.0"
Expand Down Expand Up @@ -104,6 +105,7 @@ serde = "1.0.197"
serde_json = "1.0.116"
serde_test = "1.0.176"
simplelog = { version = "0.12.2", features = ["paris"] }
tar = "0.4"
thiserror = "1.0.58"
tokio = "1.37.0"
uninit = "0.6.2"
Expand Down
2 changes: 2 additions & 0 deletions bench-vortex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ datafusion = { workspace = true }
enum-iterator = { workspace = true }
flexbuffers = { workspace = true }
futures = { workspace = true, features = ["executor"] }
homedir = { workspace = true }
humansize = { workspace = true }
indicatif = { workspace = true }
itertools = { workspace = true }
Expand All @@ -40,6 +41,7 @@ rayon = { workspace = true }
reqwest = { workspace = true }
serde = { workspace = true }
simplelog = { workspace = true }
tar = { workspace = true }
tokio = { workspace = true, features = ["full"] }
uuid = { workspace = true, features = ["v4"] }
vortex-alp = { path = "../encodings/alp" }
Expand Down
Loading

0 comments on commit 84e1b7c

Please sign in to comment.