Skip to content

Commit

Permalink
chore: Update metadata for December 2021 (#5811)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko authored Dec 9, 2021
1 parent 428574d commit 6ed2b6a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tests/scripts/check_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ readonly BUILD_DIR='build'
# Q3 2021 6.20210701.0 731695 (mid-quarter goog.module conversion)
# Q3 2021 6.20210701.0 808807 (late-quarter goog.module conversion)
# Q4 2021 7.20211209.0-beta.0 920002
readonly BLOCKLY_SIZE_EXPECTED=920002
# Q4 2021 7.20211209.0 929665
readonly BLOCKLY_SIZE_EXPECTED=929665

# Size of blocks_compressed.js
# Q2 2019 2.20190722.0 75618
Expand All @@ -42,7 +43,8 @@ readonly BLOCKLY_SIZE_EXPECTED=920002
# Q2 2021 6.20210701.0 76669
# Q3 2021 6.20210701.0 76669
# Q4 2021 7.20211209.0-beta.0 82054
readonly BLOCKS_SIZE_EXPECTED=82054
# Q4 2021 7.20211209.0 86966
readonly BLOCKS_SIZE_EXPECTED=86966

# Size of blockly_compressed.js.gz
# Q2 2019 2.20190722.0 180925
Expand All @@ -57,7 +59,8 @@ readonly BLOCKS_SIZE_EXPECTED=82054
# Q3 2021 6.20210701.0 147476 (mid-quarter goog.module conversion)
# Q3 2021 6.20210701.0 152025 (late-quarter goog.module conversion)
# Q4 2021 7.20211209.0-beta.0 169863
readonly BLOCKLY_GZ_SIZE_EXPECTED=169863
# Q4 2021 7.20211209.0 171759
readonly BLOCKLY_GZ_SIZE_EXPECTED=171759

# Size of blocks_compressed.js.gz
# Q2 2019 2.20190722.0 14552
Expand All @@ -71,7 +74,8 @@ readonly BLOCKLY_GZ_SIZE_EXPECTED=169863
# Q2 2021 6.20210701.0 15275
# Q3 2021 6.20210701.0 15284
# Q4 2021 7.20211209.0-beta.0 16616
readonly BLOCKS_GZ_SIZE_EXPECTED=16616
# Q4 2021 7.20211209.0 15760
readonly BLOCKS_GZ_SIZE_EXPECTED=15760

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

0 comments on commit 6ed2b6a

Please sign in to comment.