| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…t least 3 times (on construction and for module:attr access).
|
This change does introduce some performance degradation in the entry_points performance test: ===================================== perf ===================================== exercises.py:cached distribution: 0:00:00.000713 (+-1 day, 23:59:59.999988, -2%) exercises.py:discovery: 0:00:00.000719 (+0:00:00.000002, 0%) exercises.py:entry_points(): 0:00:00.010800 (+0:00:00.000700, 7%) exercises.py:entrypoint_regexp_perf: 0:00:00.000070 (+-1 day, 23:59:59.999999, -1%) exercises.py:uncached distribution: 0:00:00.001090 (+0:00:00, 0%) +.7 ms (7%) in this particular run. I've seen other numbers like 3% on my local machine. I saw a larger increase without the cached property. This seems to be an acceptable cost. |
Sorry, something went wrong.
Raise consistent ValueError for invalid EntryPoint.value
| Back | FazBrowse Home | New Git URL |
Closes #488