Skip to content

Commit

Permalink
Sleep 60 before running bench
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Dec 23, 2024
1 parent bd910b1 commit e3e1c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bench-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
set -ex
grpc_endpoint=$(cat "infrastructure/quick-deploy/$TYPE/generated/armonik-output.json" | jq -r '.armonik.control_plane_url' | sed -r 's/(http:\/\/)([^:]*)(:.*)/\2/')
echo "grpc-endpoint=$grpc_endpoint" >> "$GITHUB_OUTPUT"
sleep 60
- id: bench
name: Run Bench
Expand Down

0 comments on commit e3e1c38

Please sign in to comment.