Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. sudo docker run --cap-add=NET_ADMIN --shm-size=1g --rm -v "$(pwd)":/browsertime \
  2. -e REPLAY=true \
  3. -e LATENCY=100 \
  4. -e JSGC_DISABLE_POISONING=1 \
  5. -e BASEOPTS="--firefox.binaryPath /browsertime/firefox.base/firefox.exe" \
  6. -e RUN1OPTS="--firefox.binaryPath /browsertime/firefox.try/firefox.exe" \
  7. -e RUN2OPTS="--firefox.binaryPath /browsertime/firefox.try/firefox.exe" \
  8. -e RUN3OPTS="--firefox.binaryPath /browsertime/firefox.try/firefox.exe" \
  9. -e RUN4OPTS="--firefox.preference javascript.options.baselinejit:false --firefox.preference javascript.options.ion:false" \
  10. -e RUN5OPTS="--firefox.preference javascript.options.baselinejit.threshold:1000000 --firefox.preference javascript.options.ion.threshold:1000000" \
  11. denispal/ffbench:latest --skipHar --video false --visualMetrics false -n 10 -b firefox --firefox.nightly https://www.reddit.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement