-
Notifications
You must be signed in to change notification settings - Fork 1
/
output.json
118 lines (118 loc) · 3.8 KB
/
output.json
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"machine_info": {
"node": "fv-az137-940",
"processor": "x86_64",
"machine": "x86_64",
"python_compiler": "GCC 9.3.0",
"python_implementation": "CPython",
"python_implementation_version": "3.9.4",
"python_version": "3.9.4",
"python_build": [
"default",
"Apr 4 2021 21:04:22"
],
"release": "5.4.0-1046-azure",
"system": "Linux",
"cpu": {
"vendor_id": "unknown",
"hardware": "unknown",
"brand": "unknown"
}
},
"commit_info": {
"id": "2c85c04a13dbc1cb20df6a9e52ebe7ac0b427e3a",
"time": "2021-04-29T15:17:31+02:00",
"author_time": "2021-04-29T15:17:31+02:00",
"dirty": true,
"project": "Benchmarking-DevOps",
"branch": "master"
},
"benchmarks": [
{
"group": null,
"name": "test_turtle",
"fullname": "src/benchmarking.py::test_turtle",
"params": null,
"param": null,
"extra_info": {},
"options": {
"disable_gc": false,
"timer": "perf_counter",
"min_rounds": 5,
"max_time": 1.0,
"min_time": 5e-06,
"warmup": false
},
"stats": {
"min": 0.36738549399996145,
"max": 0.3738668139999959,
"mean": 0.3694032115999789,
"stddev": 0.0025994878441823696,
"rounds": 5,
"median": 0.3686529180000093,
"iqr": 0.00269885100000522,
"q1": 0.36772367499996506,
"q3": 0.3704225259999703,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 0.36738549399996145,
"hd15iqr": 0.3738668139999959,
"ops": 2.7070690470414336,
"total": 1.8470160579998947,
"data": [
0.3738668139999959,
0.36783640199996626,
0.36738549399996145,
0.3686529180000093,
0.36927442999996174
],
"iterations": 1
}
},
{
"group": null,
"name": "test_cheetah",
"fullname": "src/benchmarking.py::test_cheetah",
"params": null,
"param": null,
"extra_info": {},
"options": {
"disable_gc": false,
"timer": "perf_counter",
"min_rounds": 5,
"max_time": 1.0,
"min_time": 5e-06,
"warmup": false
},
"stats": {
"min": 0.2869612070000471,
"max": 0.2880875280000055,
"mean": 0.2876297994000083,
"stddev": 0.0004319751447389791,
"rounds": 5,
"median": 0.2876008189999766,
"iqr": 0.0005419854999928475,
"q1": 0.2874223902500148,
"q3": 0.28796437575000766,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 0.2869612070000471,
"hd15iqr": 0.2880875280000055,
"ops": 3.476691226312384,
"total": 1.4381489970000416,
"data": [
0.2880875280000055,
0.2869612070000471,
0.2876008189999766,
0.2879233250000084,
0.28757611800000404
],
"iterations": 1
}
}
],
"datetime": "2021-04-29T13:18:00.828465",
"version": "3.2.2"
}