Skip to content

Commit

Permalink
Update metadata (file sizes) again
Browse files Browse the repository at this point in the history
blockly_compressed.js has gotten too big for the second time this
quarter.  Update the expected file sizes for it so that tests
will continue to pass.
  • Loading branch information
cpcallen committed Sep 14, 2021
1 parent e023fe0 commit 5d70782
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/scripts/check_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ readonly BUILD_DIR='build'
# Q4 2020 4.20201217.0 653624
# Q1 2021 5.20210325.0 653957
# Q2 2021 6.20210701.0 664497
# Q3 2021 6.20210701.0 731695 (mid-quarter goog.module conversion change)
readonly BLOCKLY_SIZE_EXPECTED=731695
# Q3 2021 6.20210701.0 731695 (mid-quarter goog.module conversion)
# Q3 2021 6.20210701.0 808807 (late-quarter goog.module conversion)
readonly BLOCKLY_SIZE_EXPECTED=808807

# Size of blocks_compressed.js
# Q2 2019 2.20190722.0 75618
Expand All @@ -51,8 +52,9 @@ readonly BLOCKS_SIZE_EXPECTED=76669
# Q4 2020 4.20201217.0 138115
# Q1 2021 5.20210325.0 136118
# Q2 2021 6.20210701.0 142112
# Q3 2021 6.20210701.0 147476 (mid-quarter goog.module conversion change)
readonly BLOCKLY_GZ_SIZE_EXPECTED=147476
# Q3 2021 6.20210701.0 147476 (mid-quarter goog.module conversion)
# Q3 2021 6.20210701.0 152025 (late-quarter goog.module conversion)
readonly BLOCKLY_GZ_SIZE_EXPECTED=152025

# Size of blocks_compressed.js.gz
# Q2 2019 2.20190722.0 14552
Expand Down

0 comments on commit 5d70782

Please sign in to comment.