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 Warmup respects failFast and fails if there is any error in such case.
Let's have separate logic for Warmup, it should look at fail to success percentage and fail if it is greater then warmup-fail-error-rate (implement this option)
Also it can fail by this condition only after warmup-safe-period secods are passed since warmup is started.
The text was updated successfully, but these errors were encountered:
@soyacz , idea is that when/if cassandra is used we need to warm it up, otherwise - to fillout table with values before doing measurements. @roydahan , roy, WDYT? do we realy need it there ?
Currently
Warmup
respectsfailFast
and fails if there is any error in such case.Let's have separate logic for
Warmup
, it should look atfail
tosuccess
percentage and fail if it is greater thenwarmup-fail-error-rate
(implement this option)Also it can fail by this condition only after
warmup-safe-period
secods are passed since warmup is started.The text was updated successfully, but these errors were encountered: