The documentation says that "by default" the exporters will create a report in the .\BenchmarkDotNet.Artifacts\results path.
.\BenchmarkDotNet.Artifacts\results
Is there a way to override this path?
This can be done via the ArtifactsPath property in IConfig as explained here
ArtifactsPath
IConfig