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 f85e3b7 commit 3f8c3dfCopy full SHA for 3f8c3df
src/SeqCli/Cli/Commands/Bench/BenchCommand.cs
@@ -108,7 +108,7 @@ protected override async Task<int> Run()
108
var seqVersion = (await connection.Client.GetRootAsync()).Version;
109
110
var cases = ReadCases(_cases);
111
- var runId = Guid.NewGuid().ToString("N");
+ var runId = Guid.NewGuid().ToString("N")[..16];
112
113
await using var reportingLogger = BuildReportingLogger();
114
0 commit comments