mvn clean package
java -cp target/classes ee.omnifish.piranhafromgf.simple.SimpleJavaApp
STARTUP_PHRASE='Hello from plain Java app' bash ../measure-startup-time.sh \
plain-java - java -cp target/classes ee.omnifish.piranhafromgf.simple.SimpleJavaApp
java -cp target/classes ee.omnifish.piranhafromgf.simple.SimpleHttpServer
STARTUP_PHRASE='Simple server started' bash ../measure-startup-time.sh \
javaserver http://localhost:8080 java -cp target/classes ee.omnifish.piranhafromgf.simple.SimpleHttpServer