As of: 2024-05-03
Note
PreStarting performance is highly situational.
Checkout the JavaDocs for more information.
- Running the demo webapp integration tests
- Parallelization (tests executed in parallel) is 2
- Launched using the launch files in the demo
- Windows + Docker Desktop
- Ryzen 3700X 8C/16T @3.6GHz
- 32GB available RAM for Docker
A live comparison using GitHub actions is also available.
Note
Format explanation of run-integration-tests (21, webapp-it, 2, true)
21
→ Java versionwebapp-it
→ Tested module2
→ parallelization (0 mean no parallelization)true
→ determines if PreStarting is enabled or not (true
= enabled)