Ori.livneh has submitted this change and it was merged.

Change subject: Add missing file to I28ae265729
......................................................................


Add missing file to I28ae265729

Change-Id: I2cf554d1b9e0c08e54eb1f321a1db2ab34637ab9
---
A files/ve/vb
1 file changed, 27 insertions(+), 0 deletions(-)

Approvals:
  Ori.livneh: Verified; Looks good to me, approved



diff --git a/files/ve/vb b/files/ve/vb
new file mode 100755
index 0000000..f5d8ad7
--- /dev/null
+++ b/files/ve/vb
@@ -0,0 +1,27 @@
+#!/usr/bin/env bash
+/usr/lib/chromium-browser/chromium-browser \
+    --incognito \
+    --remote-debugging-port=9222 \
+    --display=:99 \
+    --disable-background-networking \
+    --disable-client-side-phishing-detection \
+    --disable-component-update \
+    --disable-default-apps \
+    --disable-extensions \
+    --disable-hang-monitor \
+    --disable-infobars \
+    --disable-plugins-discovery \
+    --disable-prompt-on-repost \
+    --disable-suggestions-service \
+    --disable-sync \
+    --disable-translate \
+    --disable-v8-idle-tasks \
+    --disable-web-resources \
+    --no-default-browser-check \
+    --no-first-run \
+    --host-rules="MAP * localhost, EXCLUDE upload.wikimedia.org" \
+    --safebrowsing-disable-auto-update \
+    --safebrowsing-disable-download-protection >/dev/null 2>&1 &
+sleep 3
+vbench "$1"
+kill %%

-- 
To view, visit https://gerrit.wikimedia.org/r/189631
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2cf554d1b9e0c08e54eb1f321a1db2ab34637ab9
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to