Long Running JMH Benchmarks not working on micro benchmark suite?
Martin Stypinski
mstypinski at gmail.com
Sat Apr 15 08:19:28 UTC 2023
Hi,
I try to contribute my matrix multiplication benchmarks into the Vector API
micro benchmark suite. I try to replicate some issues that I encountered
with bigger matrix sizes.
Currently, my benchmarks run with array sizes up to 1024x1024 but I have no
syntax error with array sizes of 32768x32768 but the benchmark just stops,
halts, freezes? without results?
Is there a maximum time limit which is given by the framework?
I tried to increase time on Warmup and Measurements to 120s, without
effect. I have a feeling it stalls around the 1s mark.
My current code can be found here:
https://gist.github.com/Styp/39be04debde25a716e824c61c3c349a2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/panama-dev/attachments/20230415/f6263a7f/attachment.htm>
More information about the panama-dev
mailing list