Skip to content

Commit

Permalink
fix main thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
freef4ll committed Oct 16, 2023
1 parent 43cfe7b commit 3032be0
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"mallocCountTotal" : 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"mallocCountTotal" : 0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"mallocCountTotal" : 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"mallocCountTotal" : 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"mallocCountTotal" : 0
}
2 changes: 1 addition & 1 deletion docker/docker-compose.2204.59.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
test:
image: prometheus:22.04-5.9
environment:
- SWIFT_VERSION=main
- SWIFT_VERSION=5.9
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
#- SANITIZER_ARG=--sanitize=thread

Expand Down
2 changes: 2 additions & 0 deletions docker/docker-compose.2204.main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:

update-benchmark-baseline:
image: prometheus:22.04-main
environment:
- SWIFT_VERSION=main

shell:
image: prometheus:22.04-main

0 comments on commit 3032be0

Please sign in to comment.