build: switch from prettier to rome as code formatter
[poolifier.git] / benchmarks / benchmarks-utils.mjs
2023-08-13  Jérôme Benoitbuild: switch from prettier to rome as code formatter
2023-08-02  Jérôme Benoitrefactor: more worker function -> task function renaming
2023-07-23  Jérôme Benoitperf: add measurement coverage to benchmark
2023-07-22  Jérôme Benoitbuild: improve maxWorkers computation
2023-07-07  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2023-07-07  Jérôme Benoittest: cleanup worker functions return
2023-07-04  Jérôme Benoitfix: properly size the pools in benchmarking code
2023-07-03  Jérôme Benoitfix: fix availableParallelism() usage for pool min...
2023-07-02  Jérôme Benoitrefactor: split TestUtils class into arrow functions
2023-06-27  Jérôme Benoitrefactor: cleanup benchmarks export
2023-06-27  Jérôme Benoitfix: fix fibonacci implementation
2023-06-25  Jérôme Benoitrefactor: convert to ESM benchmarks code