Skip to content

Parallel benchmark test causes output misalignment #1

Open
@juzi5201314

Description

@juzi5201314

By default, rust will run tests in parallel, but this will cause the output to be misaligned.

The current solution is to use RUST_TEST_THREADS=1, --test-threads=1 or global mutex lock to limit only one test to run at the same time.

Is there any better way?

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