bcoe / bcoe/c8

No discussion channel

Open
#564 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.1k
Forks
99
PR merge metrics
No merged PRs in 30d

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!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.