Startup Improvement Results

CRaC support was implemented in a few frameworks with the following results. The source code can be found in the Projects with CRaC support section.

The environment

  • laptop with Intel i7-5500U, 16Gb RAM and SSD.
  • Linux kernel 5.7.4-arch1-1
  • data was collected in container running ubuntu:18.04 based image
  • host operating system: archlinux

jdk14-crac build


How to reproduce

To reproduce you need to create a workspace directory and clone along next repositories:

You need to build examples according to the Projects with CRaC support section.

Then run

host$ docker build -t full-bench -f Dockerfile.full-bench utils
host$ docker run -it --privileged -v $HOME:$HOME -v $PWD:$PWD -w $PWD full-bench
cont# JDK=<path/to/jdk> bash ./utils/full-bench.sh collect
...
cont# exit
host$ bash ./utils/full-bench.sh parse
host$ cp *.data docs
host$ make -C docs

Last command regenerates graphs in the docs.


Startup Time Startup Time

Spring Boot Spring Boot

Quarkus Quarkus

Micronaut Micronaut

xml-transform xml-transform