Commit b68ba95
committed
Improve
- Decrease n=100 to n=50, which remains decisively enough on all
platforms being tested (including Windows).
- Slightly streamline iteration by cloning the first iterator so
its values need not be collected into a `Vec`.
- Make it so that if the CI+macOS high-granularity assertion ever
fails, the message explains the significance of the failing
`assert_eq!` comparison. (This condenses an added comment and
makes it an assertion message instead.)
Suggested-by: Sebastian Thiel <[email protected]>has_granular_times() as suggested in review1 parent d1b0d1c commit b68ba95
1 file changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
0 commit comments