On Fri, 3 Jan 2025 12:46:27 GMT, Adam Sotona <asot...@openjdk.org> wrote:
> ASM-based benchmarks were useful to directly compare performance of ASM and > Class-File API. > However Class-File API performance history is now continuously tracked and > direct comparison to ASM becomes obsolete. > > This patch removes ASM-based benchmarks from > test/micro/org/openjdk/bench/jdk/classfile. > > Please review. > > Thanks, > Adam This pull request has now been integrated. Changeset: 594e5196 Author: Adam Sotona <asot...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/594e5196481fd3f9ba21f56120d4377a901f52ec Stats: 555 lines in 7 files changed: 0 ins; 548 del; 7 mod 8346984: Remove ASM-based benchmarks from Class-File API benchmarks Reviewed-by: liach, redestad, erikj ------------- PR: https://git.openjdk.org/jdk/pull/22914