-
Notifications
You must be signed in to change notification settings - Fork 179
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 27, 2023
1 parent
1d43c44
commit a9cca4f
Showing
1 changed file
with
276 additions
and
0 deletions.
There are no files selected for viewing
276 changes: 276 additions & 0 deletions
276
...nux-CPython-3.11-64bit/0020_1d43c445288365b0316a456874f6d3931bc68c31_20230627_142021.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,276 @@ | ||
{ | ||
"machine_info": { | ||
"node": "fv-az176-839", | ||
"processor": "x86_64", | ||
"machine": "x86_64", | ||
"python_compiler": "GCC 11.3.0", | ||
"python_implementation": "CPython", | ||
"python_implementation_version": "3.11.4", | ||
"python_version": "3.11.4", | ||
"python_build": [ | ||
"main", | ||
"Jun 7 2023 11:01:02" | ||
], | ||
"release": "5.15.0-1040-azure", | ||
"system": "Linux", | ||
"cpu": { | ||
"python_version": "3.11.4.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) CPU E5-2673 v4 @ 2.30GHz", | ||
"hz_advertised_friendly": "2.3000 GHz", | ||
"hz_actual_friendly": "2.2947 GHz", | ||
"hz_advertised": [ | ||
2300000000, | ||
0 | ||
], | ||
"hz_actual": [ | ||
2294685000, | ||
0 | ||
], | ||
"stepping": 1, | ||
"model": 79, | ||
"family": 6, | ||
"flags": [ | ||
"3dnowprefetch", | ||
"abm", | ||
"adx", | ||
"aes", | ||
"apic", | ||
"avx", | ||
"avx2", | ||
"bmi1", | ||
"bmi2", | ||
"clflush", | ||
"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", | ||
"xsaveopt", | ||
"xtopology" | ||
], | ||
"l3_cache_size": 52428800, | ||
"l2_cache_size": 524288, | ||
"l1_data_cache_size": 65536, | ||
"l1_instruction_cache_size": 65536, | ||
"l2_cache_line_size": 256, | ||
"l2_cache_associativity": 6 | ||
} | ||
}, | ||
"commit_info": { | ||
"id": "1d43c445288365b0316a456874f6d3931bc68c31", | ||
"time": "2023-06-27T14:19:45+00:00", | ||
"author_time": "2023-06-27T14:19:45+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.3483913399999778, | ||
"max": 1.4654956700000241, | ||
"mean": 1.3735860203999892, | ||
"stddev": 0.05148727834573533, | ||
"rounds": 5, | ||
"median": 1.3492684469999858, | ||
"iqr": 0.03522805475000723, | ||
"q1": 1.3484123407499808, | ||
"q3": 1.383640395499988, | ||
"iqr_outliers": 1, | ||
"stddev_outliers": 1, | ||
"outliers": "1;1", | ||
"ld15iqr": 1.3483913399999778, | ||
"hd15iqr": 1.4654956700000241, | ||
"ops": 0.7280213871926269, | ||
"total": 6.867930101999946, | ||
"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.3045423760000006, | ||
"max": 1.4552329750000013, | ||
"mean": 1.3994056102000059, | ||
"stddev": 0.05981934592257034, | ||
"rounds": 5, | ||
"median": 1.424658132000019, | ||
"iqr": 0.07826987375000982, | ||
"q1": 1.3605599449999985, | ||
"q3": 1.4388298187500084, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 1, | ||
"outliers": "1;0", | ||
"ld15iqr": 1.3045423760000006, | ||
"hd15iqr": 1.4552329750000013, | ||
"ops": 0.7145891031958047, | ||
"total": 6.997028051000029, | ||
"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.7236822990000178, | ||
"max": 1.8352377870000112, | ||
"mean": 1.788695975400009, | ||
"stddev": 0.04153939354450872, | ||
"rounds": 5, | ||
"median": 1.7980889890000071, | ||
"iqr": 0.048557463500010556, | ||
"q1": 1.7655128297500013, | ||
"q3": 1.814070293250012, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 2, | ||
"outliers": "2;0", | ||
"ld15iqr": 1.7236822990000178, | ||
"hd15iqr": 1.8352377870000112, | ||
"ops": 0.559066500821286, | ||
"total": 8.943479877000044, | ||
"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.5330717820000075, | ||
"max": 1.6269990280000002, | ||
"mean": 1.593806724000001, | ||
"stddev": 0.03839853539835497, | ||
"rounds": 5, | ||
"median": 1.6075106730000073, | ||
"iqr": 0.05392432874999287, | ||
"q1": 1.5685912382500007, | ||
"q3": 1.6225155669999936, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 1, | ||
"outliers": "1;0", | ||
"ld15iqr": 1.5330717820000075, | ||
"hd15iqr": 1.6269990280000002, | ||
"ops": 0.6274286492469331, | ||
"total": 7.969033620000005, | ||
"iterations": 1 | ||
} | ||
} | ||
], | ||
"datetime": "2023-06-27T14:21:08.497346", | ||
"version": "4.0.0" | ||
} |