Skip to content

Commit 239e9bd

Browse files
lavenzgfacebook-github-bot
authored andcommitted
Force the tester to use HV32 mode to match actual Apps (#54549)
Summary: Changelog: [Internal] Run the test with HV32 mode, so we can revert back to previous memory size. Differential Revision: D87136784
1 parent 6aee2ec commit 239e9bd

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)