kevinjqliu commented on code in PR #15800:
URL: https://github.com/apache/iceberg/pull/15800#discussion_r3003697576
##########
.github/workflows/recurring-jmh-benchmarks.yml:
##########
@@ -68,7 +68,7 @@ jobs:
- run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' |
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
- name: Run Benchmark
- run: ./gradlew :iceberg-spark:${{ matrix.spark_version }}:jmh
-PjmhIncludeRegex=${{ matrix.benchmark }} -PjmhOutputPath=benchmark/${{
matrix.benchmark }}.txt -PjmhJsonOutputPath=benchmark/${{ matrix.benchmark
}}.json
+ run: ./gradlew -DsparkVersions=${{ matrix.spark }} -DscalaVersion=${{
matrix.scala }} :iceberg-spark:iceberg-spark-${{ matrix.spark }}_${{
matrix.scala }}:jmh -PjmhIncludeRegex=${{ matrix.benchmark }}
-PjmhOutputPath=benchmark/${{ matrix.benchmark }}.txt
-PjmhJsonOutputPath=benchmark/${{ matrix.benchmark }}.json
Review Comment:
thanks! i ran into this
https://github.com/apache/iceberg/actions/runs/23669409378/job/68959473079
cherry picked your commit and fix it up
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]