Skip to content

Commit 1fdc8fa

Browse files
committed
.
1 parent 3f54223 commit 1fdc8fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

datafusion-vortex/benchmark.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rust-init.sh
55
bash rust-init.sh -y
66
source ~/.cargo/env
77

8-
98
# Install Dependencies
109
sudo yum update -y
1110
sudo yum install gcc jq -y
1211

13-
1412
# Install Vortex from latest release main branch
1513
git clone https://github.com/spiraldb/vortex.git
1614
cd vortex
17-
git checkout 0.28.0
15+
git checkout 0.29.0
1816
CARGO_PROFILE_RELEASE_LTO=true RUSTFLAGS="-C codegen-units=1" cargo build --release --bin clickbench -p bench-vortex
1917
export PATH="`pwd`/target/release:$PATH"
2018
cd ..

0 commit comments

Comments
 (0)