Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metadata March 2021 #4738

Merged
merged 1 commit into from
Mar 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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