-
Notifications
You must be signed in to change notification settings - Fork 273
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
Can't run any micro benchmarks #3096
Comments
Full logs
|
Hello! I am unable to repro this locally. Can you try a run after clearing the top-level artifacts directory, otherwise do you still hit this error with a clean repository clone? |
Yes, did a complete clean and build on both my clone of dotnet/runtime and dotnet/performance and it reproduces every way. :( |
If you run |
|
Any ideas @DrewScoggins @caaavik-msft @cincuranet? The last thing that is coming to mind for me would be to clear the NuGet caches by running |
The clean of the NuGet cache did it!
|
Thanks you! |
@IDisposable an alternative is to use our python script that is used by the CI. It downloads the latest SDK, adds it to PATH and forwards your args to the micro benchmarks exe: py .\scripts\benchmarks_ci.py -f net8.0 --filter $hereGoesYourFilter --coreRun $alsoSupported |
Cool, turns out I had to turn off the
|
Trying to do a simple run
dotnet run -c Release -f net8.0 --filter System.Collections* --logBuildOutput
but it fails with some odd error I can't find referenced in the Troubleshooting docs. I get the same error ALSO if I give it a CoreRun argument pointing at a private build.The text was updated successfully, but these errors were encountered: