Files
hibernate-demo/docs/output/testdb-startup-timing.txt

9 lines
723 B
Plaintext
Executable File

# Startup timing: SessionFactory build time (nanoTime, ms), 3 runs per database.
# Measured in a shared sandbox container -- NOT a benchmark, indicative of relative order of
# magnitude only. The first H2 run includes JVM/driver class-loading overhead common to
# whichever database happens to run first in the JVM.
23:22:23.361 [main] INFO DEMO -- startup ms for H2 over 3 runs: 1628, 83, 62 (sandbox container -- indicative only, not a benchmark)
23:22:23.757 [main] INFO DEMO -- startup ms for HSQLDB over 3 runs: 238, 79, 74 (sandbox container -- indicative only, not a benchmark)
23:22:24.728 [main] INFO DEMO -- startup ms for DERBY over 3 runs: 637, 176, 125 (sandbox container -- indicative only, not a benchmark)