-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pytest-benchmark
committed
Jun 21, 2023
1 parent
1851320
commit ee933b5
Showing
1 changed file
with
284 additions
and
0 deletions.
There are no files selected for viewing
284 changes: 284 additions & 0 deletions
284
...nux-CPython-3.10-64bit/0018_18513200eb15c5a11000d68cc7a6f093dafb6908_20230621_074159.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,284 @@ | ||
{ | ||
"machine_info": { | ||
"node": "fv-az301-978", | ||
"processor": "x86_64", | ||
"machine": "x86_64", | ||
"python_compiler": "GCC 11.3.0", | ||
"python_implementation": "CPython", | ||
"python_implementation_version": "3.10.12", | ||
"python_version": "3.10.12", | ||
"python_build": [ | ||
"main", | ||
"Jun 7 2023 13:43:11" | ||
], | ||
"release": "5.15.0-1039-azure", | ||
"system": "Linux", | ||
"cpu": { | ||
"python_version": "3.10.12.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": [ | ||
2793438000, | ||
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": "18513200eb15c5a11000d68cc7a6f093dafb6908", | ||
"time": "2023-06-21T07:41:26+00:00", | ||
"author_time": "2023-06-21T07:41:26+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.2731881519999888, | ||
"max": 1.3222574110000096, | ||
"mean": 1.2911684399999899, | ||
"stddev": 0.019650966293046815, | ||
"rounds": 5, | ||
"median": 1.2922599280000213, | ||
"iqr": 0.025378947499987703, | ||
"q1": 1.2747924874999796, | ||
"q3": 1.3001714349999673, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 1, | ||
"outliers": "1;0", | ||
"ld15iqr": 1.2731881519999888, | ||
"hd15iqr": 1.3222574110000096, | ||
"ops": 0.7744922885506772, | ||
"total": 6.45584219999995, | ||
"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.2981542089999607, | ||
"max": 1.3535042670000053, | ||
"mean": 1.327387218399997, | ||
"stddev": 0.026860816053084654, | ||
"rounds": 5, | ||
"median": 1.3313726249999718, | ||
"iqr": 0.052563715749997186, | ||
"q1": 1.3003898232500148, | ||
"q3": 1.352953539000012, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 1, | ||
"outliers": "1;0", | ||
"ld15iqr": 1.2981542089999607, | ||
"hd15iqr": 1.3535042670000053, | ||
"ops": 0.7533596723986673, | ||
"total": 6.636936091999985, | ||
"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.5654549569999858, | ||
"max": 1.6187988369999857, | ||
"mean": 1.593479426199997, | ||
"stddev": 0.019800092307180408, | ||
"rounds": 5, | ||
"median": 1.5982377830000019, | ||
"iqr": 0.024807842500010224, | ||
"q1": 1.5799673857499954, | ||
"q3": 1.6047752282500056, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 2, | ||
"outliers": "2;0", | ||
"ld15iqr": 1.5654549569999858, | ||
"hd15iqr": 1.6187988369999857, | ||
"ops": 0.6275575219598037, | ||
"total": 7.967397130999984, | ||
"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.417815432999987, | ||
"max": 1.4727036080000175, | ||
"mean": 1.437955911000006, | ||
"stddev": 0.021380185892782233, | ||
"rounds": 5, | ||
"median": 1.4327217520000204, | ||
"iqr": 0.02645370174995776, | ||
"q1": 1.4230400650000234, | ||
"q3": 1.4494937667499812, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 1, | ||
"outliers": "1;0", | ||
"ld15iqr": 1.417815432999987, | ||
"hd15iqr": 1.4727036080000175, | ||
"ops": 0.6954316139669152, | ||
"total": 7.18977955500003, | ||
"iterations": 1 | ||
} | ||
} | ||
], | ||
"datetime": "2023-06-21T07:42:42.876502", | ||
"version": "4.0.0" | ||
} |