pytest: Show Median instead of Mean for benchmarks

This commit is contained in:
Florian Bruhin 2017-07-25 17:37:18 +02:00
parent 5ecda25fdb
commit 79e7eb6495

View File

@ -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)