File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
run : |
114
114
#!/bin/bash
115
115
MODIFIED_BRANCH_NAME=${BRANCH_NAME/\//-}
116
- MODIFIED_TEST_TYPE=${TEST_TYPE/\/ /-}
116
+ MODIFIED_TEST_TYPE=${TEST_TYPE//[\/ ] /-}
117
117
OUTPUT_DIR="profile/profile-data/${MODIFIED_BRANCH_NAME}"
118
118
OUTPUT_TEST_DIR="${OUTPUT_DIR}/profile-data-${MODIFIED_TEST_TYPE}-${{ matrix.perf }}-${{ matrix.node_version }}"
119
119
OUTPUT_TEST_NAME="profile-data-${MODIFIED_TEST_TYPE}-${{ matrix.perf }}-${{ matrix.node_version }}"
@@ -139,6 +139,8 @@ jobs:
139
139
mv Heap.*.heapprofile "${OUTPUT_TEST_DIR}" || echo ok
140
140
mv CPU.*.cpuprofile "${OUTPUT_TEST_DIR}" || echo ok
141
141
find -name \*log
142
+ find -name \*.cpuprofile
143
+ find -name \*.heapprofile
142
144
continue-on-error : true
143
145
144
146
- name : Upload test results
You can’t perform that action at this time.
0 commit comments