Skip to content

Commit 48c85f5

Browse files
committed
docs: 📚 add comment on how to run all tests
1 parent 0cef2fa commit 48c85f5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ This project contains benchmarks for the [ts-proto](https://www.npmjs.com/packag
77
To run the benchmarks, clone this repository and run the following commands:
88

99
```bash
10-
pnpm install # Install dependencies
11-
./gen_grpc.sh # Generate the gRPC files
12-
pnpm build # Build the typescript files
13-
pnpm test # Run the benchmarks
10+
./run_all.sh
1411
```
1512

13+
This script will install the dependencies and run the benchmarks for each library.
14+
1615
## Results
1716

1817
### Read inputs

0 commit comments

Comments
 (0)