From f8b3560a588d3ec2a0e9dfd5126769c7100e0725 Mon Sep 17 00:00:00 2001 From: pytest-benchmark <> Date: Mon, 5 Feb 2024 17:30:36 +0000 Subject: [PATCH] Benchmark results for 3.12 --- ...4abe606da919a146eb022_20240205_173001.json | 310 ++++++++++++++++++ 1 file changed, 310 insertions(+) create mode 100644 benchmark/results/Linux-CPython-3.12-64bit/0012_d8664f2f0e1d04f91cc4abe606da919a146eb022_20240205_173001.json diff --git a/benchmark/results/Linux-CPython-3.12-64bit/0012_d8664f2f0e1d04f91cc4abe606da919a146eb022_20240205_173001.json b/benchmark/results/Linux-CPython-3.12-64bit/0012_d8664f2f0e1d04f91cc4abe606da919a146eb022_20240205_173001.json new file mode 100644 index 00000000..f92553d9 --- /dev/null +++ b/benchmark/results/Linux-CPython-3.12-64bit/0012_d8664f2f0e1d04f91cc4abe606da919a146eb022_20240205_173001.json @@ -0,0 +1,310 @@ +{ + "machine_info": { + "node": "fv-az1118-245", + "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-1019-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.6260 GHz", + "hz_actual_friendly": "2.6260 GHz", + "hz_advertised": [ + 2626042000, + 0 + ], + "hz_actual": [ + 2626042000, + 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": "d8664f2f0e1d04f91cc4abe606da919a146eb022", + "time": "2024-02-05T17:29:33+00:00", + "author_time": "2024-02-05T17:29:33+00:00", + "dirty": false, + "project": "ariadne", + "branch": "main" + }, + "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.9861193639999897, + "max": 1.0534195009999934, + "mean": 1.0230047151999968, + "stddev": 0.025626396423248404, + "rounds": 5, + "median": 1.0242016079999985, + "iqr": 0.03597346350000308, + "q1": 1.0061867899999974, + "q3": 1.0421602535000005, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 0.9861193639999897, + "hd15iqr": 1.0534195009999934, + "ops": 0.9775126010093712, + "total": 5.1150235759999845, + "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.005518211000009, + "max": 1.0633094169999993, + "mean": 1.0445721616000043, + "stddev": 0.022793771532706234, + "rounds": 5, + "median": 1.0521338770000028, + "iqr": 0.022893480249997822, + "q1": 1.035368952000006, + "q3": 1.0582624322500038, + "iqr_outliers": 0, + "stddev_outliers": 1, + "outliers": "1;0", + "ld15iqr": 1.005518211000009, + "hd15iqr": 1.0633094169999993, + "ops": 0.957329743948248, + "total": 5.222860808000021, + "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.276627880999996, + "max": 1.3001225490000081, + "mean": 1.2893668251999997, + "stddev": 0.008588856268182423, + "rounds": 5, + "median": 1.291097461999982, + "iqr": 0.00985368899999628, + "q1": 1.2842867970000071, + "q3": 1.2941404860000034, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 1.276627880999996, + "hd15iqr": 1.3001225490000081, + "ops": 0.775574476134738, + "total": 6.446834125999999, + "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.1725660299999845, + "max": 1.2397053709999852, + "mean": 1.2047165377999989, + "stddev": 0.025527860683904866, + "rounds": 5, + "median": 1.1973399880000102, + "iqr": 0.034662603249991264, + "q1": 1.189441861000006, + "q3": 1.2241044642499972, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 1.1725660299999845, + "hd15iqr": 1.2397053709999852, + "ops": 0.8300707831455163, + "total": 6.023582688999994, + "iterations": 1 + } + } + ], + "datetime": "2024-02-05T17:30:36.270881", + "version": "4.0.0" +} \ No newline at end of file