-
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
May 17, 2023
1 parent
cf3c5dd
commit 9b55730
Showing
1 changed file
with
249 additions
and
0 deletions.
There are no files selected for viewing
249 changes: 249 additions & 0 deletions
249
...nux-CPython-3.11-64bit/0009_cf3c5dd82f2d3f956c568f8bb9f380ae7c74bd61_20230517_110954.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,249 @@ | ||
{ | ||
"machine_info": { | ||
"node": "fv-az936-390", | ||
"processor": "x86_64", | ||
"machine": "x86_64", | ||
"python_compiler": "GCC 11.3.0", | ||
"python_implementation": "CPython", | ||
"python_implementation_version": "3.11.3", | ||
"python_version": "3.11.3", | ||
"python_build": [ | ||
"main", | ||
"Apr 6 2023 07:55:46" | ||
], | ||
"release": "5.15.0-1037-azure", | ||
"system": "Linux", | ||
"cpu": { | ||
"python_version": "3.11.3.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": [ | ||
2593906000, | ||
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": "cf3c5dd82f2d3f956c568f8bb9f380ae7c74bd61", | ||
"time": "2023-05-17T11:09:25+00:00", | ||
"author_time": "2023-05-17T11:09:25+00:00", | ||
"dirty": false, | ||
"project": "ariadne", | ||
"branch": "master" | ||
}, | ||
"benchmarks": [ | ||
{ | ||
"group": null, | ||
"name": "test_query_without_extensions", | ||
"fullname": "benchmark/test_extension.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.0413796949999892, | ||
"max": 1.0713213710000105, | ||
"mean": 1.056905207199992, | ||
"stddev": 0.010677307765838839, | ||
"rounds": 5, | ||
"median": 1.0566553519999786, | ||
"iqr": 0.010119222499994862, | ||
"q1": 1.0522166287499957, | ||
"q3": 1.0623358512499905, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 2, | ||
"outliers": "2;0", | ||
"ld15iqr": 1.0413796949999892, | ||
"hd15iqr": 1.0713213710000105, | ||
"ops": 0.9461586461942522, | ||
"total": 5.28452603599996, | ||
"iterations": 1 | ||
} | ||
}, | ||
{ | ||
"group": null, | ||
"name": "test_query_with_extension", | ||
"fullname": "benchmark/test_extension.py::test_query_with_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.6482913049999866, | ||
"max": 1.7902460170000154, | ||
"mean": 1.7197702077999963, | ||
"stddev": 0.05087596652680713, | ||
"rounds": 5, | ||
"median": 1.7140921919999812, | ||
"iqr": 0.0513214667499966, | ||
"q1": 1.6964895037500014, | ||
"q3": 1.747810970499998, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 2, | ||
"outliers": "2;0", | ||
"ld15iqr": 1.6482913049999866, | ||
"hd15iqr": 1.7902460170000154, | ||
"ops": 0.5814730337021263, | ||
"total": 8.598851038999982, | ||
"iterations": 1 | ||
} | ||
}, | ||
{ | ||
"group": null, | ||
"name": "test_query_with_extension_sync", | ||
"fullname": "benchmark/test_extension.py::test_query_with_extension_sync", | ||
"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.0577037030000156, | ||
"max": 1.127690744000006, | ||
"mean": 1.0842887808000057, | ||
"stddev": 0.02647157712702721, | ||
"rounds": 5, | ||
"median": 1.0827897409999991, | ||
"iqr": 0.027720748249997484, | ||
"q1": 1.066786325250007, | ||
"q3": 1.0945070735000044, | ||
"iqr_outliers": 0, | ||
"stddev_outliers": 2, | ||
"outliers": "2;0", | ||
"ld15iqr": 1.0577037030000156, | ||
"hd15iqr": 1.127690744000006, | ||
"ops": 0.9222635313649412, | ||
"total": 5.421443904000029, | ||
"iterations": 1 | ||
} | ||
} | ||
], | ||
"datetime": "2023-05-17T11:10:24.423483", | ||
"version": "4.0.0" | ||
} |