Commit 4ff4836
Automatically set --runInBand when running benchmarks
Summary:
When `--benchmarks` is passed to `yarn fantom`, automatically append
`--runInBand` to the Jest arguments. This ensures benchmarks run
sequentially in the same process, avoiding parallel test execution that
would introduce noise in performance measurements.
Changelog: [Internal]
Reviewed By: lenaic
Differential Revision: D100796022
fbshipit-source-id: b78aa44d65ef8618eec6fb08680b5b455cf2470b1 parent c482b93 commit 4ff4836
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
0 commit comments