Skip to content

Commit

Permalink
Update process_perf_new.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikedupont2 authored Sep 24, 2024
1 parent 28b9fe0 commit f740479
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/process_perf_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ jobs:
do unzip $x;
done
#unzip data/results.tgz.zip
for x in *.tar.gz; do
tar -xzf $x
done
for x in *.tgz; do
tar -xzf $x
done
#for x in *.tar.gz; do
tar -xvzf perf.data.tar.gz
#done
#for x in *.tgz; do
# tar -xzf $x
#done
find .
pushd app/perf-reporting/output/results/
tree -H . -o index.html
Expand Down

0 comments on commit f740479

Please sign in to comment.