aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ci/performance/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ci/performance/runner.py')
-rw-r--r--etc/ci/performance/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ci/performance/runner.py b/etc/ci/performance/runner.py
index ab5a31c4a6d..a7014e24f28 100644
--- a/etc/ci/performance/runner.py
+++ b/etc/ci/performance/runner.py
@@ -43,6 +43,7 @@ def get_servo_command(url):
ua_script_path = "{}/user-agent-js".format(os.getcwd())
return ["../../../target/release/servo", url,
"--userscripts", ua_script_path,
+ "--headless",
"-x", "-o", "output.png"]