Tomasz Dądela

Results 4 issues of Tomasz Dądela

The aim of this PR is to provide better typing annotation support for `class HttpSession`. This should also fix #2563.

Various improvements to the benchmark to make testing changes easier. Main changes: - Disable garbage collector during benchmark. - Use time.process_time instead of time.perf_counter. - Run only test case with...

Fix dispatch.py typing. Remove mypy exception for this file.

The aim of this PR is to provide better typing annotation support for `class FastHttpUser`. Fixes #2563. Follow-up to #2699.