Last active
November 6, 2020 18:15
-
-
Save markxnelson/ae6e4e9a71489e22896c19cea5bec260 to your computer and use it in GitHub Desktop.
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) | |
---|---|---|---|---|---|---|
Native Image | Yes | No | 5.61 | 14273.48 | 28256KB / 1508600KB | |
Native Image | No | No | 0.25 | 82047.92 | 29368KB / 1506428KB | |
Native Image | No | Yes | 0.25 | 82426.64 | 1293216KB / 1502724KB | |
Golang | Yes | No | 4.72 | 18540.49 | 132334KB / 72433KB | |
Golang | No | No | 1.69 | 37949.22 | 12864KB / 70716KB | |
Golang | No | Yes | 1.59 | 39227.99 | 16764KB / 76996KB | |
Java (Helidon) | Yes | No | 7.38 | 11216.42 | 318545KB / 529848KB | |
Java (Helidon) | No | No | 0.40 | 74827.90 | 307672KB / 489568KB | |
Java (Helidon) | No | Yes | 0.38 | 76306.75 | 398156KB / 480460KB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @markxnelson this is the only snippet that has different order of rows. it should be go -> java -> native image