You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test the memory usage in MB of each app using the command below. Make sure to send an HTTP request to each one before measuring.
@@ -483,14 +443,14 @@ Substitute `<executable>` as follows:
483
443
484
444
.Native Java memory used in megabytes
485
445
|===
486
-
|Framework | Executable | Megabytes after startup | Megabytes after 1 request| Megabytes after 5 requests
487
-
488
-
|Micronaut | `app` | 53 | 63 | 64
489
-
|Micronaut (optimized) | `app` | 45 | 65 | 67
490
-
|Quarkus | `quarkus` | 41 | 51 | 53
491
-
|Spring Boot | `spring-boot` | 74 | 84 | 84
492
-
|Helidon | `helidon` | 83 | 99 | 117
493
-
|Helidon (optimized) | `helidon` | 72 | 89 | 123
446
+
|Framework | Executable | Megabytes after startup | Megabytes after 1 request| Megabytes after 10 requests
447
+
448
+
|Micronaut | `app` | 53 | 62 | 66
449
+
|Micronaut (optimized) | `app` | 53 | 63 | 67
450
+
|Quarkus | `quarkus` | 37 | 48 | 52
451
+
|Spring Boot | `spring-boot` | 76 | 86 | 87
452
+
|Helidon | `helidon` | 82 | 92 | 93
453
+
|Helidon (optimized) | `helidon` | 62 | 72 | 73
494
454
|===
495
455
496
456
IMPORTANT: If you disagree with these numbers and think X framework should be faster, I encourage you to clone https://github.com/oktadev/auth0-java-rest-api-examples[this repo] and run these tests yourself.
0 commit comments