Skip to content

Commit 2b64fa2

Browse files
committed
Add performance test for entry_points
1 parent 9950845 commit 2b64fa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ deps =
3939
ipython
4040
commands =
4141
python -m timeit -s 'import importlib_metadata' -- 'importlib_metadata.distribution("ipython")'
42+
python -m timeit -s 'import importlib_metadata' -- 'importlib_metadata.entry_points()'
4243

4344
[testenv:release]
4445
skip_install = True

0 commit comments

Comments
 (0)