File tree Expand file tree Collapse file tree 1 file changed +25
-21
lines changed Expand file tree Collapse file tree 1 file changed +25
-21
lines changed Original file line number Diff line number Diff line change @@ -83,27 +83,31 @@ This suite also tests the performance of basic script execution (ex. `npm run fo
83
83
84
84
### Local Development
85
85
86
- 1 . Setup:
87
-
88
- 1.1 Install ` jq ` using your OS package manager
89
- 1.2 Install ` hyperfine ` , version >= 1.19.0 is required
90
- 1.3 Install package managers and corepack:
91
- ``` bash
92
- npm install -g npm@latest corepack@latest vlt@latest bun@latest deno@latest nx@latest turbo@latest
93
- ```
94
- 1.4 Make a new ` results ` folder:
95
- ``` bash
96
- mkdir -p results
97
- ```
98
-
99
- 2 . Run benchmarks:
100
- ``` bash
101
- # Install and benchmark a specific project
102
- bash ./scripts/benchmark.sh < fixture> < variation>
103
-
104
- # Example: Benchmark Next.js with cold cache
105
- bash ./scripts/benchmark.sh next clean
106
- ```
86
+ - 1 . Setup:
87
+
88
+ - 1.1 Install ` jq ` using your OS package manager
89
+
90
+ - 1.2 Install ` hyperfine ` , version >= 1.19.0 is required
91
+
92
+ - 1.3 Install package managers and corepack:
93
+ ``` bash
94
+ npm install -g npm@latest corepack@latest vlt@latest bun@latest deno@latest nx@latest turbo@latest
95
+ ```
96
+
97
+ - 1.4 Make a new ` results` folder:
98
+ ` ` ` bash
99
+ mkdir -p results
100
+ ` ` `
101
+
102
+ - 2. Run benchmarks:
103
+
104
+ ` ` ` bash
105
+ # Install and benchmark a specific project
106
+ bash ./scripts/benchmark.sh < fixture> < variation>
107
+
108
+ # Example: Benchmark Next.js with cold cache
109
+ bash ./scripts/benchmark.sh next clean
110
+ ` ` `
107
111
108
112
# ## GitHub Actions
109
113
You can’t perform that action at this time.
0 commit comments