-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsamplebaseline.json
107 lines (107 loc) · 3.43 KB
/
samplebaseline.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"context": {
"build": {
"brand": "Jio",
"device": "TEST123",
"fingerprint": "TEST123",
"model": "LS1542QWN",
"version": {
"sdk": 30
}
},
"cpuCoreCount": 4,
"cpuLocked": false,
"cpuMaxFreqHz": 1305600000,
"memTotalBytes": 1972162560,
"sustainedPerformanceModeEnabled": false
},
"benchmarks": [
{
"name": "startupCompilationBaselineProfiles",
"params": {},
"className": "com.example.benchmark.StartupBenchmarks",
"totalRunTimeNs": 155690886242,
"metrics": {
"timeToInitialDisplayMs": {
"minimum": 1096.115833,
"maximum": 1414.014947,
"median": 1161.0081765,
"runs": [
1414.014947,
1133.693229,
1170.526197,
1281.624479,
1101.296875,
1128.309427,
1151.490156,
1172.742812,
1346.225885,
1096.115833
]
}
},
"sampledMetrics": {},
"warmupIterations": 0,
"repeatIterations": 10,
"thermalThrottleSleepSeconds": 0
},
{
"name": "startupCompilationNone",
"params": {},
"className": "com.example.benchmark.StartupBenchmarks",
"totalRunTimeNs": 129921305159,
"metrics": {
"timeToInitialDisplayMs": {
"minimum": 1489.099687,
"maximum": 2170.634582,
"median": 1685.6467699999998,
"runs": [
2170.634582,
1556.952812,
1489.099687,
1917.608541,
1519.933229,
1568.782031,
1513.596249,
1877.662291,
1847.907603,
1802.511509
]
}
},
"sampledMetrics": {},
"warmupIterations": 0,
"repeatIterations": 10,
"thermalThrottleSleepSeconds": 0
},
{
"name": "startupCompilationNone2",
"params": {},
"className": "com.example.benchmark.StartupBenchmarks",
"totalRunTimeNs": 129921305159,
"metrics": {
"timeToInitialDisplayMs": {
"minimum": 1489.099687,
"maximum": 2170.634582,
"median": 1685.6467699999998,
"runs": [
2170.634582,
1556.952812,
1489.099687,
1917.608541,
1519.933229,
1568.782031,
1513.596249,
1877.662291,
1847.907603,
1802.511509
]
}
},
"sampledMetrics": {},
"warmupIterations": 0,
"repeatIterations": 10,
"thermalThrottleSleepSeconds": 0
}
]
}