Skip to content

Commit

Permalink
docs: add Poku comparison between native test runners (#741)
Browse files Browse the repository at this point in the history
* docs: add Poku comparison between native test runners

* docs: add comparison to website
  • Loading branch information
wellwelwel authored Sep 5, 2024
1 parent f2bb590 commit 28a17c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ To see the detailed documentation, please visit the [**Documentation**](https://
- ~**3x** faster than [**Vitest**](https://github.com/vitest-dev/vitest) (v1.6.0)
- ~**1x** faster than [**Mocha**](https://github.com/mochajs/mocha) (v10.4.0) + [**Chai**](https://github.com/chaijs/chai) (v5.1.1)

> You can see how the tests are run and compared in the [benchmark](https://github.com/wellwelwel/poku/tree/main/benchmark) directory.
> - You can see how the tests are run and compared in the [benchmark](https://github.com/wellwelwel/poku/tree/main/benchmark) directory.
> - [Comparing **Poku** and native test runners _(discussion)_](https://github.com/wellwelwel/poku/discussions/740).
---

Expand Down
4 changes: 4 additions & 0 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ To run the benchmark tests, follow these steps in the `./poku` directory:
```sh
npm ci && npm run build && npm run benchmark
```

---

- [Comparing **Poku** and native test runners _(discussion)_](https://github.com/wellwelwel/poku/discussions/740).
3 changes: 2 additions & 1 deletion website/docs/comparing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import TabItem from '@theme/TabItem';
- ~**3x** faster than [**Vitest**](https://github.com/vitest-dev/vitest) (v1.6.0)
- ~**1x** faster than [**Mocha**](https://github.com/mochajs/mocha) (v10.4.0) + [**Chai**](https://github.com/chaijs/chai) (v5.1.1)

> You can see how the tests are run and compared in the [benchmark](https://github.com/wellwelwel/poku/tree/main/benchmark) directory.
> - You can see how the tests are run and compared in the [benchmark](https://github.com/wellwelwel/poku/tree/main/benchmark) directory.
> - [Comparing **Poku** and native test runners _(discussion)_](https://github.com/wellwelwel/poku/discussions/740).
<hr />

Expand Down

0 comments on commit 28a17c8

Please sign in to comment.