Skip to content

Commit

Permalink
Benchmark results for 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pytest-benchmark committed Dec 15, 2023
1 parent 28d1d1f commit 5173b67
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-az1391-145",
"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-1018-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": 4,
"arch_string_raw": "x86_64",
"vendor_id_raw": "AuthenticAMD",
"brand_raw": "AMD EPYC 7763 64-Core Processor",
"hz_advertised_friendly": "3.2431 GHz",
"hz_actual_friendly": "3.2431 GHz",
"hz_advertised": [
3243123000,
0
],
"hz_actual": [
3243123000,
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": "28d1d1ff1851c83028b2c26ab1487b39a573ca8b",
"time": "2023-12-15T11:08:38+00:00",
"author_time": "2023-12-15T11:08:38+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.0701956290000112,
"max": 1.164814602999968,
"mean": 1.116029252199985,
"stddev": 0.04415624200536904,
"rounds": 5,
"median": 1.1204003409999927,
"iqr": 0.0843301154999665,
"q1": 1.0714871042499965,
"q3": 1.155817219749963,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.0701956290000112,
"hd15iqr": 1.164814602999968,
"ops": 0.8960338611454305,
"total": 5.580146260999925,
"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.0787118570000302,
"max": 1.1632392980000077,
"mean": 1.125285172600013,
"stddev": 0.0334318350679417,
"rounds": 5,
"median": 1.1201705440000183,
"iqr": 0.04999843774996293,
"q1": 1.1043587370000267,
"q3": 1.1543571747499897,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.0787118570000302,
"hd15iqr": 1.1632392980000077,
"ops": 0.8886636244299415,
"total": 5.626425863000065,
"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.3289156710000043,
"max": 1.4127752070000383,
"mean": 1.371077515400009,
"stddev": 0.03274194104775795,
"rounds": 5,
"median": 1.3710603750000132,
"iqr": 0.05042955950003147,
"q1": 1.3459852014999854,
"q3": 1.3964147610000168,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.3289156710000043,
"hd15iqr": 1.4127752070000383,
"ops": 0.7293533653407278,
"total": 6.8553875770000445,
"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.1538822090000167,
"max": 1.3188255809999987,
"mean": 1.2191470893999963,
"stddev": 0.062196606662144535,
"rounds": 5,
"median": 1.2106838919999632,
"iqr": 0.07252131825001129,
"q1": 1.1774567264999973,
"q3": 1.2499780447500086,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.1538822090000167,
"hd15iqr": 1.3188255809999987,
"ops": 0.8202455706080145,
"total": 6.095735446999981,
"iterations": 1
}
}
],
"datetime": "2023-12-15T11:09:48.134356",
"version": "4.0.0"
}

0 comments on commit 5173b67

Please sign in to comment.