.gitignore
AGENTS.md
README.md
api.spec.json
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/release.yml
http_benchmark/__init__.py
http_benchmark/benchmark.py
http_benchmark/cli.py
http_benchmark/storage.py
http_benchmark/clients/__init__.py
http_benchmark/clients/aiohttp_adapter.py
http_benchmark/clients/base.py
http_benchmark/clients/httpx_adapter.py
http_benchmark/clients/pycurl_adapter.py
http_benchmark/clients/requests_adapter.py
http_benchmark/clients/requestx_adapter.py
http_benchmark/clients/urllib3_adapter.py
http_benchmark/models/__init__.py
http_benchmark/models/base.py
http_benchmark/models/benchmark_configuration.py
http_benchmark/models/benchmark_result.py
http_benchmark/models/http_request.py
http_benchmark/models/resource_metrics.py
http_benchmark/utils/__init__.py
http_benchmark/utils/logging.py
http_benchmark/utils/resource_monitor.py
http_client_benchmarker.egg-info/PKG-INFO
http_client_benchmarker.egg-info/SOURCES.txt
http_client_benchmarker.egg-info/dependency_links.txt
http_client_benchmarker.egg-info/entry_points.txt
http_client_benchmarker.egg-info/requires.txt
http_client_benchmarker.egg-info/top_level.txt
httpbin_server/README.md
httpbin_server/docker-compose.httpbin.yml
httpbin_server/docker-compose.nginx.yml
httpbin_server/docker-compose.traefik.yml
httpbin_server/nginx.conf
httpbin_server/traefik_config.yml
httpbin_server/traefik/dynamic/httpbin-routing.yml
httpbin_server/traefik/dynamic/tls.yml
scripts/bump-version.py
scripts/semantic-version.sh
tests/integration/test_cli.py
tests/integration/test_end_to_end.py
tests/performance/test_each_adapters.py
tests/performance/test_performance.py
tests/unit/test_adapters.py
tests/unit/test_models.py
tests/unit/test_resource_monitor.py
tests/unit/test_storage.py