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 6, 2024
1 parent e14ddb5 commit 7757eb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/perf-testing-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ jobs:
echo "Tests completed, terminating py-spy..."
echo "Py-Spy pid is $py_spy_id"
docker exec $container_id sh -c "kill -2 $py_spy_id"
docker exec $container_id sh -c "ls -ltr /home/site/wwwroot"
docker exec $container_id sh -c "ls -ltr"
docker cp $container_id:/home/site/wwwroot/helloperf.svg .
ls -ltr
- name: Upload profiling result to artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 7757eb1

Please sign in to comment.