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

chore: Update metadata for 2023 Q3 release #7541

Merged
merged 1 commit into from
Sep 25, 2023
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
12 changes: 8 additions & 4 deletions tests/scripts/check_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ readonly RELEASE_DIR='dist'
# Q4 2022 9.1.1 903357
# Q1 2023 9.2.1 909181
# Q2 2023 9.3.3 887618
readonly BLOCKLY_SIZE_EXPECTED=887618
# Q3 2023 10.1.3 818138
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice decrease.

readonly BLOCKLY_SIZE_EXPECTED=818138

# Size of blocks_compressed.js
# Q2 2019 2.20190722.0 75618
Expand All @@ -56,7 +57,8 @@ readonly BLOCKLY_SIZE_EXPECTED=887618
# Q4 2022 9.1.1 102190
# Q1 2023 9.2.1 101114
# Q2 2023 9.3.3 91848
readonly BLOCKS_SIZE_EXPECTED=91848
# Q3 2023 10.1.3 84772
readonly BLOCKS_SIZE_EXPECTED=84772

# Size of blockly_compressed.js.gz
# Q2 2019 2.20190722.0 180925
Expand All @@ -78,7 +80,8 @@ readonly BLOCKS_SIZE_EXPECTED=91848
# Q4 2022 9.1.1 179306
# Q1 2023 9.2.1 179814
# Q2 2023 9.3.3 175206
readonly BLOCKLY_GZ_SIZE_EXPECTED=175206
# Q3 2023 10.1.3 177241
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alas a slight increase after gzipping. 🤔

readonly BLOCKLY_GZ_SIZE_EXPECTED=177241

# Size of blocks_compressed.js.gz
# Q2 2019 2.20190722.0 14552
Expand All @@ -99,7 +102,8 @@ readonly BLOCKLY_GZ_SIZE_EXPECTED=175206
# Q4 2022 9.1.1 17182
# Q1 2023 9.2.1 17262
# Q2 2023 9.3.3 16736
readonly BLOCKS_GZ_SIZE_EXPECTED=16736
# Q3 2023 10.1.3 16299
readonly BLOCKS_GZ_SIZE_EXPECTED=16299

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