chore: v2.4.2
[poolifier.git] / tests /
2023-04-06  Jérôme Benoittest: enhance worker selection strategies UTs
2023-04-06  Jérôme Benoitrefactor: remove unused method argument
2023-04-06  Jérôme Benoitperf: pre-instantiate worker choice strategies
2023-04-05  Jérôme Benoitfeat: cache in a map worker choice strategy to allow...
2023-04-05  Jérôme Benoitrefactor: move worker choice instance helper into the...
2023-04-05  Jérôme Benoitrefactor: conditionally reset strategy internals
2023-04-05  Jérôme Benoitfeat: add 'full' event on dynamic pool emitter
2023-04-05  Jérôme Benoitrefactor: apply stricter strategy design pattern requir...
2023-04-05  Jérôme Benoittest: cleanup worker function
2023-04-05  Jérôme Benoitperf: remove unneeded class indirection for dynamic...
2023-04-05  Jérôme Benoitfix: fix dynamic pool busy semantic
2023-04-04  Jérôme Benoitperf: allow finer grained control over tasks usage...
2023-04-03  Jérôme Benoittest: fix FAIR_SHARE strategy in dynamic pool (take 7)
2023-04-03  Jérôme Benoittest: fix FAIR_SHARE strategy in dynamic pool (take 5)
2023-04-03  Jérôme Benoittest: fix FAIR_SHARE strategy in dynamic pool (take 4)
2023-04-03  Jérôme Benoittest: fix FAIR_SHARE strategy in dynamic pool (take 3)
2023-04-03  Jérôme Benoittest: test: fix FAIR_SHARE strategy in dynamic pool...
2023-04-03  Jérôme Benoittest: fix FAIR_SHARE strategy in dynamic pool
2023-04-03  Jérôme Benoitrefactor: remove deprecated getter in worker selection...
2023-04-03  Jérôme Benoitfix: ensure worker removal impact is propated to worker...
2023-04-03  Jérôme Benoitperf: use worker key as much as possible instead of...
2023-04-02  Jérôme Benoitperf: use a single array to store pool workers and...
2023-04-02  Jérôme Benoitfeat: add less busy worker choice strategy
2023-04-02  Jérôme Benoitrefactor: rename a worker choice strategy
2023-04-02  Jérôme Benoitrefactor: remove unneeded encapsulation around tasks...
2023-04-02  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-04-02  Jérôme Benoitperf: use a single map to store pool workers and their...
2022-11-17  Jérôme BenoitSwitch forEach loop to for of syntax
2022-11-17  Jérôme BenoitFix closure issue in UTs utils
2022-10-24  Jérôme BenoitFix benchmarks random integer generator input check
2022-10-24  Jérôme BenoitFix random integer generator
2022-10-24  Jérôme BenoitFix random integer generator
2022-10-22  Jérôme BenoitProperly integrate standard JS tools for JS and TS...
2022-10-21  Jérôme BenoitRefine error types thrown
2022-10-21  Jérôme BenoitRefine attributes scope in dynamic pool code
2022-10-21  Jérôme BenoitOptimize tasks usage lookup implementation.
2022-10-15  Jérôme BenoitCleanups
2022-10-15  Jérôme BenoitMove worker choice strategy tests into in its own file
2022-10-15  Jérôme BenoitTests: use getter for worker choice strategy instance
2022-10-15  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-15  Jérôme BenoitAdd support for [cluster settings](https://nodejs.org...
2022-10-14  Jérôme BenoitFixes to worker selection strategies
2022-10-14  Jérôme BenoitDefault random integer generation to maximun safe value
2022-10-13  Jérôme BenoitTests: be more strict on number expectation
2022-10-13  Jérôme BenoitImprove tests coverage on worker choice strategies
2022-10-13  Jérôme BenoitFix tests
2022-10-13  Jérôme BenoitAdd tests for WRR worker choice strategy
2022-10-13  Jérôme BenoitImprove strategies internals reset tests
2022-10-13  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-13  Jérôme BenoitFix strategies internals reset
2022-10-12  Jérôme BenoitTests: remove unused variables
2022-10-12  Jérôme BenoitTests: improve strategies initialization coverage
2022-10-12  Jérôme BenoitTests: check strategy internal statistics at pool creation
2022-10-12  Jérôme BenoitTests: also test strategy statistics reset on dynamic...
2022-10-12  Jérôme BenoitTests: assess internal strategy statistics resets at...
2022-10-11  Jérôme BenoitTests: simplify tasks usage reset
2022-10-11  Jérôme BenoitTest: Verify that worker pool tasks usage are reset...
2022-10-11  Jérôme BenoitTests: fix promises handling
2022-10-11  Jérôme BenoitTests: Verify that worker pool tasks usage are reset...
2022-10-10  Jérôme BenoitEnchance benchmarking code
2022-10-10  Jérôme Benoitnew Date().getTime() -> Date.now()
2022-10-10  Jérôme Benoitsrc/pools/selection-strategies/weighted-round-robin...
2022-10-10  Jérôme BenoitVerify that the configured worker choice is going to...
2022-10-10  Jérôme BenoitCleanup tests code
2022-10-10  Jérôme BenoitFix tests with WRR worker choice strategy
2022-10-10  Jérôme BenoitStricter tests expectations
2022-10-10  Jérôme BenoitAllow worker choice strategy to specify their statistic...
2022-10-10  Jérôme BenoitAdd eslint report to sonar
2022-10-09  Jérôme BenoitFix missed Promise.all usage in tests
2022-10-09  Jérôme BenoitRevert Promise.all usage in tests
2022-10-09  Jérôme BenoitFix pool execute promises fullfilment in tests
2022-10-09  Jérôme BenoitAdd fair sharing worker choice strategy
2022-10-09  Jérôme BenoitAdd WRR worker choice strategy
2022-10-09  Jérôme BenoitFix lint-staged configuration
2022-10-09  Jérôme BenoitEnhance tasks statistics
2022-10-08  Jérôme BenoitAdd UTs for WorkerChoiceStrategyContext
2022-10-08  Jérôme BenoitAdd UTs for SelectionStrategiesUtils
2022-10-08  Jérôme BenoitCheck in UTs the error message thrown in worker-thread...
2022-10-08  Jérôme BenoitConvert function to arrow function in UT
2022-10-08  Jérôme BenoitFactor out some UTs code in test-utils.js
2022-10-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime
2022-10-07  Jérôme BenoitRemove redundant await
2022-10-07  Jérôme BenoitReport more cleanups from work in progress PRs
2022-10-07  Jérôme BenoitReport some code cleanups from work in progress PR
2022-06-26  Jérôme BenoitUpgrade expect to latest
2022-06-26  Jérôme BenoitApply dependencies update
2022-05-20  Jérôme BenoitUse JsDoc default regexp
2022-03-06  Jérôme BenoitAlign UTs worker implementation
2022-03-06  Jérôme BenoitSimplify eslint configuration
2021-08-29  Jérôme BenoitAdd a pool option to register a message listener on...
2021-05-16  Jérôme BenoitDedupe worker attributes (#364)
2021-05-03  Jérôme BenoitFix busy event emission on fixed pool: (#332)
2021-03-22  Jérôme BenoitAvoid to on-by-one in worker function. (#285)
2021-03-09  Jérôme BenoitAdd two tests to assess worker options. (#260)
2021-03-07  Jérôme BenoitFix strategy handling in pool options (#259)
2021-03-07  Jérôme BenoitBenchmarks and tests code cleanups. (#257)
2021-03-06  Jérôme BenoitPool busy event emitting on all pool types (#241)
2021-02-27  aardizioRename FullPool event to busy, update benchmarks
2021-02-23  Alessandro Pio ArdizioCoverage increased (#226)
2021-02-23  Jérôme BenoitCleanups on bechmarking and strategies code: (#227)
next