Skip to content

Commit

Permalink
Add note about lack of Windows support & show results on main README
Browse files Browse the repository at this point in the history
  • Loading branch information
EvHaus committed Nov 17, 2023
1 parent 9daaab1 commit 1e59539
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This repo is setup to test the performance of various test runners. Specially to
- Help the **Jest** team with https://github.com/facebook/jest/issues/6694.
- Help the **Vitest** team with https://github.com/vitest-dev/vitest/issues/229 & https://github.com/vitest-dev/vitest/issues/579

![](results.png?raw=true)

## Setup

1. Install `hyperfine` via [these instructions](https://github.com/sharkdp/hyperfine#installation):
Expand All @@ -19,6 +21,9 @@ Then you can run benchmarks via:
hyperfine --warmup 1 'yarn workspace jasmine test' 'yarn workspace jest test' 'yarn workspace vitest test --experimentalVmThreads' 'yarn workspace vitest test --isolate=false' 'yarn workspace bun test'
```

> *Note*
> These benchmarks are supported on MacOS and Linux. Windows is not supported at this time.
## Suites

- `jasmine`: This is our baseline, using Jasmine and happy-dom.
Expand Down
Binary file added results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e59539

Please sign in to comment.