Skip to content

Commit b5919e4

Browse files
authored
Swift nightly has improved alloc counts. (#314)
This patch updates the alloc counter to enforce the new numbers.
1 parent deca1c3 commit b5919e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker/docker-compose.2004.main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ services:
2828
- MAX_ALLOCS_ALLOWED_1k_requests_interleaved=46150
2929
- MAX_ALLOCS_ALLOWED_1k_requests_noninterleaved=45100
3030
- MAX_ALLOCS_ALLOWED_client_server_h1_request_response=317950
31-
- MAX_ALLOCS_ALLOWED_client_server_request_response=284000
31+
- MAX_ALLOCS_ALLOWED_client_server_request_response=283850
3232
- MAX_ALLOCS_ALLOWED_create_client_stream_channel=47050
33-
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=700050
34-
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=700050
35-
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=800050
36-
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=700050
33+
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form=200050
34+
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace=200050
35+
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_long_string=300050
36+
- MAX_ALLOCS_ALLOWED_get_100000_headers_canonical_form_trimming_whitespace_from_short_string=200050
3737
- MAX_ALLOCS_ALLOWED_hpack_decoding=5050
3838
- MAX_ALLOCS_ALLOWED_stream_teardown_100_concurrent=323150
3939

0 commit comments

Comments
 (0)