Skip to content

Commit c8f839e

Browse files
committed
chore: add round robin benchmarks to run_all_benchmarks.sh
1 parent 00a58ef commit c8f839e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

benchmarks/pyspark/run_all_benchmarks.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,19 @@ run_comet_benchmark() {
9090

9191
# Run Comet JVM shuffle with native writes
9292
run_comet_benchmark jvm shuffle-hash-native-write
93+
run_comet_benchmark jvm shuffle-roundrobin-native-write
9394

9495
# Run Comet JVM shuffle with Spark writes
9596
run_comet_benchmark jvm shuffle-hash-spark-write
97+
run_comet_benchmark jvm shuffle-roundrobin-spark-write
9698

9799
# Run Comet Native shuffle with native writes
98100
run_comet_benchmark native shuffle-hash-native-write
101+
run_comet_benchmark native shuffle-roundrobin-native-write
99102

100103
# Run Comet Native shuffle with Spark writes
101104
run_comet_benchmark native shuffle-hash-spark-write
105+
run_comet_benchmark native shuffle-roundrobin-spark-write
102106

103107
echo ""
104108
echo "========================================"

0 commit comments

Comments
 (0)