From 79e7eb64951ac8d9c8566464d4f414e4f965876c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 25 Jul 2017 17:37:18 +0200 Subject: [PATCH] pytest: Show Median instead of Mean for benchmarks --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)