Search code examples
benchmarkdotnet

Change BenchmarkDotnet exporter path


The documentation says that "by default" the exporters will create a report in the .\BenchmarkDotNet.Artifacts\results path.

Is there a way to override this path?


Solution

  • This can be done via the ArtifactsPath property in IConfig as explained here