There was an error while loading. Please reload this page.
1 parent 60456c8 commit 017f6ceCopy full SHA for 017f6ce
scripts/perf_launch_chrome.sh
@@ -8,6 +8,7 @@ elif [[ "$platform" == 'Darwin' ]]; then
8
--enable-memory-info \
9
--enable-precise-memory-info \
10
--enable-memory-benchmarking \
11
- --js-flags="--expose-gc" \
+ --js-flags="--expose-gc --allow-natives-syntax" \
12
+ --disable-web-security \
13
--remote-debugging-port=9222`
14
fi
0 commit comments