Skip to content

Commit

Permalink
Benchmark results for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pytest-benchmark committed Oct 11, 2023
1 parent 664d957 commit 48fd7c7
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-az617-290",
"processor": "x86_64",
"machine": "x86_64",
"python_compiler": "GCC 11.4.0",
"python_implementation": "CPython",
"python_implementation_version": "3.11.5",
"python_version": "3.11.5",
"python_build": [
"main",
"Aug 28 2023 12:39:56"
],
"release": "6.2.0-1012-azure",
"system": "Linux",
"cpu": {
"python_version": "3.11.5.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 8272CL CPU @ 2.60GHz",
"hz_advertised_friendly": "2.6000 GHz",
"hz_actual_friendly": "2.5939 GHz",
"hz_advertised": [
2600000000,
0
],
"hz_actual": [
2593907000,
0
],
"stepping": 7,
"model": 85,
"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": 37486592,
"l2_cache_size": 2097152,
"l1_data_cache_size": 65536,
"l1_instruction_cache_size": 65536,
"l2_cache_line_size": 256,
"l2_cache_associativity": 6
}
},
"commit_info": {
"id": "664d95788d016d2e107ed65d7b464648dcf25b4e",
"time": "2023-10-11T12:05:13+00:00",
"author_time": "2023-10-11T12:05:13+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.0815213950000029,
"max": 1.1672636119999993,
"mean": 1.1138683862000036,
"stddev": 0.03256396015391492,
"rounds": 5,
"median": 1.1113132570000062,
"iqr": 0.03513170699999968,
"q1": 1.091998647500004,
"q3": 1.1271303545000038,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 1.0815213950000029,
"hd15iqr": 1.1672636119999993,
"ops": 0.8977721357291869,
"total": 5.569341931000018,
"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.0953379239999919,
"max": 1.1814603990000023,
"mean": 1.1494135331999957,
"stddev": 0.03657135457056127,
"rounds": 5,
"median": 1.163762530999989,
"iqr": 0.05770674725000191,
"q1": 1.1206864712499964,
"q3": 1.1783932184999983,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 1.0953379239999919,
"hd15iqr": 1.1814603990000023,
"ops": 0.8700088968119031,
"total": 5.747067665999978,
"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.3248510580000072,
"max": 1.3765701500000063,
"mean": 1.3487657106,
"stddev": 0.01906511138459795,
"rounds": 5,
"median": 1.3438588859999925,
"iqr": 0.022669516750010388,
"q1": 1.3382985647499943,
"q3": 1.3609680815000047,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.3248510580000072,
"hd15iqr": 1.3765701500000063,
"ops": 0.7414186112094656,
"total": 6.743828553,
"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.2303881610000076,
"max": 1.2601934189999895,
"mean": 1.2425375672,
"stddev": 0.012035318435107804,
"rounds": 5,
"median": 1.2435022989999993,
"iqr": 0.017961467249993035,
"q1": 1.2318184477500047,
"q3": 1.2497799149999977,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.2303881610000076,
"hd15iqr": 1.2601934189999895,
"ops": 0.804804640437112,
"total": 6.212687836000001,
"iterations": 1
}
}
],
"datetime": "2023-10-11T12:06:18.332486",
"version": "4.0.0"
}

0 comments on commit 48fd7c7

Please sign in to comment.