Skip to content

Commit

Permalink
Benchmark results for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pytest-benchmark committed Nov 8, 2023
1 parent a92eb28 commit 64f43cf
Showing 1 changed file with 284 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,284 @@
{
"machine_info": {
"node": "fv-az477-792",
"processor": "x86_64",
"machine": "x86_64",
"python_compiler": "GCC 11.4.0",
"python_implementation": "CPython",
"python_implementation_version": "3.12.0",
"python_version": "3.12.0",
"python_build": [
"main",
"Oct 2 2023 15:16:58"
],
"release": "6.2.0-1015-azure",
"system": "Linux",
"cpu": {
"python_version": "3.12.0.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 8370C CPU @ 2.80GHz",
"hz_advertised_friendly": "2.8000 GHz",
"hz_actual_friendly": "2.7934 GHz",
"hz_advertised": [
2800000000,
0
],
"hz_actual": [
2793437000,
0
],
"stepping": 6,
"model": 106,
"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": 50331648,
"l2_cache_size": "2.5 MiB",
"l1_data_cache_size": 98304,
"l1_instruction_cache_size": 65536,
"l2_cache_line_size": 256,
"l2_cache_associativity": 6
}
},
"commit_info": {
"id": "a92eb28ec2c0250f087ac8829e47378db1565d46",
"time": "2023-11-08T15:30:02+00:00",
"author_time": "2023-11-08T15:30:02+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.1865816060000043,
"max": 1.235920890000017,
"mean": 1.2145247546000064,
"stddev": 0.02088244358514821,
"rounds": 5,
"median": 1.2077304000000026,
"iqr": 0.0327516982499958,
"q1": 1.2023335417500078,
"q3": 1.2350852400000036,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.1865816060000043,
"hd15iqr": 1.235920890000017,
"ops": 0.8233673263657286,
"total": 6.072623773000032,
"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.2411913439999864,
"max": 1.3383606829999906,
"mean": 1.2675280119999912,
"stddev": 0.04091349587755011,
"rounds": 5,
"median": 1.2504468079999924,
"iqr": 0.04318328749999978,
"q1": 1.241217818999992,
"q3": 1.2844011064999918,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 1.2411913439999864,
"hd15iqr": 1.3383606829999906,
"ops": 0.7889371994407702,
"total": 6.337640059999956,
"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.5152500979999957,
"max": 1.53537223699999,
"mean": 1.5227427881999973,
"stddev": 0.0085404837135375,
"rounds": 5,
"median": 1.5192721919999883,
"iqr": 0.013428055250003013,
"q1": 1.5160460445000012,
"q3": 1.5294740997500043,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 1.5152500979999957,
"hd15iqr": 1.53537223699999,
"ops": 0.6567097265205762,
"total": 7.613713940999986,
"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.3883757539999806,
"max": 1.472826456000007,
"mean": 1.416112981599997,
"stddev": 0.032674640692465964,
"rounds": 5,
"median": 1.4072141729999998,
"iqr": 0.023238246750025837,
"q1": 1.4005868497499847,
"q3": 1.4238250965000105,
"iqr_outliers": 1,
"stddev_outliers": 1,
"outliers": "1;1",
"ld15iqr": 1.3883757539999806,
"hd15iqr": 1.472826456000007,
"ops": 0.7061583454098053,
"total": 7.080564907999985,
"iterations": 1
}
}
],
"datetime": "2023-11-08T15:31:19.005246",
"version": "4.0.0"
}

0 comments on commit 64f43cf

Please sign in to comment.