Last active
November 5, 2020 14:13
-
-
Save markxnelson/c0d7dfc9c73647d024b043dc9211f6a9 to your computer and use it in GitHub Desktop.
round-one
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Application | Logging | Warmup | Avg. Response Time (ms) | Transactions / sec | Memory (RSS) (Start/End) | |
---|---|---|---|---|---|---|
Golang | Yes | No | 5.79 | 15330.60 | 5160KB / 15188KB | |
Golang | No | No | 4.18 | 20364.11 | 5164KB / 15144KB | |
Golang | No | Yes | 3.97 | 21333.33 | 10120KB / 15216KB | |
Java (Helidon) | Yes | No | 12.13 | 8168.15 | 296376KB / 427064KB; committed = 169629KB +15976KB (NMT); reserved=1445329KB +5148KB (NMT) | |
Java (Helidon) | No | No | 5.13 | 17332.82 | 282228KB / 430264KB; reserved=1444264KB +6280KB; committed=166632KB +15884KB | |
Java (Helidon) | No | Yes | 4.84 | 18273.18 | 401228KB / 444556KB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment