-
Notifications
You must be signed in to change notification settings - Fork 94
Description
This is more of a question than an issue, but since I didn't see a place to discuss, so here it is.
I'm building a new test runner, which will likely end up in here;
https://github.com/adligo/tests4ts.ts.adligo.org
I'm trying to emulate some stuff I did in tests4j with concurrent in-memory bytecode instrumentation here;
https://github.com/adligo/tests4j_4jacoco.adligo.org
I'm thinking I will end up spawning multiple processes that each call c8 node ...yourSourceFileTrial.mjs, so does c8 use the hard disk drive when it runs which would cause issues with this design, or does it do all of it's instrumentation in memory so that multiple c8 instances can be run safely in a concurrent manor?
TIA,
Scott
Also thanks for the hard work on this tool everyone, it rocks!