Skip to content

Commit 6fcaf37

Browse files
committed
Fix details up to save results into memory
Signed-off-by: Antón Casas <[email protected]>
1 parent e42df61 commit 6fcaf37

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/performance.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,10 @@ jobs:
9898
git config user.email "[email protected]"
9999
100100
BR="memory/performance" # Use this branch to store performance results
101-
# git fetch origin "${BR}" || true
102-
# git checkout -B "${BR}"
103101
104102
python3 ci/metrics/save_results.py \
105103
--input results/complete_profile.csv \
106-
--output ci/metrics/complete_profile/complete_profile_timeseries.csv
104+
--output ci/metrics/memory/complete_profile_timeseries.csv
107105
python3 ci/metrics/save_results.py \
108106
--input results/core_profile.csv \
109107
--output ci/metrics/memory/core_profile_timeseries.csv
@@ -120,8 +118,7 @@ jobs:
120118
--input results/profiles_text.csv \
121119
--output ci/metrics/memory/profiles_text_timeseries.csv
122120
123-
git status
124-
git add ci/metrics/*_timeseries.csv
121+
git add ci/metrics/memory/*_timeseries.csv
125122
git diff --cached --quiet || git commit -m "metrics: append run ${GITHUB_RUN_NUMBER} (${GITHUB_SHA::8})"
126123
git push origin "${BR}"
127124
@@ -186,7 +183,7 @@ jobs:
186183
with:
187184
name: performance-plots
188185
path: build/*.png
189-
if-no-files-found: warning
186+
if-no-files-found: warn
190187

191188
- name: Add summary
192189
if: always()

0 commit comments

Comments
 (0)