From af244283987ef57c186a512a1186f819f4dd6e20 Mon Sep 17 00:00:00 2001 From: pytest-benchmark <> Date: Fri, 2 Aug 2024 06:37:32 +0000 Subject: [PATCH] Benchmark results for 3.12 --- ...91fbcffe35f1c665e5b96_20240802_063656.json | 310 ++++++++++++++++++ 1 file changed, 310 insertions(+) create mode 100644 benchmark/results/Linux-CPython-3.12-64bit/0025_429d11f4c2050cdf5b191fbcffe35f1c665e5b96_20240802_063656.json diff --git a/benchmark/results/Linux-CPython-3.12-64bit/0025_429d11f4c2050cdf5b191fbcffe35f1c665e5b96_20240802_063656.json b/benchmark/results/Linux-CPython-3.12-64bit/0025_429d11f4c2050cdf5b191fbcffe35f1c665e5b96_20240802_063656.json new file mode 100644 index 00000000..53107f0a --- /dev/null +++ b/benchmark/results/Linux-CPython-3.12-64bit/0025_429d11f4c2050cdf5b191fbcffe35f1c665e5b96_20240802_063656.json @@ -0,0 +1,310 @@ +{ + "machine_info": { + "node": "fv-az568-955", + "processor": "x86_64", + "machine": "x86_64", + "python_compiler": "GCC 11.4.0", + "python_implementation": "CPython", + "python_implementation_version": "3.12.4", + "python_version": "3.12.4", + "python_build": [ + "main", + "Jul 15 2024 21:50:45" + ], + "release": "6.5.0-1024-azure", + "system": "Linux", + "cpu": { + "python_version": "3.12.4.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.5232 GHz", + "hz_actual_friendly": "2.5232 GHz", + "hz_advertised": [ + 2523199000, + 0 + ], + "hz_actual": [ + 2523199000, + 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": "429d11f4c2050cdf5b191fbcffe35f1c665e5b96", + "time": "2024-08-02T06:36:28Z", + "author_time": "2024-08-02T06:36:28Z", + "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": 1.0178533200000004, + "max": 1.1004742060000012, + "mean": 1.066283403, + "stddev": 0.03964747200059133, + "rounds": 5, + "median": 1.0880777339999952, + "iqr": 0.07118621125000146, + "q1": 1.0260772432500005, + "q3": 1.097263454500002, + "iqr_outliers": 0, + "stddev_outliers": 1, + "outliers": "1;0", + "ld15iqr": 1.0178533200000004, + "hd15iqr": 1.1004742060000012, + "ops": 0.9378369739100216, + "total": 5.3314170149999995, + "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.0224032250000334, + "max": 1.0929182990000186, + "mean": 1.0534932762000095, + "stddev": 0.025578545073313478, + "rounds": 5, + "median": 1.054076710000004, + "iqr": 0.025567070749993093, + "q1": 1.038407210250007, + "q3": 1.0639742810000001, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 1.0224032250000334, + "hd15iqr": 1.0929182990000186, + "ops": 0.9492229543287054, + "total": 5.267466381000048, + "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.259171623000043, + "max": 1.2733041249999815, + "mean": 1.2634915954000234, + "stddev": 0.005796712538021701, + "rounds": 5, + "median": 1.261000976000048, + "iqr": 0.00667070925000246, + "q1": 1.2597170837500187, + "q3": 1.2663877930000211, + "iqr_outliers": 0, + "stddev_outliers": 1, + "outliers": "1;0", + "ld15iqr": 1.259171623000043, + "hd15iqr": 1.2733041249999815, + "ops": 0.7914575796472935, + "total": 6.317457977000117, + "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.143722774999958, + "max": 1.2412260330000322, + "mean": 1.205642441000009, + "stddev": 0.03966309598990536, + "rounds": 5, + "median": 1.217748724000046, + "iqr": 0.05697454725005002, + "q1": 1.1791993297499772, + "q3": 1.2361738770000272, + "iqr_outliers": 0, + "stddev_outliers": 1, + "outliers": "1;0", + "ld15iqr": 1.143722774999958, + "hd15iqr": 1.2412260330000322, + "ops": 0.8294333095727446, + "total": 6.028212205000045, + "iterations": 1 + } + } + ], + "datetime": "2024-08-02T06:37:31.789289", + "version": "4.0.0" +} \ No newline at end of file