feat: add initial infrastructure to track per task statistics
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Jul 2023 13:37:28 +0000 (15:37 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Jul 2023 13:37:28 +0000 (15:37 +0200)
commitff128cc9dc9cee365f55b15721d5b90707577a0a
tree5976f5330c9b7839314f36d4f16190388bb51e9a
parent197b4aa5aa76186bbe6f9274d455f4bdb8baa637
feat: add initial infrastructure to track per task statistics

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/pools/abstract-pool.ts
src/pools/worker-node.ts
src/pools/worker.ts
src/utility-types.ts
src/utils.ts
src/worker/abstract-worker.ts
tests/pools/cluster/fixed.test.js
tests/pools/thread/fixed.test.js