Add debugging output for benchmark report extraction in CI workflow

This commit is contained in:
Palash Tyagi 2025-05-05 22:22:50 +01:00
parent 054b3c828e
commit aec6278a50

View File

@ -119,6 +119,8 @@ jobs:
-o benchmark-report.zip "$artifact_url"
mkdir -p benchmark-report
# print ls -a
echo "$( ls -a benchmark-report )"
unzip benchmark-report.zip -d benchmark-report
# there will be a tar file in the benchmark-report directory
# called artifact.tar. unzip it into the benchmark-report