-
Notifications
You must be signed in to change notification settings - Fork 275
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
InProcess run crashes on certain benchmarks #788
Comments
For context, I am doing automated runs under different runtimes and configurations. The tooling for Mono/netcore is currently quite incomplete so certain runs (Mono LLVM JIT and Mono LLVM AOT) can only be done in-process for the moment. |
I've sent a fix to BDN dotnet/BenchmarkDotNet#1231
Is this blocking you? |
It is one of the blockers, not a critical at the moment as I can skip over the affected tests. Thanks! |
Running the microbenchmarks in-process with
dotnet run -f netcoreapp5.0 -c Release --anyCategories coreclr --iterationCount 1 --warmupCount 0 --invocationCount 1 --unrollFactor 1 --strategy ColdStart --stopOnFirstError true -i
causes unexpected failures in comparison to out-of-process runs.Specifically, the benchmarks using
[IterationCleanup]
logic seem to be affected.Example of crash:
/cc @adamsitnik
The text was updated successfully, but these errors were encountered: