diff --git a/bench-jit-c2.sh b/bench-jit-c2.sh index 00a75aa..47c8693 100755 --- a/bench-jit-c2.sh +++ b/bench-jit-c2.sh @@ -10,7 +10,7 @@ java -XX:-UseJVMCICompiler -Xmx512m -jar ./target/demo-0.0.1-SNAPSHOT.jar & export PID=$! psrecord $PID --plot "$(date +%s)-jit-c2.png" --max-cpu 2200 --max-memory 900 --include-children & -sleep 2 +sleep 4 print "Done waiting for startup..." print "Executing warmup load" diff --git a/bench-native-cgc.sh b/bench-native-cgc.sh index 5440cf4..62daef7 100755 --- a/bench-native-cgc.sh +++ b/bench-native-cgc.sh @@ -10,7 +10,7 @@ print "Starting the native app 🚀" export PID=$! psrecord $PID --plot "$(date +%s)-graalvm-native.png" --max-cpu 2200 --max-memory 900 --include-children & -sleep 2 +sleep 4 print "Done waiting for startup..." print "Executing warmup load" diff --git a/bench-native-optimized.sh b/bench-native-optimized.sh index 5eb12c6..23bd554 100755 --- a/bench-native-optimized.sh +++ b/bench-native-optimized.sh @@ -10,7 +10,7 @@ print "Starting the native app 🚀" export PID=$! psrecord $PID --plot "$(date +%s)-graalvm-native.png" --max-cpu 2200 --max-memory 900 --include-children & -sleep 2 +sleep 4 print "Done waiting for startup..." print "Executing warmup load" diff --git a/bench-native.sh b/bench-native.sh index ac40bf6..333dcdb 100755 --- a/bench-native.sh +++ b/bench-native.sh @@ -10,7 +10,7 @@ print "Starting the native app 🚀" export PID=$! psrecord $PID --plot "$(date +%s)-graalvm-native.png" --max-cpu 2200 --max-memory 900 --include-children & -sleep 2 +sleep 4 print "Done waiting for startup..." print "Executing warmup load"