Commit 1f428f7
committed
Always show complexity as X of 1000; benchmarks skip complexity output
- max_possible is always 1000 (the global complexity cap), not the
max complexity in the current run. Running -s basics shows
'1000 of 1000' not '500 of 500'.
- Benchmark runs already return early before the complexity summary,
so no complexity line appears for --bench runs.1 parent 6642d75 commit 1f428f7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| |||
0 commit comments