Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions sail-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@ echo "Install Python packages"
python3 -m venv myenv
source myenv/bin/activate
pip install --upgrade setuptools wheel
pip install --no-cache-dir "pysail>=0.4.2,<0.5.0"
pip install "pyspark-client==4.0.0" \
"protobuf==5.28.3" \
"grpcio==1.71.2" \
"grpcio-status==1.71.2" \
pip install --no-cache-dir "pysail>=0.5.1,<0.6.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coming back to my earlier comment, in the interest of reproducible benchmarks. we should have a fixed sail version here, and not an arbitrary version betwen 0.5.1 and 0.6.

pip install "pyspark-client==4.1.1" \
pandas \
psutil

Expand Down
7 changes: 2 additions & 5 deletions sail/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@ echo "Install Python packages"
python3 -m venv myenv
source myenv/bin/activate
pip install --upgrade setuptools wheel
pip install --no-cache-dir "pysail>=0.4.2,<0.5.0"
pip install "pyspark-client==4.0.0" \
"protobuf==5.28.3" \
"grpcio==1.71.2" \
"grpcio-status==1.71.2" \
pip install --no-cache-dir "pysail>=0.5.1,<0.6.0"
pip install "pyspark-client==4.1.1" \
pandas \
psutil

Expand Down