Skip to content

Commit 7d5a8ff

Browse files
authored
Added exporter custom path to docs #1819 (#1850)
Added explanation on how to change the default output of the exporters in exporters.md
1 parent e62dc27 commit 7d5a8ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/articles/configs/exporters.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name: Exporters
77

88
An *exporter* allows you to export results of your benchmark in different formats.
99
By default, files with results will be located in
10-
`.\BenchmarkDotNet.Artifacts\results` directory. Default exporters are: csv, html and markdown.
10+
`.\BenchmarkDotNet.Artifacts\results` directory, but this can be changed via the `ArtifactsPath` property in the `IConfig`.
11+
Default exporters are: csv, html and markdown.
1112

1213
---
1314

@@ -117,4 +118,4 @@ Excerpt from the resulting CSV file:
117118
```
118119
Method,...,Mean [us],Error [us],StdDev [us],Min [us],Max [us],Allocated [KB]
119120
Benchmark,...,"37,647.6","32,717.9","21,640.9","11,209.2","59,492.6",1.58
120-
```
121+
```

0 commit comments

Comments
 (0)