Skip to content

Commit

Permalink
Update sizestats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Mar 7, 2024
1 parent ed56227 commit 1c2ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sizestats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
projectname=${file%.baseline.txt}
read -r url1 num1 < "$file" || true
read -r url2 num2 < "$projectname.compare.txt" || true
diff=$((num1 - num2))
diff=$((num2 - num1))
echo -n "| $projectname | [ $num1 ]($url1) | [ $num2 ]($url2) | $diff |\n" >> table.txt
done
echo -n '"}' >> table.txt
Expand Down

0 comments on commit 1c2ee66

Please sign in to comment.