mirror of
https://github.com/google/benchmark.git
synced 2025-02-22 01:00:13 +08:00
40 lines
725 B
JSON
40 lines
725 B
JSON
|
{
|
||
|
"context": {
|
||
|
"date": "2016-08-02 17:44:46",
|
||
|
"num_cpus": 4,
|
||
|
"mhz_per_cpu": 4228,
|
||
|
"cpu_scaling_enabled": false,
|
||
|
"library_build_type": "release"
|
||
|
},
|
||
|
"benchmarks": [
|
||
|
{
|
||
|
"name": "BM_One",
|
||
|
"iterations": 1000,
|
||
|
"real_time": 9,
|
||
|
"cpu_time": 110,
|
||
|
"time_unit": "ns"
|
||
|
},
|
||
|
{
|
||
|
"name": "BM_Two",
|
||
|
"iterations": 1000,
|
||
|
"real_time": 10,
|
||
|
"cpu_time": 89,
|
||
|
"time_unit": "ns"
|
||
|
},
|
||
|
{
|
||
|
"name": "BM_Two",
|
||
|
"iterations": 1000,
|
||
|
"real_time": 7,
|
||
|
"cpu_time": 70,
|
||
|
"time_unit": "ns"
|
||
|
},
|
||
|
{
|
||
|
"name": "BM_Two_stat",
|
||
|
"iterations": 1000,
|
||
|
"real_time": 8,
|
||
|
"cpu_time": 80,
|
||
|
"time_unit": "ns"
|
||
|
}
|
||
|
]
|
||
|
}
|