Skip to content

Commit 28bbc3f

Browse files
feat: add support for dependency overrides (#44)
* feat: support overrides and required refactors * update cli readme, include node flag and overrides --------- Co-authored-by: Jon Church <[email protected]>
1 parent 9bdd720 commit 28bbc3f

File tree

41 files changed

+911
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+911
-246
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
results
3+
perf/load/*/package-lock.json

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ We focus on **evaluation, not prescription**. Rather than dictating how to write
2222
- Tooling: [see Perf CLI Readme.md](./packages/cli/README.md)
2323
- Provide environments and tools to make measurements possible
2424
- Help contributors run performance tests and interpret results
25+
- Support dependency version overrides for testing performance across different Express versions
2526
- Maintain two categories of tests:
2627
- Focused unit benchmarks (in package repos)
2728
- E2E load tests of realistic applications (in express repo)

0 commit comments

Comments
 (0)