Commit 5e00b3b
committed
Revert GlobalState caching in ExpectationsTestRunner
GlobalState.new only costs ~2ms. Caching it had no measurable impact
on test duration and introduced shared mutable state across tests
within the same class.1 parent 7a0dee2 commit 5e00b3b
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
0 commit comments