Skip to content

Commit

Permalink
Update perf-testing-setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YunchuWang authored Jan 5, 2024
1 parent 4ca1a98 commit 6343921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/perf-testing-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
echo "Container ID is $container_id"
echo "Fetching Docker container logs..."
docker logs $container_id
worker_pid=$(docker exec $container_id sh -c "ps aux | grep '[p]ython' | awk '{print $2}'")
echo "Python worker process id is $worker_pid"


- name: Validate if the functions are now running
run: |
Expand Down

0 comments on commit 6343921

Please sign in to comment.