name: Internal benchmark
tool: 'benchmarkjs'
output-file-path: ./benchmarks/internal/output.txt
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.BENCHMARK_RESULTS_TOKEN }}
auto-push: true
alert-threshold: '200%'
comment-on-alert: true
### Added
-- Continuous internal benchmarking.
+- Continuous internal benchmarking: https://poolifier.github.io/benchmark-results/dev/bench.
## [2.6.44] - 2023-09-08
- Optimize worker alive status check.
- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
- Optimize `LESS_USED` worker choice strategy.
-- Update benchmarks versus external threads pools.
+- Update benchmark versus external threads pools.
- Optimize tasks usage statistics requirements for worker choice strategy.
### Fixed
- Optimize worker alive status check.
- BREAKING CHANGE: Rename worker choice strategy `LESS_RECENTLY_USED` to `LESS_USED`.
- Optimize `LESS_USED` worker choice strategy.
-- Update benchmarks versus external threads pools.
+- Update benchmark versus external threads pools.
### Fixed
### Changed
- Optimize fair share task scheduling algorithm implementation.
-- Update benchmarks versus external pools results with latest version.
+- Update benchmark versus external pools results with latest version.
## [2.3.3] - 2022-10-15
## Folder Structure
-The [internal](./internal) folder contains poolifier internal benchmarks.
-The [versus-external-pools](./versus-external-pools) folder contains benchmarks versus other Node.js pools.
+The [internal](./internal) folder contains poolifier internal benchmark.
+The [versus-external-pools](./versus-external-pools) folder contains benchmark versus other Node.js pools.
## Poolifier vs other pools benchmark
- [microjob](https://github.com/wilk/microjob): removed because unmaintained since more than 5 years.
- [threads.js](https://github.com/andywer/threads.js/): removed because not a threads pool.
-> :warning: **We would need funds to run our benchmarks more often and on Cloud VMs, please consider to sponsor this project**
+> :warning: **We would need funds to run our benchmark more often and on Cloud VMs, please consider to sponsor this project**
-Read the [README.md](./versus-external-pools/README.md) to know how to run these benchmarks.
+Read the [README.md](./versus-external-pools/README.md) to know how to run the benchmark.
## Poolifier internal benchmark
### Usage
-To run the internal benchmarks, you just need to navigate to the root of poolifier project and run `pnpm benchmark`
+To run the internal benchmark, you just need to navigate to the root of poolifier project and run `pnpm benchmark`
### Results