Skip to content

Commit 017f6ce

Browse files
committed
chore: chrome louncher WTF flags
1 parent 60456c8 commit 017f6ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/perf_launch_chrome.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ elif [[ "$platform" == 'Darwin' ]]; then
88
--enable-memory-info \
99
--enable-precise-memory-info \
1010
--enable-memory-benchmarking \
11-
--js-flags="--expose-gc" \
11+
--js-flags="--expose-gc --allow-natives-syntax" \
12+
--disable-web-security \
1213
--remote-debugging-port=9222`
1314
fi

0 commit comments

Comments
 (0)