C
C#•2y ago
__dil__

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
__dil__
__dil__•2y ago
One notable thing is that it creates a ton of empty .log files...
ero
ero•2y ago
That should be correct Can you show your project setup?