Skip to content

No discussion channel #564

@adligo

Description

@adligo

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions