Benchmarks: fix workload function
[poolifier.git] / benchmarks /
2022-10-20  Jérôme BenoitBenchmarks: fix workload function
2022-10-20  Jérôme BenoitBenchmarks: properly parse env variables
2022-10-20  Jérôme BenoitSwitch eslint-plugin-node to supported eslint-plugin-n
2022-10-17  Jérôme BenoitFactor out benchmarks helpers
2022-10-17  Jérôme BenoitBenchmarks: remove debug code
2022-10-17  Jérôme BenoitImprove benchmarks: add IO intensive task workload...
2022-10-17  Jérôme BenoitRemove hyperfine debug option
2022-10-17  Jérôme BenoitInitial worker-nodes integration in benchmarks.
2022-10-16  Jérôme Benoitbenchmarks/README.md: add folder links
2022-10-16  Jérôme BenoitRun benchmarks versus latest external pool libraries
2022-10-15  Jérôme BenoitCleanups
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-10  Jérôme BenoitEnchance benchmarking code
2022-10-10  Jérôme BenoitAdd WRR worker choice strategy to benchmark
2022-10-10  Jérôme BenoitAdd eslint report to sonar
2022-10-09  Jérôme BenoitAdd fair sharing worker choice strategy
2022-10-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime
2022-10-07  Jérôme BenoitReport some code cleanups from work in progress PR
2021-12-30  Jérôme BenoitMigrate the code to node.js LTS version 16.x.x (#492)
2021-09-18  Jérôme BenoitCheck random integer generator imputs
2021-09-17  Jérôme BenoitFix random integer gemerator
2021-05-10  Jérôme BenoitConsolidate benchmarks documentation (#350)
2021-05-10  Jérôme BenoitUpdate threads pool libraries to benchmark to latest...
2021-03-22  Jérôme BenoitAvoid to on-by-one in worker function. (#285)
2021-03-19  Jérôme BenoitAdd worker-threads-pool to external pools benchmarks...
2021-03-12  Jérôme BenoitAdd threadwork, microjob to external pools benchmark...
2021-03-09  Jérôme BenoitAdd workerpool to external pools benchmark (#263)
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-03-06  Jérôme BenoitAdd benchmark for quick select algorithm evaluation...
2021-03-01  aardiziobench versions update
2021-02-27  aardizioRename FullPool event to busy, update benchmarks
2021-02-24  Jérôme BenoitUntangle pool abstract class from worker strategy selec...
2021-02-23  Alessandro Pio ArdizioThreadjs benchmarks (#230)
2021-02-23  Jérôme BenoitCleanups on bechmarking and strategies code: (#227)
2021-02-23  Alessandro Pio ArdizioRemoved max tasks (#225)
2021-02-22  Jérôme BenoitCheck that a pool have a minimum number of workers...
2021-02-22  aardizioNew bench execution and sleep between a test and another
2021-02-22  aardizioDoc enhancement
2021-02-22  aardizioAdditional details on benchmarks
2021-02-22  aardizioImprovement on benchmarks
2021-02-22  aardizioBump to beta 7 version v2.0.0-beta.7
2021-02-22  Alessandro Pio ArdizioBenchmarks and performance enhancements (#209)
2021-02-17  Alessandro Pio ArdizioTests enhancement (#172)
2021-02-16  Shinigami92Merge branch 'master' into add-worker-test
2021-02-16  Alessandro Pio ArdizioMerge branch 'master' into issue-70
2021-02-16  Alessandro Pio ArdizioMerge pull request #164 from pioardi/benchmark
2021-02-15  Jérôme BenoitFix benchmarks run: use synchronous call.
2021-02-14  Jérôme BenoitBenchmark: Ensure choice algos does not init with off...
2021-02-14  ShinigamiRevert choose worker implementation (#148)
2021-02-13  Jérôme BenoitBenchmark: remove unneeded then at promise handling...
2021-02-11  ShinigamiProvide a cluster worker pool (#92)
2021-02-10  Jérôme BenoitAdd benchmark script (#104)
2021-02-09  ShinigamiUse prettierx and eslint native (#85)
2021-01-16  Alessandro Pio ArdizioMerge pull request #69 from pioardi/feature/prettier
2021-01-14  aardizio Added prettier standard to support prettier and use...
2020-01-24  aardizioImprovements based on https://github.com/pioardi/poolif...
2020-01-24  aardizioAdding a changelog file , removing other library dev... v1.0.0
2020-01-23  Alessandro Pio ArdizioMerge pull request #1 from pioardi/dependabot/npm_and_y...
2020-01-22  pioardiError handling and unit tests
2020-01-21  aardizioMerge branch 'master' of https://github.com/pioardi...
2020-01-21  aardizioSome benchmarking improvements
2020-01-21  aardizioRemoving bench on id generation , we are using a counte...
2020-01-21  aardizioNew benchmarking without any library to better understa...
2020-01-21  pioardiBenchmarking