Skip to content

Commit 68de747

Browse files
committed
Formatting
1 parent bbb61fa commit 68de747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeqCli/Cli/Commands/Bench/BenchCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ protected override async Task<int> Run()
159159
using (LogContext.PushProperty("Query", c.Query))
160160
{
161161
reportingLogger.Information(
162-
"Case {Id,-40} mean {MeanElapsed,5:N0} ms (first {FirstElapsed:,5N0} ms, min {MinElapsed,5:N0} ms, max {MaxElapsed,5:N0} ms, RSD {RelativeStandardDeviationElapsed,4:N2})",
162+
"Case {Id,-40} mean {MeanElapsed,5:N0} ms (first {FirstElapsed,5:N0} ms, min {MinElapsed,5:N0} ms, max {MaxElapsed,5:N0} ms, RSD {RelativeStandardDeviationElapsed,4:N2})",
163163
c.Id, timings.MeanElapsed, timings.FirstElapsed, timings.MinElapsed, timings.MaxElapsed, timings.RelativeStandardDeviationElapsed);
164164
}
165165
}

0 commit comments

Comments
 (0)