You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should add the `Benchmark.Net` package to your test project and configure your tests according to the [Getting Started](https://benchmarkdotnet.org/articles/guides/getting-started.html) docs. A simple test file might look like
17
+
You should add the `BenchmarkDotNet` package to your test project and configure your tests according to the [Getting Started](https://benchmarkdotnet.org/articles/guides/getting-started.html) docs. A simple test file might look like
18
18
19
19
20
20
```csharp
@@ -64,7 +64,7 @@ You can then run the tests using `dotnet run`. It's _very_ important that you e
64
64
65
65
Store the benchmark results with step using the action. Please set `benchmarkdotnet` to `tool` input.
66
66
67
-
By default, Benchmark.Net will output results files to the current directory in a structure like:
67
+
By default, BenchmarkDotNet will output results files to the current directory in a structure like:
68
68
69
69
```
70
70
BenchmarkDotNet.Artifacts
@@ -81,10 +81,10 @@ You want to get the path of the `-report-full-compressed.json` report for use wi
0 commit comments