We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f54223 commit 1fdc8faCopy full SHA for 1fdc8fa
1 file changed
datafusion-vortex/benchmark.sh
@@ -5,16 +5,14 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rust-init.sh
5
bash rust-init.sh -y
6
source ~/.cargo/env
7
8
-
9
# Install Dependencies
10
sudo yum update -y
11
sudo yum install gcc jq -y
12
13
14
# Install Vortex from latest release main branch
15
git clone https://github.com/spiraldb/vortex.git
16
cd vortex
17
-git checkout 0.28.0
+git checkout 0.29.0
18
CARGO_PROFILE_RELEASE_LTO=true RUSTFLAGS="-C codegen-units=1" cargo build --release --bin clickbench -p bench-vortex
19
export PATH="`pwd`/target/release:$PATH"
20
cd ..
0 commit comments