From 4615f460db409dad266123c84ad323f46f64e726 Mon Sep 17 00:00:00 2001 From: pytest-benchmark <> Date: Wed, 18 Dec 2024 12:41:24 +0000 Subject: [PATCH] Benchmark results for 3.12 --- ...d4cc8decf84b9c105777f_20241218_124051.json | 310 ++++++++++++++++++ 1 file changed, 310 insertions(+) create mode 100644 benchmark/results/Linux-CPython-3.12-64bit/0030_d87e1ed28a8f60af03dd4cc8decf84b9c105777f_20241218_124051.json diff --git a/benchmark/results/Linux-CPython-3.12-64bit/0030_d87e1ed28a8f60af03dd4cc8decf84b9c105777f_20241218_124051.json b/benchmark/results/Linux-CPython-3.12-64bit/0030_d87e1ed28a8f60af03dd4cc8decf84b9c105777f_20241218_124051.json new file mode 100644 index 00000000..9f6cbaac --- /dev/null +++ b/benchmark/results/Linux-CPython-3.12-64bit/0030_d87e1ed28a8f60af03dd4cc8decf84b9c105777f_20241218_124051.json @@ -0,0 +1,310 @@ +{ + "machine_info": { + "node": "fv-az1705-808", + "processor": "x86_64", + "machine": "x86_64", + "python_compiler": "GCC 13.2.0", + "python_implementation": "CPython", + "python_implementation_version": "3.12.8", + "python_version": "3.12.8", + "python_build": [ + "main", + "Dec 4 2024 06:20:31" + ], + "release": "6.8.0-1017-azure", + "system": "Linux", + "cpu": { + "python_version": "3.12.8.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": "3.2390 GHz", + "hz_actual_friendly": "3.2390 GHz", + "hz_advertised": [ + 3238973000, + 0 + ], + "hz_actual": [ + 3238973000, + 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", + "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", + "user_shstk", + "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": "d87e1ed28a8f60af03dd4cc8decf84b9c105777f", + "time": "2024-12-18T12:40:25Z", + "author_time": "2024-12-18T12:40:25Z", + "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.9760291240000072, + "max": 1.0183431690000049, + "mean": 1.0024572106000078, + "stddev": 0.01742925980443313, + "rounds": 5, + "median": 1.0082882389999952, + "iqr": 0.026282402000003202, + "q1": 0.989764906000012, + "q3": 1.0160473080000152, + "iqr_outliers": 0, + "stddev_outliers": 1, + "outliers": "1;0", + "ld15iqr": 0.9760291240000072, + "hd15iqr": 1.0183431690000049, + "ops": 0.9975488124839392, + "total": 5.0122860530000395, + "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": 0.9955026739999937, + "max": 1.0561204939999982, + "mean": 1.0243621343999962, + "stddev": 0.024697694855521743, + "rounds": 5, + "median": 1.0331468420000078, + "iqr": 0.03772978500001045, + "q1": 1.0014782517499867, + "q3": 1.0392080367499972, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 0.9955026739999937, + "hd15iqr": 1.0561204939999982, + "ops": 0.9762172638153342, + "total": 5.121810671999981, + "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.1948215740000023, + "max": 1.2150063219999936, + "mean": 1.2050184399999977, + "stddev": 0.007139408810024618, + "rounds": 5, + "median": 1.205015455999984, + "iqr": 0.005426098000000934, + "q1": 1.2023587560000024, + "q3": 1.2077848540000033, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 1.1948215740000023, + "hd15iqr": 1.2150063219999936, + "ops": 0.8298628193606745, + "total": 6.025092199999989, + "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.083227776000001, + "max": 1.1117416820000017, + "mean": 1.0947331768000026, + "stddev": 0.010988945523456034, + "rounds": 5, + "median": 1.0921251719999816, + "iqr": 0.014656302999988213, + "q1": 1.087007251000017, + "q3": 1.1016635540000053, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 1.083227776000001, + "hd15iqr": 1.1117416820000017, + "ops": 0.9134645968464062, + "total": 5.473665884000013, + "iterations": 1 + } + } + ], + "datetime": "2024-12-18T12:41:24.157785+00:00", + "version": "5.1.0" +} \ No newline at end of file