diff --git a/sail-partitioned/benchmark.sh b/sail-partitioned/benchmark.sh index ad91b02e2..78cdb734d 100755 --- a/sail-partitioned/benchmark.sh +++ b/sail-partitioned/benchmark.sh @@ -42,7 +42,7 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.3" -v --no-binary pysail +env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.7" -v --no-binary pysail pip install "pyspark-client==4.0.0" \ "protobuf==5.28.3" \ "grpcio==1.71.2" \ diff --git a/sail-partitioned/results/c6a.2xlarge.json b/sail-partitioned/results/c6a.2xlarge.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/sail-partitioned/results/c6a.2xlarge.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/sail-partitioned/results/c6a.4xlarge.json b/sail-partitioned/results/c6a.4xlarge.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/sail-partitioned/results/c6a.4xlarge.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/sail-partitioned/results/c8g.4xlarge.json b/sail-partitioned/results/c8g.4xlarge.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/sail-partitioned/results/c8g.4xlarge.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/sail/benchmark.sh b/sail/benchmark.sh index 3f5a37a25..5b7fb3927 100755 --- a/sail/benchmark.sh +++ b/sail/benchmark.sh @@ -42,7 +42,7 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.3" -v --no-binary pysail +env RUSTFLAGS="-C target-cpu=native" pip install --no-cache-dir "pysail==0.3.7" -v --no-binary pysail pip install "pyspark-client==4.0.0" \ "protobuf==5.28.3" \ "grpcio==1.71.2" \