refactor: rename worker choice strategies to sensible names
[poolifier.git] / tests / pools / selection-strategies / worker-choice-strategy-context.test.js
2023-05-30  Jérôme Benoitrefactor: rename worker choice strategies to sensible...
2023-05-29  Jérôme Benoitfeat: switch event emission to async context friendly...
2023-05-08  Jérôme Benoittest: enchance worker node key choice tests
2023-05-08  Jérôme Benoittest: test for undefined worker node key chosen
2023-05-05  Jérôme Benoitfeat: add custom worker weights to worker choice strate...
2023-04-16  Jérôme Benoitrefactor: cleanup internal benchmark code
2023-04-14  Jérôme Benoittest: remove debug code
2023-04-14  Jérôme Benoitfix: fix worker choice strategy options handling
2023-04-14  Jérôme Benoittest: add tasks queuing tests
2023-04-14  Jérôme Benoittest: enhance worker choice strategies tests
2023-04-07  Jérôme Benoittest: ensure the worker choice context class is properl...
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 Benoitrefactor: apply stricter strategy design pattern requir...
2023-04-05  Jérôme Benoitperf: remove unneeded class indirection for dynamic...
2023-04-03  Jérôme Benoitrefactor: remove deprecated getter in worker selection...
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
2022-10-15  Jérôme BenoitTests: use getter for worker choice strategy instance
2022-10-13  Jérôme BenoitFix tests
2022-10-13  Jérôme BenoitAdd tests for WRR worker choice strategy
2022-10-11  Jérôme BenoitTests: fix promises handling
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 BenoitFix tests with WRR worker choice strategy
2022-10-09  Jérôme BenoitAdd fair sharing worker choice strategy
2022-10-08  Jérôme BenoitAdd UTs for WorkerChoiceStrategyContext