Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up CI unit-test workflow by 28% (#1804)
## Which problem is this PR solving? - I recently benchmarked against some `jest` settings to speed up the total test execution time. - The best setting according to GitHub Actions so far, according to internet and manual testing is using `--maxWorkers=4` ## How was this change tested? - Executed in 5m 25 s with this setting: https://github.com/anshgoyalevil/jaeger-ui/actions/runs/6224545765/job/16892986157 - Executed in 8m without this setting: https://github.com/jaegertracing/jaeger-ui/actions/runs/6222381378/job/16886209310 ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test` --------- Signed-off-by: Ansh Goyal <[email protected]>
- Loading branch information