Skip to content

Commit 9b55730

Browse files
author
pytest-benchmark
committed
Benchmark results for 3.11
1 parent cf3c5dd commit 9b55730

File tree

1 file changed

+249
-0
lines changed

1 file changed

+249
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,249 @@
1+
{
2+
"machine_info": {
3+
"node": "fv-az936-390",
4+
"processor": "x86_64",
5+
"machine": "x86_64",
6+
"python_compiler": "GCC 11.3.0",
7+
"python_implementation": "CPython",
8+
"python_implementation_version": "3.11.3",
9+
"python_version": "3.11.3",
10+
"python_build": [
11+
"main",
12+
"Apr 6 2023 07:55:46"
13+
],
14+
"release": "5.15.0-1037-azure",
15+
"system": "Linux",
16+
"cpu": {
17+
"python_version": "3.11.3.final.0 (64 bit)",
18+
"cpuinfo_version": [
19+
9,
20+
0,
21+
0
22+
],
23+
"cpuinfo_version_string": "9.0.0",
24+
"arch": "X86_64",
25+
"bits": 64,
26+
"count": 2,
27+
"arch_string_raw": "x86_64",
28+
"vendor_id_raw": "GenuineIntel",
29+
"brand_raw": "Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz",
30+
"hz_advertised_friendly": "2.6000 GHz",
31+
"hz_actual_friendly": "2.5939 GHz",
32+
"hz_advertised": [
33+
2600000000,
34+
0
35+
],
36+
"hz_actual": [
37+
2593906000,
38+
0
39+
],
40+
"stepping": 7,
41+
"model": 85,
42+
"family": 6,
43+
"flags": [
44+
"3dnowprefetch",
45+
"abm",
46+
"adx",
47+
"aes",
48+
"apic",
49+
"avx",
50+
"avx2",
51+
"avx512bw",
52+
"avx512cd",
53+
"avx512dq",
54+
"avx512f",
55+
"avx512vl",
56+
"bmi1",
57+
"bmi2",
58+
"clflush",
59+
"clflushopt",
60+
"cmov",
61+
"constant_tsc",
62+
"cpuid",
63+
"cx16",
64+
"cx8",
65+
"de",
66+
"erms",
67+
"f16c",
68+
"fma",
69+
"fpu",
70+
"fsgsbase",
71+
"fxsr",
72+
"hle",
73+
"ht",
74+
"hypervisor",
75+
"invpcid",
76+
"invpcid_single",
77+
"lahf_lm",
78+
"lm",
79+
"mca",
80+
"mce",
81+
"md_clear",
82+
"mmx",
83+
"movbe",
84+
"msr",
85+
"mtrr",
86+
"nopl",
87+
"nx",
88+
"osxsave",
89+
"pae",
90+
"pat",
91+
"pcid",
92+
"pclmulqdq",
93+
"pdpe1gb",
94+
"pge",
95+
"pni",
96+
"popcnt",
97+
"pse",
98+
"pse36",
99+
"pti",
100+
"rdrand",
101+
"rdrnd",
102+
"rdseed",
103+
"rdtscp",
104+
"rep_good",
105+
"rtm",
106+
"sep",
107+
"smap",
108+
"smep",
109+
"ss",
110+
"sse",
111+
"sse2",
112+
"sse4_1",
113+
"sse4_2",
114+
"ssse3",
115+
"syscall",
116+
"tsc",
117+
"vme",
118+
"xsave",
119+
"xsavec",
120+
"xsaveopt",
121+
"xsaves",
122+
"xtopology"
123+
],
124+
"l3_cache_size": 37486592,
125+
"l2_cache_size": 2097152,
126+
"l1_data_cache_size": 65536,
127+
"l1_instruction_cache_size": 65536,
128+
"l2_cache_line_size": 256,
129+
"l2_cache_associativity": 6
130+
}
131+
},
132+
"commit_info": {
133+
"id": "cf3c5dd82f2d3f956c568f8bb9f380ae7c74bd61",
134+
"time": "2023-05-17T11:09:25+00:00",
135+
"author_time": "2023-05-17T11:09:25+00:00",
136+
"dirty": false,
137+
"project": "ariadne",
138+
"branch": "master"
139+
},
140+
"benchmarks": [
141+
{
142+
"group": null,
143+
"name": "test_query_without_extensions",
144+
"fullname": "benchmark/test_extension.py::test_query_without_extensions",
145+
"params": null,
146+
"param": null,
147+
"extra_info": {},
148+
"options": {
149+
"disable_gc": false,
150+
"timer": "perf_counter",
151+
"min_rounds": 5,
152+
"max_time": 1.0,
153+
"min_time": 5e-06,
154+
"warmup": false
155+
},
156+
"stats": {
157+
"min": 1.0413796949999892,
158+
"max": 1.0713213710000105,
159+
"mean": 1.056905207199992,
160+
"stddev": 0.010677307765838839,
161+
"rounds": 5,
162+
"median": 1.0566553519999786,
163+
"iqr": 0.010119222499994862,
164+
"q1": 1.0522166287499957,
165+
"q3": 1.0623358512499905,
166+
"iqr_outliers": 0,
167+
"stddev_outliers": 2,
168+
"outliers": "2;0",
169+
"ld15iqr": 1.0413796949999892,
170+
"hd15iqr": 1.0713213710000105,
171+
"ops": 0.9461586461942522,
172+
"total": 5.28452603599996,
173+
"iterations": 1
174+
}
175+
},
176+
{
177+
"group": null,
178+
"name": "test_query_with_extension",
179+
"fullname": "benchmark/test_extension.py::test_query_with_extension",
180+
"params": null,
181+
"param": null,
182+
"extra_info": {},
183+
"options": {
184+
"disable_gc": false,
185+
"timer": "perf_counter",
186+
"min_rounds": 5,
187+
"max_time": 1.0,
188+
"min_time": 5e-06,
189+
"warmup": false
190+
},
191+
"stats": {
192+
"min": 1.6482913049999866,
193+
"max": 1.7902460170000154,
194+
"mean": 1.7197702077999963,
195+
"stddev": 0.05087596652680713,
196+
"rounds": 5,
197+
"median": 1.7140921919999812,
198+
"iqr": 0.0513214667499966,
199+
"q1": 1.6964895037500014,
200+
"q3": 1.747810970499998,
201+
"iqr_outliers": 0,
202+
"stddev_outliers": 2,
203+
"outliers": "2;0",
204+
"ld15iqr": 1.6482913049999866,
205+
"hd15iqr": 1.7902460170000154,
206+
"ops": 0.5814730337021263,
207+
"total": 8.598851038999982,
208+
"iterations": 1
209+
}
210+
},
211+
{
212+
"group": null,
213+
"name": "test_query_with_extension_sync",
214+
"fullname": "benchmark/test_extension.py::test_query_with_extension_sync",
215+
"params": null,
216+
"param": null,
217+
"extra_info": {},
218+
"options": {
219+
"disable_gc": false,
220+
"timer": "perf_counter",
221+
"min_rounds": 5,
222+
"max_time": 1.0,
223+
"min_time": 5e-06,
224+
"warmup": false
225+
},
226+
"stats": {
227+
"min": 1.0577037030000156,
228+
"max": 1.127690744000006,
229+
"mean": 1.0842887808000057,
230+
"stddev": 0.02647157712702721,
231+
"rounds": 5,
232+
"median": 1.0827897409999991,
233+
"iqr": 0.027720748249997484,
234+
"q1": 1.066786325250007,
235+
"q3": 1.0945070735000044,
236+
"iqr_outliers": 0,
237+
"stddev_outliers": 2,
238+
"outliers": "2;0",
239+
"ld15iqr": 1.0577037030000156,
240+
"hd15iqr": 1.127690744000006,
241+
"ops": 0.9222635313649412,
242+
"total": 5.421443904000029,
243+
"iterations": 1
244+
}
245+
}
246+
],
247+
"datetime": "2023-05-17T11:10:24.423483",
248+
"version": "4.0.0"
249+
}

0 commit comments

Comments
 (0)