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
When enabled the first report is considered the baseline against
which other reports are compared.
```
Comparison:
Reduce using block: 886202.5 i/s
Reduce using tag: 1821055.0 i/s - 2.05x (± 0.00) faster
Reduce using to_proc: 895948.1 i/s - same-ish: difference falls within error
```
Instead of:
```
Comparison:
Reduce using tag: 1826997.4 i/s
Reduce using to_proc: 881011.9 i/s - 2.07x (± 0.00) slower
Reduce using block: 879261.1 i/s - 2.08x (± 0.00) slower
```
Co-authored-by: Jean Boussier <[email protected]>
0 commit comments