File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,15 +90,19 @@ run_comet_benchmark() {
9090
9191# Run Comet JVM shuffle with native writes
9292run_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
9596run_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
98100run_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
101104run_comet_benchmark native shuffle-hash-spark-write
105+ run_comet_benchmark native shuffle-roundrobin-spark-write
102106
103107echo " "
104108echo " ========================================"
You can’t perform that action at this time.
0 commit comments