Fix strategy handling in pool options (#259)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 7 Mar 2021 21:45:27 +0000 (22:45 +0100)
committerGitHub <noreply@github.com>
Sun, 7 Mar 2021 21:45:27 +0000 (22:45 +0100)
commite843b9042b77e0e4e17c193820a3e05ffc92cffe
tree4dbe0a4e05eedca5cc46f9a5e1b5973a174b6a50
parent292ad316a2815762f2e4a822383f1aef5ae49774
Fix strategy handling in pool options (#259)

And increase coverage a bit.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md
benchmarks/internal/choose-worker.js
benchmarks/internal/cluster/dynamic.js
benchmarks/internal/cluster/fixed.js
benchmarks/internal/thread/dynamic.js
benchmarks/internal/thread/fixed.js
src/pools/abstract-pool.ts
tests/pools/abstract/abstract-pool.test.js
tests/pools/selection-strategies.test.js