fix: fix worker function type definition and validation
[poolifier.git] / tests / pools / thread / dynamic.test.js
2023-04-14  Jérôme Benoitfix: fix worker function type definition and validation
2023-04-14  Jérôme Benoittest: enhance worker choice strategies tests
2023-04-08  Jérôme Benoitfeat: add tasks queue to pool data structure
2023-04-07  Jérôme Benoitrefactor: add PoolEvents/PoolEvent types
2023-04-05  Jérôme Benoitfix: fix dynamic pool busy semantic
2023-04-02  Jérôme Benoitperf: use a single array to store pool workers and...
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-12  Jérôme BenoitTests: remove unused variables
2022-10-10  Jérôme BenoitEnchance benchmarking code
2022-10-10  Jérôme BenoitCleanup tests code
2022-10-10  Jérôme BenoitStricter tests expectations
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-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime
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
2021-05-03  Jérôme BenoitFix busy event emission on fixed pool: (#332)
2021-03-09  Jérôme BenoitAdd two tests to assess worker options. (#260)
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-22  Jérôme BenoitCheck that a pool have a minimum number of workers...
2021-02-21  Jérôme BenoitEnsure we always clean up resources in ut. (#214)
2021-02-21  ShinigamiExtract selection strategies to classes (#176)
2021-02-17  Alessandro Pio ArdizioTests enhancement (#172)
2021-02-16  Alessandro Pio ArdizioMerge pull request #153 from pioardi/add-worker-test
2021-02-16  ShinigamiMerge branch 'master' into add-worker-test
2021-02-16  Shinigami92Merge branch 'master' into add-worker-test
2021-02-16  Alessandro Pio ArdizioMerge pull request #161 from pioardi/issue-70
2021-02-16  aardizioIncreased test timeouts, we need to look into that...
2021-02-16  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-16  aardizioImplementation for killBehavior based on the last feedbacks
2021-02-15  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-15  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-15  aardizioCluster pool is now working
2021-02-15  aardizioBetter handling for maxInactiveTime on dynamic pools
2021-02-14  ShinigamiMerge branch 'master' into add-worker-test
2021-02-14  ShinigamiMerge branch 'master' into add-worker-test
2021-02-14  Shinigami92Rename folder
2021-02-11  ShinigamiProvide a cluster worker pool (#92)