You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will not work because setup is only ran once. I could push a 1000 elements during setup and just hope the iterations exceed the amount of pops in the test, but this would also mean stack has an unrealistically large dataset and skew my measurement. I could put the setup code in the actual benchmark itself, but then I wouldn't be measuring exactly what I want. Level is a really important important config in JMH and without it native tests seem too awkward to be worth configuring
The text was updated successfully, but these errors were encountered:
Without being able to specify level iteration, tests are really clunky to configure. For example say I have a class:
This will not work because setup is only ran once. I could push a 1000 elements during setup and just hope the iterations exceed the amount of pops in the test, but this would also mean stack has an unrealistically large dataset and skew my measurement. I could put the setup code in the actual benchmark itself, but then I wouldn't be measuring exactly what I want. Level is a really important important config in JMH and without it native tests seem too awkward to be worth configuring
The text was updated successfully, but these errors were encountered: