Here is total package generation times for separate modules,

[INFO] micronaut-demo 0.1 ................................. SUCCESS [ 37.130 s]
[INFO] quarkus-demo 1.0.0-SNAPSHOT ........................ SUCCESS [ 45.223 s]
[INFO] springboot-demo 0.0.1-SNAPSHOT ..................... SUCCESS [ 11.508 s]
[INFO] vertx-demo 1.0.0-SNAPSHOT .......................... SUCCESS [  5.447 s]
[INFO] gatling 1.0-SNAPSHOT ............................... SUCCESS [  0.041 s]
[INFO] framewrok-benchmark 1.0-SNAPSHOT ................... SUCCESS [  0.001 s]

Size of created packages:

Size in MB Name
14M micronaut/target/micronaut-demo-0.1.jar
17M quarkus/target/quarkus-demo-1.0.0-SNAPSHOT-runner.jar
18M spring-boot/target/springboot-demo-0.0.1-SNAPSHOT.jar
6.8M vertx/target/vertx-demo-1.0.0-SNAPSHOT-fat.jar

:: Spring Boot :: (v2.3.3.RELEASE) Started DemoApplication in 2.561 seconds (JVM running for 3.082)

```bash

—- Global Information ——————————————————–

request count 2000 (OK=2000 KO=0 ) min response time 0 (OK=0 KO=- ) max response time 318 (OK=318 KO=- ) mean response time 34 (OK=34 KO=- ) std deviation 60 (OK=60 KO=- ) response time 50th percentile 2 (OK=2 KO=- ) response time 75th percentile 42 (OK=42 KO=- ) response time 95th percentile 178 (OK=178 KO=- ) response time 99th percentile 249 (OK=249 KO=- ) mean requests/sec 333.333 (OK=333.333 KO=- )


powered by Quarkus 1.7.1.Final) started in 0.901s. Listening on: http://0.0.0.0:8080

    ```bash
---- Global Information --------------------------------------------------------
> request count                                       2000 (OK=2000   KO=0     )
> min response time                                      0 (OK=0      KO=-     )
> max response time                                    574 (OK=574    KO=-     )
> mean response time                                    45 (OK=45     KO=-     )
> std deviation                                         83 (OK=83     KO=-     )
> response time 50th percentile                          3 (OK=3      KO=-     )
> response time 75th percentile                         49 (OK=49     KO=-     )
> response time 95th percentile                        247 (OK=247    KO=-     )
> response time 99th percentile                        350 (OK=350    KO=-     )
> mean requests/sec                                333.333 (OK=333.333 KO=-     )

micronaut version:2.0.1 Startup completed in 1054ms. Server Running: http://localhost:8080

```bash

—- Global Information ——————————————————–

request count 2000 (OK=2000 KO=0 ) min response time 0 (OK=0 KO=- ) max response time 329 (OK=329 KO=- ) mean response time 34 (OK=34 KO=- ) std deviation 61 (OK=61 KO=- ) response time 50th percentile 3 (OK=3 KO=- ) response time 75th percentile 39 (OK=39 KO=- ) response time 95th percentile 184 (OK=184 KO=- ) response time 99th percentile 243 (OK=243 KO=- ) mean requests/sec 333.333 (OK=333.333 KO=- )


vertx version:1.0.0-SNAPSHOT

    ```bash
---- Global Information --------------------------------------------------------
> request count                                       2000 (OK=2000   KO=0     )
> min response time                                      0 (OK=0      KO=-     )
> max response time                                    263 (OK=263    KO=-     )
> mean response time                                    17 (OK=17     KO=-     )
> std deviation                                         41 (OK=41     KO=-     )
> response time 50th percentile                          1 (OK=1      KO=-     )
> response time 75th percentile                          3 (OK=3      KO=-     )
> response time 95th percentile                        132 (OK=132    KO=-     )
> response time 99th percentile                        188 (OK=188    KO=-     )
> mean requests/sec                                333.333 (OK=333.333 KO=-     )