Commit bd1ed99
committed
ci: correct the sharding rationale to the measurement that survived
The comment said the cost is the tests, from a five-file sample that happened
to contain the one seven-second outlier. Across all 140 invocations the
reported test time totals 5.1 minutes, no invocation exceeds 12.5 seconds, and
the compile before the first result took about 26.
The conclusion is unchanged, because sharding parallelises the compile too. The
reason was wrong, and a wrong reason in a durable comment sends the next person
optimising test runtime, which has almost nothing to give.1 parent 83a3881 commit bd1ed99
1 file changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| |||
0 commit comments