Skip to content

Commit 45673ef

Browse files
committed
update: sail 0.4.2
1 parent 6551adf commit 45673ef

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

sail-partitioned/benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ echo "Install Python packages"
4545
python3 -m venv myenv
4646
source myenv/bin/activate
4747
pip install --upgrade setuptools wheel
48-
env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.4.1" -v --no-binary pysail
48+
pip install --no-cache-dir "pysail>=0.4.2,<0.5.0"
4949
pip install "pyspark-client==4.0.0" \
5050
"protobuf==5.28.3" \
5151
"grpcio==1.71.2" \
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

sail/benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ echo "Install Python packages"
4545
python3 -m venv myenv
4646
source myenv/bin/activate
4747
pip install --upgrade setuptools wheel
48-
env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.4.1" -v --no-binary pysail
48+
pip install --no-cache-dir "pysail>=0.4.2,<0.5.0"
4949
pip install "pyspark-client==4.0.0" \
5050
"protobuf==5.28.3" \
5151
"grpcio==1.71.2" \

sail/results/c8g.4xlarge.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)