Hi everyone, It is now possible to run one or more Benchmarks via the *JMH Benchmarks* GH action on your own fork of the Iceberg repo. This GH action takes the following inputs:
- The repository name where those benchmarks should be run against, such as *apache/iceberg* or *<user>/iceberg* - The branch name to run benchmarks against, such as *master* or *my-cool-feature-branch* - A list of comma-separated double-quoted Benchmark names, such as `"IcebergSourceFlatParquetDataReadBenchmark", "IcebergSourceFlatParquetDataFilterBenchmark", "IcebergSourceNestedListParquetDataWriteBenchmark"` Benchmark results will be uploaded once *all* benchmarks are done. It is worth noting that the GH runners have limited resources so the benchmark results should rather be seen as an indicator to guide developers in understanding code changes.