Skip to content

Commit

Permalink
Update metadata March 2021 (#4738)
Browse files Browse the repository at this point in the history
  • Loading branch information
alschmiedt authored Mar 26, 2021
1 parent d42e128 commit 91c060f
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions tests/scripts/check_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
# Q1 2020 3.20200402.0 619341
# Q2 2020 3.20200625.0 621811
# Q3 2020 3.20200924.0 641216
# Q4 2020 4.20201217.0 653624
blockly_size_expected=653624
# Q4 2020 4.20201217.0 653624
# Q1 2021 5.20210325.0 653957
blockly_size_expected=653957

# Size of blocks_compressed.js
# Q2 2019 2.20190722.0 75618
Expand All @@ -22,7 +23,8 @@ blockly_size_expected=653624
# Q1 2020 3.20200402.0 75805
# Q2 2020 3.20200625.0 76360
# Q3 2020 3.20200924.0 76429
# Q4 2020 4.20201217.0 76693
# Q4 2020 4.20201217.0 76693
# Q1 2021 5.20210325.0 76693
blocks_size_expected=76693

# Size of blockly_compressed.js.gz
Expand All @@ -32,8 +34,9 @@ blocks_size_expected=76693
# Q1 2020 3.20200402.0 134133
# Q2 2020 3.20200625.0 135181
# Q3 2020 3.20200924.0 138003
# Q4 2020 4.20201217.0 138115
blockly_gz_size_expected=138115
# Q4 2020 4.20201217.0 138115
# Q1 2021 5.20210325.0 136118
blockly_gz_size_expected=136118

# Size of blocks_compressed.js.gz
# Q2 2019 2.20190722.0 14552
Expand All @@ -42,8 +45,9 @@ blockly_gz_size_expected=138115
# Q1 2020 3.20200402.0 14966
# Q2 2020 3.20200625.0 15195
# Q3 2020 3.20200924.0 15231
# Q4 2020 4.20201217.0 15224
blocks_gz_size_expected=15224
# Q4 2020 4.20201217.0 15224
# Q1 2021 5.20210325.0 15285
blocks_gz_size_expected=15285

# ANSI colors
BOLD_GREEN='\033[1;32m'
Expand Down

0 comments on commit 91c060f

Please sign in to comment.