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 7, 2024
1 parent 5088cc8 commit 8325a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perf-testing-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
# docker exec $container_id sh -c "kill -2 $py_spy_id"
py_spy_id=$(docker exec $container_id sh -c "ps aux | grep '[p]y-spy record'" | awk '{print $2}')
echo "Py-Spy pid is $py_spy_id"
sleep 40
docker exec $container_id sh -c "ls -ltr /home/site/wwwroot"
docker exec $container_id sh -c "ls -ltr"
sleep 40
docker cp $container_id:/home/site/wwwroot/helloperf.svg .
- name: Upload profiling result to artifact
Expand Down

0 comments on commit 8325a99

Please sign in to comment.