Skip to content

Commit

Permalink
Benchmark results for 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pytest-benchmark committed Oct 11, 2023
1 parent cb2bc66 commit a0a4da2
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-az955-721",
"processor": "x86_64",
"machine": "x86_64",
"python_compiler": "GCC 11.4.0",
"python_implementation": "CPython",
"python_implementation_version": "3.9.18",
"python_version": "3.9.18",
"python_build": [
"main",
"Aug 28 2023 08:38:32"
],
"release": "6.2.0-1012-azure",
"system": "Linux",
"cpu": {
"python_version": "3.9.18.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 8370C CPU @ 2.80GHz",
"hz_advertised_friendly": "2.8000 GHz",
"hz_actual_friendly": "2.7934 GHz",
"hz_advertised": [
2800000000,
0
],
"hz_actual": [
2793436000,
0
],
"stepping": 6,
"model": 106,
"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": 50331648,
"l2_cache_size": "2.5 MiB",
"l1_data_cache_size": 98304,
"l1_instruction_cache_size": 65536,
"l2_cache_line_size": 256,
"l2_cache_associativity": 6
}
},
"commit_info": {
"id": "cb2bc6605d9064e7f6449225cfbf3c8051da185c",
"time": "2023-10-11T12:02:43+00:00",
"author_time": "2023-10-11T12:02:43+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.261001229999998,
"max": 1.3024012079999991,
"mean": 1.2823047355999975,
"stddev": 0.018976110559520257,
"rounds": 5,
"median": 1.291428965999998,
"iqr": 0.03329732150000275,
"q1": 1.2625362467499954,
"q3": 1.2958335682499982,
"iqr_outliers": 0,
"stddev_outliers": 3,
"outliers": "3;0",
"ld15iqr": 1.261001229999998,
"hd15iqr": 1.3024012079999991,
"ops": 0.7798458293395403,
"total": 6.411523677999988,
"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.2852938900000055,
"max": 1.333457401000004,
"mean": 1.308052771000004,
"stddev": 0.020560018610751428,
"rounds": 5,
"median": 1.306070854000012,
"iqr": 0.03630537124998412,
"q1": 1.2899818670000087,
"q3": 1.3262872382499928,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.2852938900000055,
"hd15iqr": 1.333457401000004,
"ops": 0.7644951504789075,
"total": 6.5402638550000205,
"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.5534717140000112,
"max": 1.6102649299999996,
"mean": 1.5844978240000018,
"stddev": 0.02094749159005783,
"rounds": 5,
"median": 1.5878011249999986,
"iqr": 0.025612218749994753,
"q1": 1.5717677277500037,
"q3": 1.5973799464999985,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.5534717140000112,
"hd15iqr": 1.6102649299999996,
"ops": 0.6311147827742293,
"total": 7.922489120000009,
"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.4016072210000061,
"max": 1.4544749599999989,
"mean": 1.4250105074000003,
"stddev": 0.021599021671180916,
"rounds": 5,
"median": 1.4313084249999974,
"iqr": 0.03260602100000298,
"q1": 1.404830486249999,
"q3": 1.437436507250002,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.4016072210000061,
"hd15iqr": 1.4544749599999989,
"ops": 0.7017492115370768,
"total": 7.125052537000002,
"iterations": 1
}
}
],
"datetime": "2023-10-11T12:04:00.338043",
"version": "4.0.0"
}

0 comments on commit a0a4da2

Please sign in to comment.