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

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

2025-01-03 Thread Erik Joelsson
On Fri, 3 Jan 2025 12:46:27 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 removes A

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

2025-01-03 Thread Chen Liang
On Fri, 3 Jan 2025 12:46:27 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 removes A

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

2025-01-03 Thread Claes Redestad
On Fri, 3 Jan 2025 12:46:27 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 removes A