variation of results depending on the order of execution #36
-
It would be fair to use the Runtime API to measure CPU/Memory Usage and run each benchmark when each has a sufficiently fair excess, but is there already such a feature? |
Beta Was this translation helpful? Give feedback.
Answered by
evanwashere
Nov 20, 2024
Replies: 1 comment 1 reply
-
as long as manual garbage collection is enabled, mitata will always remove its own garbage that could cause GC spikes and affect benchmark numbers, but otherwise there is ~zero (at most picoseconds) overhead from mitata most usual outside causes are:
if you could provide snippet to replicate this I could look into it deeper |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added new function to help tune gc in case if gc spikes are causing your problems