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 7d45cff commit ca80e33Copy full SHA for ca80e33
Source/Tests/Plugins/PluginTests.cs
@@ -541,7 +541,7 @@ public void RunBenchmark() {
541
_writer.WriteLine(report.ToString());
542
543
var benchmarkMedianMilliseconds = report.ResultStatistics.Median / 1000000;
544
- _writer.WriteLine($"{benchmark.ShortInfo} - {benchmarkMedianMilliseconds:0.00}ms");
+ _writer.WriteLine(String.Format("{0} - {1:0.00}ms", benchmark.ShortInfo, benchmarkMedianMilliseconds));
545
}
546
547
0 commit comments