✅ Where does BenchmarkDotNet save my files?
I can run the following successfully but I cannot find where the files
A.txt
and B.txt
are saved. Where are they saved?
6 Replies
They are in a folder named BenchmarkDotNet.Artifacts\results inside the bin folder.
No. There are no
A.txt
and B.txt
there.Its a single text file for the class., not per test.
Nothing.
try and chuck in
Console.WriteLine(Path.GetFullPath("A.txt");
after it's created
probably gets put in a temporary folder that gets cleaned up after the run