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
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