mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This will start to collect engine benchmarks in the flutter-cirrus Datastore for all post-submit commits. We're using this to test how https://github.com/liyuqian/metrics_center works. Once it's stablized, we should move metrics_center into flutter/packages, and migrate data to flutter-infra Datastore. Related issue: https://github.com/flutter/flutter/issues/37434
33 lines
663 B
JSON
33 lines
663 B
JSON
{
|
|
"context": {
|
|
"date": "2019-12-17 15:14:14",
|
|
"num_cpus": 56,
|
|
"mhz_per_cpu": 2594,
|
|
"cpu_scaling_enabled": true,
|
|
"library_build_type": "release"
|
|
},
|
|
"benchmarks": [
|
|
{
|
|
"name": "BM_PaintRecordInit",
|
|
"iterations": 6749079,
|
|
"real_time": 101,
|
|
"cpu_time": 101,
|
|
"time_unit": "ns"
|
|
},
|
|
{
|
|
"name": "BM_ParagraphShortLayout",
|
|
"iterations": 151761,
|
|
"real_time": 4460,
|
|
"cpu_time": 4460,
|
|
"time_unit": "ns"
|
|
},
|
|
{
|
|
"name": "BM_ParagraphStylesBigO_BigO",
|
|
"cpu_coefficient": 6548,
|
|
"real_coefficient": 6548,
|
|
"big_o": "N",
|
|
"time_unit": "ns"
|
|
}
|
|
]
|
|
}
|