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
Previously, this benchmark was included in CI runs and would take more than 20
minutes to complete a single iteration (--bench-time=1s --count=1).
This is because the benchmark aims for a measured runtime of 1 second, but the
unmeasured operations within each iteration take over 20 minutes combined to
reach that target.
This change skips the benchmark in CI runs.
Fixes: #151298
Epic: None
Release note: None
0 commit comments