Skip to content

Commit

Permalink
Benchmark results for 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pytest-benchmark committed Nov 8, 2023
1 parent 0f34af7 commit 6800cdc
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-az572-863",
"processor": "x86_64",
"machine": "x86_64",
"python_compiler": "GCC 11.4.0",
"python_implementation": "CPython",
"python_implementation_version": "3.8.18",
"python_version": "3.8.18",
"python_build": [
"default",
"Aug 28 2023 08:27:22"
],
"release": "6.2.0-1015-azure",
"system": "Linux",
"cpu": {
"python_version": "3.8.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": [
2793437000,
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": "0f34af74c133c432e8bc3cdc13d3a8cbffe3f5e7",
"time": "2023-11-08T16:24:50+01:00",
"author_time": "2023-11-08T16:24:50+01: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.3023379149999954,
"max": 1.3489464339999842,
"mean": 1.325899867399994,
"stddev": 0.019156812509675422,
"rounds": 5,
"median": 1.3264117829999975,
"iqr": 0.03236522249999041,
"q1": 1.3096541342499997,
"q3": 1.34201935674999,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.3023379149999954,
"hd15iqr": 1.3489464339999842,
"ops": 0.7542047665793473,
"total": 6.62949933699997,
"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.335387437999998,
"max": 1.3852750660000197,
"mean": 1.3637706900000013,
"stddev": 0.021022398326763565,
"rounds": 5,
"median": 1.367644853999991,
"iqr": 0.03571451350001098,
"q1": 1.3461803407499957,
"q3": 1.3818948542500067,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.335387437999998,
"hd15iqr": 1.3852750660000197,
"ops": 0.7332611027151487,
"total": 6.818853450000006,
"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.6041937370000028,
"max": 1.657462971000001,
"mean": 1.6345784338000044,
"stddev": 0.021272127174776397,
"rounds": 5,
"median": 1.64199110200002,
"iqr": 0.03193575475000898,
"q1": 1.6177058457499953,
"q3": 1.6496416005000043,
"iqr_outliers": 0,
"stddev_outliers": 2,
"outliers": "2;0",
"ld15iqr": 1.6041937370000028,
"hd15iqr": 1.657462971000001,
"ops": 0.6117785352613755,
"total": 8.172892169000022,
"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.4527584399999967,
"max": 1.5080728830000112,
"mean": 1.4760609199999977,
"stddev": 0.023805182201609345,
"rounds": 5,
"median": 1.4726026909999916,
"iqr": 0.04134918124999132,
"q1": 1.454505794500001,
"q3": 1.4958549757499924,
"iqr_outliers": 0,
"stddev_outliers": 1,
"outliers": "1;0",
"ld15iqr": 1.4527584399999967,
"hd15iqr": 1.5080728830000112,
"ops": 0.6774788130018384,
"total": 7.380304599999988,
"iterations": 1
}
}
],
"datetime": "2023-11-08T15:26:02.669328",
"version": "4.0.0"
}

0 comments on commit 6800cdc

Please sign in to comment.