Skip to content

Commit

Permalink
Update benchmark section in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
saul-jb committed Apr 11, 2024
1 parent 53966d9 commit d88db1a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,20 @@ npm ci
npm run build
```

For all benchmarks you can pass `--help` to the command to get a list of CLI arguments.

### Transfer

To run the transfer benchmark:

```
node packages/benchmarks/dist/src/transfer/index.js
```

### Import

To run the import benchmark:

```
node packages/benchmarks/dist/src/import/index.js
```

0 comments on commit d88db1a

Please sign in to comment.