Skip to content

Commit e00951c

Browse files
gintautasssGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #4 from unity/change-date-type
Fix for date format from epoch unix s to ms
2 parents 9fe5042 + 7875c0d commit e00951c

File tree

1 file changed

+1
-1
lines changed
  • UnityPerformanceBenchmarkReporter/Entities

1 file changed

+1
-1
lines changed

UnityPerformanceBenchmarkReporter/Entities/Data.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public SampleGroup(string name, SampleUnit unit, bool increaseIsBetter)
3838
public class Run
3939
{
4040
public string TestSuite;
41-
public int Date;
41+
public long Date;
4242
public Player Player;
4343
public Hardware Hardware;
4444
public Editor Editor;

0 commit comments

Comments
 (0)