perf: allow finer grained control over tasks usage computation
[poolifier.git] / tests / pools / selection-strategies / selection-strategies.test.js
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 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 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-10-15  Jérôme BenoitMove worker choice strategy tests into in its own file
2022-10-14  Jérôme BenoitFixes to worker selection strategies
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: 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: fix promises handling
2022-10-10  Jérôme BenoitCleanup tests code
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-09  Jérôme BenoitAdd fair sharing worker choice strategy
2022-10-09  Jérôme BenoitAdd WRR worker choice strategy
2022-10-08  Jérôme BenoitFactor out some UTs code in test-utils.js