summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-07-25 17:37:18 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-07-25 17:37:18 +0200
commit79e7eb64951ac8d9c8566464d4f414e4f965876c (patch)
tree45f09c715245625ac67743081da450f414333390 /pytest.ini
parent5ecda25fdb0d0231c40b5153a0c67eab3474303c (diff)
downloadqutebrowser-79e7eb64951ac8d9c8566464d4f414e4f965876c.tar.gz
qutebrowser-79e7eb64951ac8d9c8566464d4f414e4f965876c.zip
pytest: Show Median instead of Mean for benchmarks
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 36ff6b870..08273ef8d 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,5 +1,5 @@
[pytest]
-addopts = --strict -rfEw --faulthandler-timeout=70 --instafail --pythonwarnings error --benchmark-columns=Min,Max,Mean
+addopts = --strict -rfEw --faulthandler-timeout=70 --instafail --pythonwarnings error --benchmark-columns=Min,Max,Median
testpaths = tests
markers =
gui: Tests using the GUI (e.g. spawning widgets)