fix
This commit is contained in:
parent
0e68019716
commit
7cc5607740
1 changed files with 6 additions and 0 deletions
6
.github/workflows/profiling.yaml
vendored
6
.github/workflows/profiling.yaml
vendored
|
|
@ -116,6 +116,12 @@ jobs:
|
||||||
print(error_message) # Print error to terminal
|
print(error_message) # Print error to terminal
|
||||||
'
|
'
|
||||||
|
|
||||||
|
- name: Upload profiling diff artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: profiling-diff
|
||||||
|
path: profiling_diff.txt
|
||||||
|
|
||||||
# Post results to the pull request
|
# Post results to the pull request
|
||||||
# - name: Post profiling results to PR
|
# - name: Post profiling results to PR
|
||||||
# uses: actions/github-script@v6
|
# uses: actions/github-script@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue