Benchmarks and tests code cleanups. (#257)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 7 Mar 2021 18:28:25 +0000 (19:28 +0100)
committerGitHub <noreply@github.com>
Sun, 7 Mar 2021 18:28:25 +0000 (19:28 +0100)
commit292ad316a2815762f2e4a822383f1aef5ae49774
treeb9ee405e9bfc14100323e40be2a848e86203625d
parenta7dc540979d13bee0dd320858214b776fa556e4d
Benchmarks and tests code cleanups. (#257)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
18 files changed:
benchmarks/internal/bench.js
benchmarks/internal/benchmark-utils.js
benchmarks/internal/choose-worker.js
benchmarks/internal/cluster/fixed.js
benchmarks/internal/quick-select.js
benchmarks/internal/thread/fixed.js
benchmarks/versus-external-pools/BENCH-100000.md [moved from benchmarks/versus-external-pools/BENCH-100000.MD with 100% similarity]
benchmarks/versus-external-pools/package-lock.json
benchmarks/versus-external-pools/package.json
examples/dynamicExample.js
examples/fixedExample.js [moved from examples/staticExample.js with 92% similarity]
package-lock.json
tests/pools/abstract/abstract-pool.test.js
tests/pools/cluster/dynamic.test.js
tests/pools/cluster/fixed.test.js
tests/pools/thread/dynamic.test.js
tests/pools/thread/fixed.test.js
tests/worker/abstract-worker.test.js