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
Currently some template projects for integration tests do not specify warmup iterations and iteration time.
This leads to using the default values which are big for tests, especially JMH defaults. Specifying @Warmup parameters would significantly reduce duration of integration tests in TC.
The text was updated successfully, but these errors were encountered:
Currently some template projects for integration tests do not specify warmup iterations and iteration time.
This leads to using the default values which are big for tests, especially JMH defaults. Specifying
@Warmup
parameters would significantly reduce duration of integration tests in TC.The text was updated successfully, but these errors were encountered: