feat: add shuffle benchmark variants with native write config support #3226
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rationale
Run more benchmarks/variants.
What Changed?
get_spark_configs()method to base Benchmark class for benchmark-specific Spark configurationsshuffle-hash-native-write: hash shuffle with Comet native parquet writes enabledshuffle-hash-spark-write: hash shuffle with native writes disabled (uses Spark writer)shuffle-roundrobin-native-write: round-robin shuffle with native writes enabledshuffle-roundrobin-spark-write: round-robin shuffle with native writes disabled--print-configsCLI option to output benchmark-specific configsrun_all_benchmarks.shto use helper function and remove duplicated configsbenchmarks/pyspark/**from CI test workflows to avoid triggering tests for benchmark-only changesTest plan
python run_benchmark.py --list-benchmarksto verify new benchmarks are registeredpython run_benchmark.py --print-configs --benchmark shuffle-hash-native-write --mode nativeto verify config output./run_all_benchmarks.shto verify benchmarks execute correctly🤖 Generated with Claude Code