From 85d4652d09acb0b2552c8faad1c0a20c543fef06 Mon Sep 17 00:00:00 2001 From: pytest-benchmark <> Date: Wed, 31 Jul 2024 11:34:38 +0000 Subject: [PATCH] Benchmark results for 3.12 --- ...acd68d1dde3f05712d2ee_20240731_113401.json | 310 ++++++++++++++++++ 1 file changed, 310 insertions(+) create mode 100644 benchmark/results/Linux-CPython-3.12-64bit/0024_ee29897eeeed1990952acd68d1dde3f05712d2ee_20240731_113401.json diff --git a/benchmark/results/Linux-CPython-3.12-64bit/0024_ee29897eeeed1990952acd68d1dde3f05712d2ee_20240731_113401.json b/benchmark/results/Linux-CPython-3.12-64bit/0024_ee29897eeeed1990952acd68d1dde3f05712d2ee_20240731_113401.json new file mode 100644 index 00000000..30d86eeb --- /dev/null +++ b/benchmark/results/Linux-CPython-3.12-64bit/0024_ee29897eeeed1990952acd68d1dde3f05712d2ee_20240731_113401.json @@ -0,0 +1,310 @@ +{ + "machine_info": { + "node": "fv-az1040-171", + "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.4454 GHz", + "hz_actual_friendly": "2.4454 GHz", + "hz_advertised": [ + 2445429000, + 0 + ], + "hz_actual": [ + 2445429000, + 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": "ee29897eeeed1990952acd68d1dde3f05712d2ee", + "time": "2024-07-31T11:33:37Z", + "author_time": "2024-07-31T11:33:37Z", + "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.066419121000024, + "max": 1.1504020880000212, + "mean": 1.1154066586000055, + "stddev": 0.039722291260887374, + "rounds": 5, + "median": 1.1306645929999775, + "iqr": 0.07353191199997866, + "q1": 1.0764170042500183, + "q3": 1.149948916249997, + "iqr_outliers": 0, + "stddev_outliers": 1, + "outliers": "1;0", + "ld15iqr": 1.066419121000024, + "hd15iqr": 1.1504020880000212, + "ops": 0.896534006041476, + "total": 5.577033293000028, + "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.0699412230000007, + "max": 1.1212444770000047, + "mean": 1.094924699600017, + "stddev": 0.02003032117752173, + "rounds": 5, + "median": 1.092540184000029, + "iqr": 0.030628323499968246, + "q1": 1.0801706560000355, + "q3": 1.1107989795000037, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 1.0699412230000007, + "hd15iqr": 1.1212444770000047, + "ops": 0.9133048148108326, + "total": 5.474623498000085, + "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.317379953999989, + "max": 1.357011846999967, + "mean": 1.3404660446000094, + "stddev": 0.017418014839963154, + "rounds": 5, + "median": 1.3425077220000503, + "iqr": 0.030922181250033987, + "q1": 1.3258743969999927, + "q3": 1.3567965782500266, + "iqr_outliers": 0, + "stddev_outliers": 1, + "outliers": "1;0", + "ld15iqr": 1.317379953999989, + "hd15iqr": 1.357011846999967, + "ops": 0.7460091988368096, + "total": 6.702330223000047, + "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.223492723999982, + "max": 1.2983315160000188, + "mean": 1.2548397466000096, + "stddev": 0.030993950029672482, + "rounds": 5, + "median": 1.2425142010000059, + "iqr": 0.04901553600002728, + "q1": 1.231917871500002, + "q3": 1.2809334075000294, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 1.223492723999982, + "hd15iqr": 1.2983315160000188, + "ops": 0.7969145085733071, + "total": 6.274198733000048, + "iterations": 1 + } + } + ], + "datetime": "2024-07-31T11:34:37.825205", + "version": "4.0.0" +} \ No newline at end of file