Skip to content

Commit

Permalink
tests/asset-sizes adjusted for ember v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Jul 17, 2020
1 parent d0a3ebd commit 207291e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/helpers/asset-build-thresholds.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const VENDOR_JS_COMPRESSED_BUILD_TIME_THRESHOLD = 25000;
export const APPLICATION_JS_BUILD_TIME_THRESHOLD = 15000;
export const APPLICATION_JS_COMPRESSED_BUILD_TIME_THRESHOLD = 40000;

export const MEMSERVER_JS_BUILD_TIME_THRESHOLD = 9000;
export const MEMSERVER_JS_BUILD_TIME_THRESHOLD = 9500;
export const MEMSERVER_JS_COMPRESSED_BUILD_THRESHOLD = 30000;

export const TIME_TO_BUILD_DIST_THRESHOLD = 4000;
Expand Down
4 changes: 2 additions & 2 deletions test/helpers/asset-sizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export const DEFAULT_VENDOR_JS_COMPRESSED_TARGET_BYTE_SIZE = 594000; // 596 kB
export const FASTBOOT_DEFAULT_VENDOR_JS_TARGET_BYTE_SIZE = 2504350; // 2.48 MB
export const FASTBOOT_DEFAULT_VENDOR_JS_COMPRESSED_TARGET_BYTE_SIZE = 600074; // 602 kB

export const MEMSERVER_JS_TARGET_BYTE_SIZE = 740699; // 740.70 kB
export const MEMSERVER_JS_TARGET_BYTE_SIZE = 742800; // 742.80 kB
export const MEMSERVER_JS_COMPRESSED_TARGET_BYTE_SIZE = 229592; // 229.59 kB

export const NO_EMBER_DATA_VENDOR_JS_TARGET_BYTE_SIZE = 1802109; // 1.92 MB
export const NO_EMBER_DATA_VENDOR_JS_COMPRESSED_TARGET_BYTE_SIZE = 463142; // 464.08 kB
export const NO_EMBER_DATA_FASTBOOT_VENDOR_JS_TARGET_BYTE_SIZE = 1812776; // 1.92 MB
export const NO_EMBER_DATA_FASTBOOT_VENDOR_JS_COMPRESSED_TARGET_BYTE_SIZE = 602269; // 584 kB
export const NO_EMBER_DATA_FASTBOOT_VENDOR_JS_COMPRESSED_TARGET_BYTE_SIZE = 606200; // 606.10 kB

export const TESTS_JS_DEFAULT_TARGET_BYTE_SIZE = 3270;

0 comments on commit 207291e

Please sign in to comment.