-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pytest-benchmark
committed
Jan 8, 2024
1 parent
3c681b6
commit a19d7f7
Showing
1 changed file
with
310 additions
and
0 deletions.
There are no files selected for viewing
310 changes: 310 additions & 0 deletions
310
...nux-CPython-3.12-64bit/0005_3c681b64606d4ae4e4581c76e3d2405600bb5010_20240108_094854.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,310 @@ | ||
{ | ||
"machine_info": { | ||
"node": "fv-az1240-349", | ||
"processor": "x86_64", | ||
"machine": "x86_64", | ||
"python_compiler": "GCC 11.4.0", | ||
"python_implementation": "CPython", | ||
"python_implementation_version": "3.12.1", | ||
"python_version": "3.12.1", | ||
"python_build": [ | ||
"main", | ||
"Dec 8 2023 05:40:51" | ||
], | ||
"release": "6.2.0-1018-azure", | ||
"system": "Linux", | ||
"cpu": { | ||
"python_version": "3.12.1.final.0 (64 bit)", | ||
"cpuinfo_version": [ | ||
9, | ||
0, | ||
0 | ||
], | ||
"cpuinfo_version_string": "9.0.0", | ||
"arch": "X86_64", | ||
"bits": 64, | ||
"count": 4, | ||
"arch_string_raw": "x86_64", | ||
"vendor_id_raw": "AuthenticAMD", | ||
"brand_raw": "AMD EPYC 7763 64-Core Processor", | ||
"hz_advertised_friendly": "2.7931 GHz", | ||
"hz_actual_friendly": "2.7931 GHz", | ||
"hz_advertised": [ | ||
2793142000, | ||
0 | ||
], | ||
"hz_actual": [ | ||
2793142000, | ||
0 | ||
], | ||
"stepping": 1, | ||
"model": 1, | ||
"family": 25, | ||
"flags": [ | ||
"3dnowext", | ||
"3dnowprefetch", | ||
"abm", | ||
"adx", | ||
"aes", | ||
"aperfmperf", | ||
"apic", | ||
"arat", | ||
"avx", | ||
"avx2", | ||
"bmi1", | ||
"bmi2", | ||
"clflush", | ||
"clflushopt", | ||
"clwb", | ||
"clzero", | ||
"cmov", | ||
"cmp_legacy", | ||
"constant_tsc", | ||
"cpuid", | ||
"cr8_legacy", | ||
"cx16", | ||
"cx8", | ||
"de", | ||
"decodeassists", | ||
"erms", | ||
"extd_apicid", | ||
"f16c", | ||
"flushbyasid", | ||
"fma", | ||
"fpu", | ||
"fsgsbase", | ||
"fsrm", | ||
"fxsr", | ||
"fxsr_opt", | ||
"ht", | ||
"hypervisor", | ||
"invpcid", | ||
"invpcid_single", | ||
"lahf_lm", | ||
"lm", | ||
"mca", | ||
"mce", | ||
"misalignsse", | ||
"mmx", | ||
"mmxext", | ||
"movbe", | ||
"msr", | ||
"mtrr", | ||
"nonstop_tsc", | ||
"nopl", | ||
"npt", | ||
"nrip_save", | ||
"nx", | ||
"osvw", | ||
"osxsave", | ||
"pae", | ||
"pat", | ||
"pausefilter", | ||
"pcid", | ||
"pclmulqdq", | ||
"pdpe1gb", | ||
"pfthreshold", | ||
"pge", | ||
"pni", | ||
"popcnt", | ||
"pse", | ||
"pse36", | ||
"rdpid", | ||
"rdpru", | ||
"rdrand", | ||
"rdrnd", | ||
"rdseed", | ||
"rdtscp", | ||
"rep_good", | ||
"sep", | ||
"sha", | ||
"sha_ni", | ||
"smap", | ||
"smep", | ||
"sse", | ||
"sse2", | ||
"sse4_1", | ||
"sse4_2", | ||
"sse4a", | ||
"ssse3", | ||
"svm", | ||
"syscall", | ||
"topoext", | ||
"tsc", | ||
"tsc_reliable", | ||
"tsc_scale", | ||
"umip", | ||
"v_vmsave_vmload", | ||
"vaes", | ||
"vmcb_clean", | ||
"vme", | ||
"vmmcall", | ||
"vpclmulqdq", | ||
"xgetbv1", | ||
"xsave", | ||
"xsavec", | ||
"xsaveerptr", | ||
"xsaveopt", | ||
"xsaves" | ||
], | ||
"l3_cache_size": 524288, | ||
"l2_cache_size": 1048576, | ||
"l1_data_cache_size": 65536, | ||
"l1_instruction_cache_size": 65536, | ||
"l2_cache_line_size": 512, | ||
"l2_cache_associativity": 6 | ||
} | ||
}, | ||
"commit_info": { | ||
"id": "3c681b64606d4ae4e4581c76e3d2405600bb5010", | ||
"time": "2024-01-08T09:48:23+00:00", | ||
"author_time": "2024-01-08T09:48:23+00:00", | ||
"dirty": false, | ||
"project": "ariadne", | ||
"branch": "master" | ||
}, | ||
"benchmarks": [ | ||
{ | ||
"group": null, | ||
"name": "test_query_without_extensions", | ||
"fullname": "benchmark/test_extensions.py::test_query_without_extensions", | ||
"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.976440427, | ||
"max": 1.065596737000007, | ||
"mean": 1.0215601682000028, | ||
"stddev": 0.033658235897411175, | ||
"rounds": 5, | ||
"median": 1.025769675999996, | ||
"iqr": 0.046796754749998115, | ||
"q1": 0.9968540185000059, | ||
"q3": 1.043650773250004, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 2, | ||
"outliers": "2;0", | ||
"ld15iqr": 0.976440427, | ||
"hd15iqr": 1.065596737000007, | ||
"ops": 0.97889486212252, | ||
"total": 5.107800841000014, | ||
"iterations": 1 | ||
} | ||
}, | ||
{ | ||
"group": null, | ||
"name": "test_query_with_noop_extension", | ||
"fullname": "benchmark/test_extensions.py::test_query_with_noop_extension", | ||
"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": 1.0362081509999967, | ||
"max": 1.1261681679999924, | ||
"mean": 1.0822050847999976, | ||
"stddev": 0.034779725513770655, | ||
"rounds": 5, | ||
"median": 1.0794493050000113, | ||
"iqr": 0.05194089175000016, | ||
"q1": 1.0577765189999937, | ||
"q3": 1.1097174107499939, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 2, | ||
"outliers": "2;0", | ||
"ld15iqr": 1.0362081509999967, | ||
"hd15iqr": 1.1261681679999924, | ||
"ops": 0.9240392731889725, | ||
"total": 5.4110254239999875, | ||
"iterations": 1 | ||
} | ||
}, | ||
{ | ||
"group": null, | ||
"name": "test_query_with_open_telemetry_extension", | ||
"fullname": "benchmark/test_extensions.py::test_query_with_open_telemetry_extension", | ||
"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": 1.3019370930000065, | ||
"max": 1.4211640599999953, | ||
"mean": 1.3552684998000017, | ||
"stddev": 0.05201834587298713, | ||
"rounds": 5, | ||
"median": 1.3342997519999926, | ||
"iqr": 0.08945095974999617, | ||
"q1": 1.3152652620000076, | ||
"q3": 1.4047162217500038, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 2, | ||
"outliers": "2;0", | ||
"ld15iqr": 1.3019370930000065, | ||
"hd15iqr": 1.4211640599999953, | ||
"ops": 0.737861169316317, | ||
"total": 6.776342499000009, | ||
"iterations": 1 | ||
} | ||
}, | ||
{ | ||
"group": null, | ||
"name": "test_query_with_open_tracing_extension", | ||
"fullname": "benchmark/test_extensions.py::test_query_with_open_tracing_extension", | ||
"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": 1.3342858500000006, | ||
"max": 1.4018253809999806, | ||
"mean": 1.3569564227999962, | ||
"stddev": 0.027201071005916448, | ||
"rounds": 5, | ||
"median": 1.3501261570000054, | ||
"iqr": 0.03423803174998952, | ||
"q1": 1.3368491602500008, | ||
"q3": 1.3710871919999903, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 1, | ||
"outliers": "1;0", | ||
"ld15iqr": 1.3342858500000006, | ||
"hd15iqr": 1.4018253809999806, | ||
"ops": 0.7369433411402861, | ||
"total": 6.784782113999981, | ||
"iterations": 1 | ||
} | ||
} | ||
], | ||
"datetime": "2024-01-08T09:49:31.498939", | ||
"version": "4.0.0" | ||
} |