Skip to content

Commit 78037cb

Browse files
committed
update benchmarks
1 parent 7a16cd5 commit 78037cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

duckdb-vortex/benchmark.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
# Install
44
sudo apt-get update
5-
sudo apt-get install ninja-build cmake build-essential make ccache pip clang -y
5+
sudo apt-get install ninja-build cmake build-essential make ccache pip clang pkg-config -y
6+
7+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --no-modify-path
68

79
export CC=clang
810
export CXX=clang++
911
git clone https://github.com/vortex-data/vortex --recursive
1012
cd vortex/duckdb-vortex
11-
git checkout v0.34.0
13+
git checkout 0.34.0
1214
GEN=ninja NATIVE_ARCH=1 LTO=thin make
1315
export PATH="`pwd`/build/release/:$PATH"
1416
cd ../..

0 commit comments

Comments
 (0)