Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Find a efficient way to improve concurrent unit tests #39

@al8n

Description

@al8n

As cargo miri increases memory usage, if in a unit test, spawning too many threads in concurrent unit tests will lead the runner of GitHub CI OOM (Out of Memory).

Need to find a way that does not spawn multiple threads but still reproduces data contention, maybe a Barrier?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions