97 lines · json
1{2 "benchmarks": [3 {4 "name": "99 family 0 instance 0 repetition 0",5 "run_type": "iteration",6 "family_index": 0,7 "per_family_instance_index": 0,8 "repetition_index": 09 },10 {11 "name": "98 family 0 instance 0 repetition 1",12 "run_type": "iteration",13 "family_index": 0,14 "per_family_instance_index": 0,15 "repetition_index": 116 },17 {18 "name": "97 family 0 instance 0 aggregate",19 "run_type": "aggregate",20 "family_index": 0,21 "per_family_instance_index": 0,22 "aggregate_name": "9 aggregate"23 },24 25 26 {27 "name": "96 family 0 instance 1 repetition 0",28 "run_type": "iteration",29 "family_index": 0,30 "per_family_instance_index": 1,31 "repetition_index": 032 },33 {34 "name": "95 family 0 instance 1 repetition 1",35 "run_type": "iteration",36 "family_index": 0,37 "per_family_instance_index": 1,38 "repetition_index": 139 },40 {41 "name": "94 family 0 instance 1 aggregate",42 "run_type": "aggregate",43 "family_index": 0,44 "per_family_instance_index": 1,45 "aggregate_name": "9 aggregate"46 },47 48 49 50 51 {52 "name": "93 family 1 instance 0 repetition 0",53 "run_type": "iteration",54 "family_index": 1,55 "per_family_instance_index": 0,56 "repetition_index": 057 },58 {59 "name": "92 family 1 instance 0 repetition 1",60 "run_type": "iteration",61 "family_index": 1,62 "per_family_instance_index": 0,63 "repetition_index": 164 },65 {66 "name": "91 family 1 instance 0 aggregate",67 "run_type": "aggregate",68 "family_index": 1,69 "per_family_instance_index": 0,70 "aggregate_name": "9 aggregate"71 },72 73 74 {75 "name": "90 family 1 instance 1 repetition 0",76 "run_type": "iteration",77 "family_index": 1,78 "per_family_instance_index": 1,79 "repetition_index": 080 },81 {82 "name": "89 family 1 instance 1 repetition 1",83 "run_type": "iteration",84 "family_index": 1,85 "per_family_instance_index": 1,86 "repetition_index": 187 },88 {89 "name": "88 family 1 instance 1 aggregate",90 "run_type": "aggregate",91 "family_index": 1,92 "per_family_instance_index": 1,93 "aggregate_name": "9 aggregate"94 }95 ]96}97