Skip to content

Commit

Permalink
Helidon thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Jun 5, 2024
1 parent 5911fb7 commit 11c0251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/helidon-quickstart-se/threshold.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ windows.time.to.first.ok.request.threshold.ms=110
windows.RSS.threshold.kB=98432
windows.executable.size.threshold.kB=44239
# There is something weird going on with Helidon on Macos
macos.time.to.first.ok.request.threshold.ms=370
macos.RSS.threshold.kB=53000
macos.executable.size.threshold.kB=39000
macos.time.to.first.ok.request.threshold.ms=500
macos.RSS.threshold.kB=58000
macos.executable.size.threshold.kB=40000
2 changes: 1 addition & 1 deletion apps/quarkus-full-microprofile/threshold.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ windows.time.to.first.ok.request.threshold.ms=1537
windows.RSS.threshold.kB=120000
windows.executable.size.threshold.kB=79000
# TODO: That is really high. Quarantine?
macos.time.to.first.ok.request.threshold.ms=791
macos.time.to.first.ok.request.threshold.ms=850
macos.RSS.threshold.kB=68352
macos.executable.size.threshold.kB=79000
@IfQuarkusVersion(min ="3.7.0")
Expand Down

0 comments on commit 11c0251

Please sign in to comment.