Skip to content

Commit f57ebe8

Browse files
authored
Fix setup on README
Signed-off-by: Ruy Adorno <[email protected]>
1 parent f6c991b commit f57ebe8

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

README.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -83,27 +83,31 @@ This suite also tests the performance of basic script execution (ex. `npm run fo
8383

8484
### Local Development
8585

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+
```
107111

108112
### GitHub Actions
109113

0 commit comments

Comments
 (0)