mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
fixes benchmark db write (#3317)
This commit is contained in:
@@ -170,7 +170,7 @@ public class BenchmarkRun
|
||||
|
||||
public static IEnumerable<BenchmarkRun> FromSummary(Summary summary, string gitHash)
|
||||
{
|
||||
var runDate = DateTime.Now;
|
||||
var runDate = DateTime.UtcNow;
|
||||
var name = summary.BenchmarksCases.First().FolderInfo;
|
||||
|
||||
foreach (var benchmarkReport in summary.Reports)
|
||||
|
||||
Reference in New Issue
Block a user