2

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?

asaf92
  • 1,557
  • 1
  • 19
  • 30

1 Answers1

2

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

asaf92
  • 1,557
  • 1
  • 19
  • 30