Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App only runs inprocess on dev machine #2452

Open
mnagatos101 opened this issue Oct 25, 2023 · 0 comments
Open

App only runs inprocess on dev machine #2452

mnagatos101 opened this issue Oct 25, 2023 · 0 comments

Comments

@mnagatos101
Copy link

Dev machine is on Windows 10 with net8.0 sdk installed.
Alternate machine is on Windows 11 with net8.0 sdk installed.
Set up project exactly as outlined in getting started.

On the dev machine, using
BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args, new DebugInProcessConfig());
works. The only thing missing is that no result artifacts are produced.

On the dev machine, when using
var summary = BenchmarkRunner.Run(config, args);
OR
BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args);
then the program show //Validating benchmarks and then exits.
No exception is thrown.
It never progresses to the next line so nothing can be extracted from the summary.
There is nothing logged in the Event Viewer.

image

It's exiting somewhere here, but I haven't been able to deconstruct it enough to glean why it would work in one environment and not another.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant