Skip to content

Instantly share code, notes, and snippets.

@kota1921
Created August 23, 2021 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kota1921/2c526a95faf0bdec7d3d1d69746624a3 to your computer and use it in GitHub Desktop.
Save kota1921/2c526a95faf0bdec7d3d1d69746624a3 to your computer and use it in GitHub Desktop.
{
"context": {
"build": {
"device": "toco",
"fingerprint": "Xiaomi/toco_ru/toco:11/RKQ1.200826.002/V12.5.1.0.RFNRUXM:user/release-keys",
"model": "Mi Note 10 Lite",
"version": {
"sdk": 30
}
},
"cpuCoreCount": 8,
"cpuLocked": false,
"cpuMaxFreqHz": -1,
"memTotalBytes": 5838954496,
"sustainedPerformanceModeEnabled": false
},
"benchmarks": [
{
"name": "write",
"params": {},
"className": "com.kota.benchmark.KotlinSerializationBenchmark",
"totalRunTimeNs": 8907885622,
"metrics": {
"timeNs": {
"minimum": 43500,
"maximum": 197807,
"median": 45958,
"runs": [
...
]
}
},
"warmupIterations": 22157,
"repeatIterations": 10,
"thermalThrottleSleepSeconds": 0
},
{
"name": "read",
"params": {},
"className": "com.kota.benchmark.KotlinSerializationBenchmark",
"totalRunTimeNs": 7534628486,
"metrics": {
"timeNs": {
"minimum": 107760,
"maximum": 2470963,
"median": 111770,
"runs": [
...
]
}
},
"warmupIterations": 11134,
"repeatIterations": 4,
"thermalThrottleSleepSeconds": 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment