Skip to content

Commit

Permalink
adjust sleep times
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-yur committed Aug 26, 2024
1 parent 1df9bcb commit 32629dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bench-jit-c2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bench-native-cgc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bench-native-optimized.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bench-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 32629dc

Please sign in to comment.