aboutsummaryrefslogtreecommitdiff
path: root/tools/gbench/Inputs/test4_run.json
blob: eaa005f3a9f472a49d0d85716999d69c5a0b7726 (plain)
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
{
  "benchmarks": [
    {
      "name": "99 family 0 instance 0 repetition 0",
      "run_type": "iteration",
      "family_index": 0,
      "per_family_instance_index": 0,
      "repetition_index": 0
    },
    {
      "name": "98 family 0 instance 0 repetition 1",
      "run_type": "iteration",
      "family_index": 0,
      "per_family_instance_index": 0,
      "repetition_index": 1
    },
    {
      "name": "97 family 0 instance 0 aggregate",
      "run_type": "aggregate",
      "family_index": 0,
      "per_family_instance_index": 0,
      "aggregate_name": "9 aggregate"
    },


    {
      "name": "96 family 0 instance 1 repetition 0",
      "run_type": "iteration",
      "family_index": 0,
      "per_family_instance_index": 1,
      "repetition_index": 0
    },
    {
      "name": "95 family 0 instance 1 repetition 1",
      "run_type": "iteration",
      "family_index": 0,
      "per_family_instance_index": 1,
      "repetition_index": 1
    },
    {
      "name": "94 family 0 instance 1 aggregate",
      "run_type": "aggregate",
      "family_index": 0,
      "per_family_instance_index": 1,
      "aggregate_name": "9 aggregate"
    },




    {
      "name": "93 family 1 instance 0 repetition 0",
      "run_type": "iteration",
      "family_index": 1,
      "per_family_instance_index": 0,
      "repetition_index": 0
    },
    {
      "name": "92 family 1 instance 0 repetition 1",
      "run_type": "iteration",
      "family_index": 1,
      "per_family_instance_index": 0,
      "repetition_index": 1
    },
    {
      "name": "91 family 1 instance 0 aggregate",
      "run_type": "aggregate",
      "family_index": 1,
      "per_family_instance_index": 0,
      "aggregate_name": "9 aggregate"
    },


    {
      "name": "90 family 1 instance 1 repetition 0",
      "run_type": "iteration",
      "family_index": 1,
      "per_family_instance_index": 1,
      "repetition_index": 0
    },
    {
      "name": "89 family 1 instance 1 repetition 1",
      "run_type": "iteration",
      "family_index": 1,
      "per_family_instance_index": 1,
      "repetition_index": 1
    },
    {
      "name": "88 family 1 instance 1 aggregate",
      "run_type": "aggregate",
      "family_index": 1,
      "per_family_instance_index": 1,
      "aggregate_name": "9 aggregate"
    }
  ]
}