Skip to content

Commit 3032be0

Browse files
committed
fix main thresholds
1 parent 43cfe7b commit 3032be0

7 files changed

+18
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"mallocCountTotal" : 1
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"mallocCountTotal" : 0
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"mallocCountTotal" : 2
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"mallocCountTotal" : 1
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"mallocCountTotal" : 0
3+
}

docker/docker-compose.2204.59.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
test:
1616
image: prometheus:22.04-5.9
1717
environment:
18-
- SWIFT_VERSION=main
18+
- SWIFT_VERSION=5.9
1919
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
2020
#- SANITIZER_ARG=--sanitize=thread
2121

docker/docker-compose.2204.main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ services:
1919

2020
update-benchmark-baseline:
2121
image: prometheus:22.04-main
22+
environment:
23+
- SWIFT_VERSION=main
2224

2325
shell:
2426
image: prometheus:22.04-main

0 commit comments

Comments
 (0)