Skip to content

Commit f327871

Browse files
lavenzgmeta-codesync[bot]
authored andcommitted
Force the tester to use HV32 mode to match actual Apps (#54549)
Summary: Pull Request resolved: #54549 Changelog: [Internal] Run the test with HV32 mode, so we can revert back to previous memory size. Reviewed By: cipolleschi Differential Revision: D87136784 fbshipit-source-id: e9e5f7c63025d2bcf4c5a92844856eccde8c9261
1 parent d0a6bae commit f327871

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/react-native/src/private/__tests__/MemoryBaseline-itest.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ declare var performance: Performance;
2929
*/
3030
const MEMORY_LIMITS_KB = {
3131
environmentSetup: {
32-
dev: 1300,
33-
opt: 700,
32+
dev: 1000,
33+
opt: 500,
3434
},
3535
basicSurfaceRender: {
36-
dev: 1700,
37-
opt: 900,
36+
dev: 1200,
37+
opt: 700,
3838
},
3939
};
4040

0 commit comments

Comments
 (0)