Merge pull request #4 from unity/change-date-type
Fix for date format from epoch unix s to ms
This commit is contained in:
Коммит
e00951c081
|
@ -38,7 +38,7 @@ namespace UnityPerformanceBenchmarkReporter.Entities.New
|
|||
public class Run
|
||||
{
|
||||
public string TestSuite;
|
||||
public int Date;
|
||||
public long Date;
|
||||
public Player Player;
|
||||
public Hardware Hardware;
|
||||
public Editor Editor;
|
||||
|
|
Загрузка…
Ссылка в новой задаче