Skip to content

Support for running in-process in the same original thread #2589

Open
@Youssef1313

Description

@Youssef1313

var runThread = new Thread(() => exitCode = ExecuteCore(host, executeParameters));

Currently, benchmarks always run on background thread. It would be great if a new Toolchain and Executor are run on the same thread, or a property is added to existing toolchains/executors to control whether a background thread is created or not.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions