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 Mar 18, 2024
1 parent 4aade40 commit bc32076
Showing 1 changed file with 310 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,310 @@
{
"machine_info": {
"node": "fv-az1567-380",
"processor": "x86_64",
"machine": "x86_64",
"python_compiler": "GCC 11.4.0",
"python_implementation": "CPython",
"python_implementation_version": "3.12.2",
"python_version": "3.12.2",
"python_build": [
"main",
"Feb 7 2024 16:26:19"
],
"release": "6.5.0-1016-azure",
"system": "Linux",
"cpu": {
"python_version": "3.12.2.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.1453 GHz",
"hz_actual_friendly": "3.1453 GHz",
"hz_advertised": [
3145319000,
0
],
"hz_actual": [
3145319000,
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": "4aade40ddaf8b8eb921ffbe0d3b81118e6f30c5f",
"time": "2024-03-18T10:30:50+00:00",
"author_time": "2024-03-18T10:30:50+00:00",
"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.9448651990000201,
"max": 1.0247384350000175,
"mean": 0.9885387196000182,
"stddev": 0.0358902176627534,
"rounds": 5,
"median": 1.00761330200001,
"iqr": 0.061095485999999255,
"q1": 0.9527064595000212,
"q3": 1.0138019455000205,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 0.9448651990000201,
"hd15iqr": 1.0247384350000175,
"ops": 1.0115941643688164,
"total": 4.942693598000091,
"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.9678603140000064,
"max": 0.9961788709999837,
"mean": 0.9840577704000111,
"stddev": 0.011410524663438422,
"rounds": 5,
"median": 0.9880752790000145,
"iqr": 0.017438304749994415,
"q1": 0.9748511412500207,
"q3": 0.9922894460000151,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 0.9678603140000064,
"hd15iqr": 0.9961788709999837,
"ops": 1.0162005017180125,
"total": 4.920288852000056,
"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.1699740829999996,
"max": 1.2165208710000002,
"mean": 1.2028683144000012,
"stddev": 0.0193423774116443,
"rounds": 5,
"median": 1.210059976999986,
"iqr": 0.022441179750018136,
"q1": 1.1937612697499986,
"q3": 1.2162024495000168,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 1.1699740829999996,
"hd15iqr": 1.2165208710000002,
"ops": 0.8313461981071525,
"total": 6.014341572000006,
"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.071208936000005,
"max": 1.1659533410000051,
"mean": 1.138978906600005,
"stddev": 0.03964763464815498,
"rounds": 5,
"median": 1.1581534039999895,
"iqr": 0.04397646925000487,
"q1": 1.119999119500008,
"q3": 1.163975588750013,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 1.071208936000005,
"hd15iqr": 1.1659533410000051,
"ops": 0.8779793850486008,
"total": 5.694894533000024,
"iterations": 1
}
}
],
"datetime": "2024-03-18T10:31:55.138782",
"version": "4.0.0"
}

0 comments on commit bc32076

Please sign in to comment.