diff --git a/benchmark/results/Linux-CPython-3.10-64bit/0025_4ea295d1bb5bd40aae209b379497bfccad545eba_20231107_145958.json b/benchmark/results/Linux-CPython-3.10-64bit/0025_4ea295d1bb5bd40aae209b379497bfccad545eba_20231107_145958.json new file mode 100644 index 000000000..5072352f4 --- /dev/null +++ b/benchmark/results/Linux-CPython-3.10-64bit/0025_4ea295d1bb5bd40aae209b379497bfccad545eba_20231107_145958.json @@ -0,0 +1,284 @@ +{ + "machine_info": { + "node": "fv-az502-87", + "processor": "x86_64", + "machine": "x86_64", + "python_compiler": "GCC 11.4.0", + "python_implementation": "CPython", + "python_implementation_version": "3.10.13", + "python_version": "3.10.13", + "python_build": [ + "main", + "Aug 28 2023 08:28:42" + ], + "release": "6.2.0-1015-azure", + "system": "Linux", + "cpu": { + "python_version": "3.10.13.final.0 (64 bit)", + "cpuinfo_version": [ + 9, + 0, + 0 + ], + "cpuinfo_version_string": "9.0.0", + "arch": "X86_64", + "bits": 64, + "count": 2, + "arch_string_raw": "x86_64", + "vendor_id_raw": "GenuineIntel", + "brand_raw": "Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz", + "hz_advertised_friendly": "2.6000 GHz", + "hz_actual_friendly": "2.0952 GHz", + "hz_advertised": [ + 2600000000, + 0 + ], + "hz_actual": [ + 2095173000, + 0 + ], + "stepping": 4, + "model": 85, + "family": 6, + "flags": [ + "3dnowprefetch", + "abm", + "adx", + "aes", + "apic", + "avx", + "avx2", + "avx512bw", + "avx512cd", + "avx512dq", + "avx512f", + "avx512vl", + "bmi1", + "bmi2", + "clflush", + "clflushopt", + "cmov", + "constant_tsc", + "cpuid", + "cx16", + "cx8", + "de", + "erms", + "f16c", + "fma", + "fpu", + "fsgsbase", + "fxsr", + "hle", + "ht", + "hypervisor", + "invpcid", + "invpcid_single", + "lahf_lm", + "lm", + "mca", + "mce", + "md_clear", + "mmx", + "movbe", + "msr", + "mtrr", + "nopl", + "nx", + "osxsave", + "pae", + "pat", + "pcid", + "pclmulqdq", + "pdpe1gb", + "pge", + "pni", + "popcnt", + "pse", + "pse36", + "pti", + "rdrand", + "rdrnd", + "rdseed", + "rdtscp", + "rep_good", + "rtm", + "sep", + "smap", + "smep", + "ss", + "sse", + "sse2", + "sse4_1", + "sse4_2", + "ssse3", + "syscall", + "tsc", + "vme", + "xsave", + "xsavec", + "xsaveopt", + "xsaves", + "xtopology" + ], + "l3_cache_size": 37486592, + "l2_cache_size": 2097152, + "l1_data_cache_size": 65536, + "l1_instruction_cache_size": 65536, + "l2_cache_line_size": 256, + "l2_cache_associativity": 6 + } + }, + "commit_info": { + "id": "4ea295d1bb5bd40aae209b379497bfccad545eba", + "time": "2023-11-07T14:59:23+00:00", + "author_time": "2023-11-07T14:59: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": 1.607792356999994, + "max": 1.6645427390000123, + "mean": 1.636587121399998, + "stddev": 0.025042503887022706, + "rounds": 5, + "median": 1.6402034500000013, + "iqr": 0.04566828225001984, + "q1": 1.6126066437499844, + "q3": 1.6582749260000043, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 1.607792356999994, + "hd15iqr": 1.6645427390000123, + "ops": 0.6110276605039898, + "total": 8.18293560699999, + "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.6272027699999967, + "max": 1.6812398779999853, + "mean": 1.653139064599992, + "stddev": 0.023311301616804763, + "rounds": 5, + "median": 1.653294700999993, + "iqr": 0.04174364949999898, + "q1": 1.6316677464999927, + "q3": 1.6734113959999917, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 1.6272027699999967, + "hd15iqr": 1.6812398779999853, + "ops": 0.6049097873335711, + "total": 8.26569532299996, + "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.9324904929999889, + "max": 2.0034533799999963, + "mean": 1.9759436027999981, + "stddev": 0.028274486086461915, + "rounds": 5, + "median": 1.9805438070000037, + "iqr": 0.04066989125000475, + "q1": 1.9578694137499966, + "q3": 1.9985393050000013, + "iqr_outliers": 0, + "stddev_outliers": 1, + "outliers": "1;0", + "ld15iqr": 1.9324904929999889, + "hd15iqr": 2.0034533799999963, + "ops": 0.5060873187792184, + "total": 9.879718013999991, + "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.757492990000003, + "max": 1.831478245000028, + "mean": 1.794529314600004, + "stddev": 0.03510912375127228, + "rounds": 5, + "median": 1.7921055350000188, + "iqr": 0.06807195800001864, + "q1": 1.7614241014999834, + "q3": 1.829496059500002, + "iqr_outliers": 0, + "stddev_outliers": 2, + "outliers": "2;0", + "ld15iqr": 1.757492990000003, + "hd15iqr": 1.831478245000028, + "ops": 0.5572491861036538, + "total": 8.97264657300002, + "iterations": 1 + } + } + ], + "datetime": "2023-11-07T15:00:50.735312", + "version": "4.0.0" +} \ No newline at end of file