Commit 055ebaa
committed
Optimize group fabricator: Reduce member count 5→2
Improves model spec performance by additional ~2% (14.1s → 13.8s)
Combined optimizations: 17.0s → 13.8s (~19% total improvement)
The students and coaches fabricators were creating 5 members each,
but tests only need 2 members per group. Reduced member count to
reduce object creation overhead.1 parent b629c07 commit 055ebaa
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
0 commit comments