Re: RFR: 8315098: Improve URLEncodeDecode microbenchmark

2023-08-30 Thread Eric Caspole
On Mon, 28 Aug 2023 13:33:46 GMT, Claes Redestad wrote: > The `URLEncodeDecode` microbenchmark accidentally generates strings with a > lot of `'\u'` chars, heavily skewing towards strings that need to be > encoded in a rather unrealistic what. To be more realistic the benchmark > should te

Re: RFR: 8342958: Use jvmArgs consistently in microbenchmarks

2024-10-24 Thread Eric Caspole
On Thu, 24 Oct 2024 13:52:57 GMT, Claes Redestad wrote: > Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM > reasonable or necessary flags, but when deploying and running micros we often > want to add or replace flags to tune to the machine, test different GCs, etc. > The i