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.
2 parents 9fe5042 + 7875c0d commit e00951cCopy full SHA for e00951c
UnityPerformanceBenchmarkReporter/Entities/Data.cs
@@ -38,7 +38,7 @@ public SampleGroup(string name, SampleUnit unit, bool increaseIsBetter)
38
public class Run
39
{
40
public string TestSuite;
41
- public int Date;
+ public long Date;
42
public Player Player;
43
public Hardware Hardware;
44
public Editor Editor;
0 commit comments