This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
works-on-my-machine/src
Marc Cataford 972d9e6edc
refactor: fork instead of socket (#17)
* refactor: use fork and child>parent messaging instead of socket

* feat: timing marks, standardize workers

* refactor: remove cruft from collector worker

* refactor: standardize worker,process spawn logic

* ci: drop support for node 14, eol

* refactor: needless double string convert

* refactor: no more log grouping

* fix: fail on failure
2023-04-14 09:38:28 -04:00
..
testComponents refactor: fork instead of socket (#17) 2023-04-14 09:38:28 -04:00
argumentParser.ts feat: set worker count from cli (#14) 2023-04-14 09:38:27 -04:00
cli.ts refactor: fork instead of socket (#17) 2023-04-14 09:38:28 -04:00
collector.ts refactor: fork instead of socket (#17) 2023-04-14 09:38:28 -04:00
help.ts feat: set worker count from cli (#14) 2023-04-14 09:38:27 -04:00
index.ts feat: each support (#13) 2023-04-14 09:38:22 -04:00
runner.ts refactor: fork instead of socket (#17) 2023-04-14 09:38:28 -04:00
types.ts refactor: fork instead of socket (#17) 2023-04-14 09:38:28 -04:00
utils.ts refactor: fork instead of socket (#17) 2023-04-14 09:38:28 -04:00
worker.ts refactor: fork instead of socket (#17) 2023-04-14 09:38:28 -04:00