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
Repository collaborators can run the JMH benchmark suite against this PR by commenting:
```
/benchmark
```
Optional regression threshold override (Δ% on Time or Alloc/op; defaults to 10%):
```
/benchmark threshold=15
```
Only one benchmark run per PR is active at a time — issuing a new `/benchmark` comment cancels the previous run. After the run finishes a separate comment will be posted comparing it against the latest scheduled run on `main`; the PR check fails if any benchmark regresses by more than the threshold.