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 Apr 9, 2024
1 parent 5351d0c commit c63477b
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-az1251-485",
"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-1017-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.2247 GHz",
"hz_actual_friendly": "3.2247 GHz",
"hz_advertised": [
3224668000,
0
],
"hz_actual": [
3224668000,
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": "5351d0c0b43c3d0df4d0db1c5da71d36f3bff082",
"time": "2024-04-09T08:58:53+00:00",
"author_time": "2024-04-09T08:58:53+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.9863289219999842,
"max": 1.055583667999997,
"mean": 1.0277729353999974,
"stddev": 0.03175547148698686,
"rounds": 5,
"median": 1.0461019740000097,
"iqr": 0.053988886749998244,
"q1": 0.9973134227499969,
"q3": 1.0513023094999951,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 0.9863289219999842,
"hd15iqr": 1.055583667999997,
"ops": 0.9729775571593657,
"total": 5.138864676999987,
"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.0252110049999885,
"max": 1.049879140999991,
"mean": 1.0419819899999994,
"stddev": 0.010119419713351122,
"rounds": 5,
"median": 1.0462615480000181,
"iqr": 0.012628482000010877,
"q1": 1.0362813732499916,
"q3": 1.0489098552500025,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 1.0252110049999885,
"hd15iqr": 1.049879140999991,
"ops": 0.9597094859576226,
"total": 5.209909949999997,
"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.276533365000006,
"max": 1.2948863100000096,
"mean": 1.2850290320000055,
"stddev": 0.007078354328529128,
"rounds": 5,
"median": 1.283887538000016,
"iqr": 0.010372762000002922,
"q1": 1.2799303084999991,
"q3": 1.290303070500002,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.276533365000006,
"hd15iqr": 1.2948863100000096,
"ops": 0.7781925350305982,
"total": 6.425145160000028,
"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.130691842999994,
"max": 1.225348079000014,
"mean": 1.1991659138000046,
"stddev": 0.038743235377198364,
"rounds": 5,
"median": 1.2128514670000072,
"iqr": 0.02980242649999809,
"q1": 1.1897055945000048,
"q3": 1.2195080210000029,
"iqr_outliers": 1,
"stddev_outliers": 1,
"outliers": "1;1",
"ld15iqr": 1.2093768450000084,
"hd15iqr": 1.225348079000014,
"ops": 0.8339129627451859,
"total": 5.995829569000023,
"iterations": 1
}
}
],
"datetime": "2024-04-09T09:00:02.913090",
"version": "4.0.0"
}

0 comments on commit c63477b

Please sign in to comment.