Skip to content

Commit

Permalink
Update integration tests (and fix)
Browse files Browse the repository at this point in the history
Those nice NIO folks have saved me some allocations
  • Loading branch information
adam-fowler committed Jul 29, 2022
1 parent 4e3146f commit ec57947
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.package(url: "https://github.com/hummingbird-project/hummingbird-core.git", .branch("main"))
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ fi
"$here/../../allocation-counter-tests-framework/run-allocation-counter.sh" \
-p "$here/../../.." \
-m ".product(name: \"Hummingbird\", package: \"hummingbird\")" \
-m ".product(name: \"HummingbirdXCT\", package: \"hummingbird\")" \
-m ".product(name: \"HummingbirdCoreXCT\", package: \"hummingbird-core\")" \
-s "$here/shared.swift" \
-t "$tmp_dir" \
-d "$here/extra-dependencies.txt" \
"${tests_to_run[@]}"
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ services:
integration-tests:
<<: *common
environment:
- MAX_ALLOCS_ALLOWED_1000_basicRoute=61000
- MAX_ALLOCS_ALLOWED_1000_bodyInRequestRoute=64000
- MAX_ALLOCS_ALLOWED_1000_bodyInResponseRoute=60000
- MAX_ALLOCS_ALLOWED_1000_coreBasicRoute=47000
- MAX_ALLOCS_ALLOWED_1000_largeBodyInRequest=127000
- MAX_ALLOCS_ALLOWED_1000_basicRoute=56000
- MAX_ALLOCS_ALLOWED_1000_bodyInRequestRoute=59000
- MAX_ALLOCS_ALLOWED_1000_bodyInResponseRoute=55000
- MAX_ALLOCS_ALLOWED_1000_coreBasicRoute=42000
- MAX_ALLOCS_ALLOWED_1000_largeBodyInRequest=112000
command: /bin/bash -xcl "./IntegrationTests/run-tests.sh $${INTEGRATION_TESTS_ARG-}"

0 comments on commit ec57947

Please sign in to comment.