Skip to content

Commit f740479

Browse files
authored
Update process_perf_new.yml
1 parent 28b9fe0 commit f740479

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/process_perf_new.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ jobs:
9191
do unzip $x;
9292
done
9393
#unzip data/results.tgz.zip
94-
for x in *.tar.gz; do
95-
tar -xzf $x
96-
done
97-
for x in *.tgz; do
98-
tar -xzf $x
99-
done
94+
#for x in *.tar.gz; do
95+
tar -xvzf perf.data.tar.gz
96+
#done
97+
#for x in *.tgz; do
98+
# tar -xzf $x
99+
#done
100100
find .
101101
pushd app/perf-reporting/output/results/
102102
tree -H . -o index.html

0 commit comments

Comments
 (0)