Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 12, 2024
1 parent f70b979 commit f570706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_benchmarks_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ def _run() -> None:
loop.run_until_complete(run_client_benchmark())


def test_ten_get_requests_with_567296_compressed_chunked_payload(
def test_five_get_requests_with_567296_compressed_chunked_payload(
loop: asyncio.AbstractEventLoop,
aiohttp_client: AiohttpClient,
benchmark: BenchmarkFixture,
) -> None:
"""Benchmark 10 compressed GET requests with a payload of 567296."""
message_count = 10
"""Benchmark 5 compressed GET requests with a payload of 567296."""
message_count = 5
# This payload compresses poorly to ~567296 bytes.
payload = (
bytes(range(0, 256))
Expand Down

0 comments on commit f570706

Please sign in to comment.