newbie trying to benchmark stuff
Hello 🙂 I'm trying to benchmark stuff using this https://benchmarkdotnet.org/articles/guides/getting-started.html. I use exactly that code.
I then use this command to run the project :
dotnet run --project my_project -c Release
This doesn't output anything, hogs a metric ton of RAM, and eventually crashes my computer without outputting anything useful...
What am I doing wrong?2 Replies