-
-
Notifications
You must be signed in to change notification settings - Fork 983
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
Unable to Retrieve Benchmarks Using Coreruns #2679
Comments
I'm also experiencing this.
It seems like the restore and publish are both failing with nonzero exit codes, but BDN ignores that and sails along trying to run the benchmarks anyway. I'm not sure what's going on since there's no stdout/stderr. |
I'm not sure what's the issue with corerun (I've never used it myself), but that particular issue looks similar to #2533 (should be fixed by #2535). |
Environment Setup
I attempted to set up the environment for running benchmarks to complete this issue by building two CoreRun executables:
windows.x64.Debug
windows.x64.Release
The builds were successful, and no errors were encountered during the process. I followed the instructions provided in the documentation for runtime repository.
Benchmark Example
Here is the benchmark code I used:
Command Used
I ran the benchmark using the following command:
dotnet run -c Release --corerun some-path\windows.x64.Release\corerun.exe some-path\windows.x64.Debug\corerun.exe
Issue Observed
Despite the setup being seemingly correct, the benchmarks did not execute successfully. Here is the output:
The text was updated successfully, but these errors were encountered: