Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance tests: Install locked dependencies without resolution
When running the performance tests we're installing our `npm` dependencies using `npm install`. This not only takes longer to run than `npm ci`, but also results in non-deterministic builds which could flavor the results of our tests. In this patch we're using `npm ci` instead which should result in more consistent test runs with less setup overhead.
- Loading branch information