feat: add statistics accounting to ELU fields
[poolifier.git] / tests / pools / selection-strategies / weighted-round-robin-worker-choice-strategy.test.js
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-08  Jérôme Benoitfeat: add tasks queue to pool data structure
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-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 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