File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7070 - name : Download Output (BASE)
7171 uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7272 with :
73- name : web
73+ name : ${{ matrix.comparator }}
7474 path : out/base
7575 run-id : ${{ steps.base-run.outputs.run_id }}
7676 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const formatBytes = bytes => {
2424 * Formats the difference between base and head sizes
2525 * @param {number } base - Base file size in bytes
2626 * @param {number } head - Head file size in bytes
27- * @returns {string } Formatted diff string (e.g., "+1.50 KB (+10. 00%)")
27+ * @returns {string } Formatted diff string (e.g., "+1.50 KB (+10.00%)")
2828 */
2929const formatDiff = ( base , head ) => {
3030 const diff = head - base ;
You can’t perform that action at this time.
0 commit comments