We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9d070 commit d8eea0dCopy full SHA for d8eea0d
src/BenchmarkDotNet/Exporters/ExporterBase.cs
@@ -48,7 +48,7 @@ public IEnumerable<string> ExportToFiles(Summary summary, ILogger consoleLogger)
48
return new[] { filePath };
49
}
50
51
- internal string GetArtifactFullName(Summary summary)
+ public string GetArtifactFullName(Summary summary)
52
{
53
string fileName = GetFileName(summary);
54
return $"{Path.Combine(summary.ResultsDirectoryPath, fileName)}-{FileCaption}{FileNameSuffix}.{FileExtension}";
0 commit comments