文档中说,“默认情况下”出口商将在.\BenchmarkDotNet.Artifacts\results路径中创建报告。
.\BenchmarkDotNet.Artifacts\results
有办法覆盖这条路吗?
发布于 2021-12-25 13:00:59
这可以通过IConfig中的IConfig属性来完成,如解释的这里
IConfig
https://stackoverflow.com/questions/69499031
相似问题