Skip to content

Commit

Permalink
Show duration of each UT case (microsoft#4809)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhe-lz authored Apr 27, 2022
1 parent 39620c4 commit d49864c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
# Some URLs that often fail
r'https://www\.cs\.toronto\.edu/', # CIFAR-10
r'https://help\.aliyun\.com/document_detail/\d+\.html', # Aliyun
r'http://www\.image-net\.org/', # ImageNet
]

# Ignore all links located in release.rst
Expand Down
2 changes: 1 addition & 1 deletion test/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = --cov=nni --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html --cov-config=.coveragerc
addopts = --cov=nni --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html --cov-config=.coveragerc --durations=50
filterwarnings =
ignore:Using key to access the identifier of:DeprecationWarning
ignore:layer_choice.choices is deprecated.:DeprecationWarning
Expand Down

0 comments on commit d49864c

Please sign in to comment.