Re: RFR: 8346984: Remove ASM-based benchmarks from Class-File API benchmarks [v2]

2025-01-06 Thread Chen Liang
On Mon, 6 Jan 2025 08:51:49 GMT, Adam Sotona 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 rem

Re: RFR: 8346984: Remove ASM-based benchmarks from Class-File API benchmarks [v2]

2025-01-06 Thread Adam Sotona
On Mon, 6 Jan 2025 08:51:49 GMT, Adam Sotona 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 rem

Re: RFR: 8346984: Remove ASM-based benchmarks from Class-File API benchmarks [v2]

2025-01-06 Thread Adam Sotona
> 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/ben