Skip to content

Commit d5a5c90

Browse files
committed
Bring back perf
1 parent 67cb123 commit d5a5c90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ commands =
2828
diff-cover coverage.xml --html-report diffcov.html
2929
diff-cover coverage.xml --fail-under=100
3030

31+
[testenv:perf]
32+
use_develop = False
33+
deps =
34+
ipython
35+
commands =
36+
python -m timeit -s 'import importlib_metadata' -- 'importlib_metadata.distribution("ipython")'
37+
3138
[testenv:release]
3239
skip_install = True
3340
deps =

0 commit comments

Comments
 (0)