From 28a17c8e683a97ef862620770a079ffe38a139dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weslley=20Ara=C3=BAjo?= <46850407+wellwelwel@users.noreply.github.com> Date: Thu, 5 Sep 2024 06:15:41 -0300 Subject: [PATCH] docs: add Poku comparison between native test runners (#741) * docs: add Poku comparison between native test runners * docs: add comparison to website --- README.md | 3 ++- benchmark/README.md | 4 ++++ website/docs/comparing.mdx | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dff6238e..55aa8a8b 100644 --- a/README.md +++ b/README.md @@ -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). --- diff --git a/benchmark/README.md b/benchmark/README.md index ad468a02..44aef4d1 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -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). diff --git a/website/docs/comparing.mdx b/website/docs/comparing.mdx index 3fcfb93c..5884e721 100644 --- a/website/docs/comparing.mdx +++ b/website/docs/comparing.mdx @@ -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).