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 Jun 13, 2024
1 parent a64ab49 commit 0c51268
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-az738-976",
"processor": "x86_64",
"machine": "x86_64",
"python_compiler": "GCC 11.4.0",
"python_implementation": "CPython",
"python_implementation_version": "3.12.3",
"python_version": "3.12.3",
"python_build": [
"main",
"May 9 2024 14:51:07"
],
"release": "6.5.0-1021-azure",
"system": "Linux",
"cpu": {
"python_version": "3.12.3.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.1689 GHz",
"hz_actual_friendly": "3.1689 GHz",
"hz_advertised": [
3168910000,
0
],
"hz_actual": [
3168910000,
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": "a64ab498e11ec6850a19a3518835d7bbfe41cc85",
"time": "2024-06-13T08:11:02Z",
"author_time": "2024-06-13T08:11:02Z",
"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.000012378000008,
"max": 1.0505692670000144,
"mean": 1.0317595532000041,
"stddev": 0.023623671450152817,
"rounds": 5,
"median": 1.0461272329999929,
"iqr": 0.03995343474998947,
"q1": 1.00962932125001,
"q3": 1.0495827559999995,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 1.000012378000008,
"hd15iqr": 1.0505692670000144,
"ops": 0.9692180672313604,
"total": 5.158797766000021,
"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.0041342590000113,
"max": 1.0613129520000086,
"mean": 1.0370842526000104,
"stddev": 0.021030589814302746,
"rounds": 5,
"median": 1.0433812980000141,
"iqr": 0.022075872250013617,
"q1": 1.0258652480000023,
"q3": 1.047941120250016,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.0041342590000113,
"hd15iqr": 1.0613129520000086,
"ops": 0.9642418130378138,
"total": 5.185421263000052,
"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.2552358789999971,
"max": 1.3070854380000014,
"mean": 1.2815319208000004,
"stddev": 0.018605066988958394,
"rounds": 5,
"median": 1.2801507089999973,
"iqr": 0.01932344575001821,
"q1": 1.2725737834999933,
"q3": 1.2918972292500115,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.2552358789999971,
"hd15iqr": 1.3070854380000014,
"ops": 0.7803161074409655,
"total": 6.407659604000003,
"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.1453549940000016,
"max": 1.2469306280000012,
"mean": 1.2130210024000008,
"stddev": 0.044332615299710956,
"rounds": 5,
"median": 1.2391514339999787,
"iqr": 0.06537804950000492,
"q1": 1.1789721615000062,
"q3": 1.244350211000011,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 1.1453549940000016,
"hd15iqr": 1.2469306280000012,
"ops": 0.8243880345199861,
"total": 6.065105012000004,
"iterations": 1
}
}
],
"datetime": "2024-06-13T08:12:06.346923",
"version": "4.0.0"
}

0 comments on commit 0c51268

Please sign in to comment.