Skip to content

Commit

Permalink
Minor README update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Jan 12, 2024
1 parent a4ad964 commit c036a77
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ yarn
Then you can run benchmarks via:

```sh
hyperfine --warmup 1 'yarn workspace jasmine test' 'yarn workspace jest test' 'yarn workspace vitest test' 'yarn workspace vitest test --pool=vmThreads' 'yarn workspace vitest test --poolOptions.threads.isolate=false' 'yarn workspace bun test'
hyperfine --warmup 1 \
'yarn workspace jasmine test' \
'yarn workspace jest test' \
'yarn workspace vitest test' \
'yarn workspace vitest test --pool=vmThreads' \
'yarn workspace vitest test --poolOptions.threads.isolate=false' \
'yarn workspace bun test'
```

> [!NOTE]
Expand Down

0 comments on commit c036a77

Please sign in to comment.