Skip to content

Commit

Permalink
Swift nightly has improved alloc counts. (#314)
Browse files Browse the repository at this point in the history
This patch updates the alloc counter to enforce the new numbers.
  • Loading branch information
Lukasa authored Nov 25, 2021
1 parent deca1c3 commit b5919e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/docker-compose.2004.main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ services:
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=46150
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=45100
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=317950
- MAX_ALLOCS_ALLOWED_client_server_request_response=284000
- MAX_ALLOCS_ALLOWED_client_server_request_response=283850
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=47050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=700050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=700050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=800050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=700050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=200050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=300050
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=200050
- MAX_ALLOCS_ALLOWED_hpack_decoding=5050
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=323150

Expand Down

0 comments on commit b5919e4

Please sign in to comment.