Update import-perf.yaml

This commit is contained in:
Maximilian Hoffman
2022-12-16 14:39:37 -08:00
committed by GitHub
parent d58361d94a
commit 30cd21dfb8
+2 -2
View File
@@ -124,10 +124,10 @@ jobs:
fi
echo " <tr><td>${line//,/</td><td>}</td></tr>" >> "$out"
done < "$in"
echo "</table>\n" >> "$out"
echo "</table>" >> "$out"
avg="${{ steps.report.outputs.avg }}"
echo "<table><tr><th>Average</th></tr><tr><td>$avg</tr></td></table>\n" >> "$out"
echo "<table><tr><th>Average</th></tr><tr><td>$avg</tr></td></table>" >> "$out"
cat "$out"
echo "::set-output name=html::$(echo $out)"