You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functools.lru_cache was recently added to dlint.namespace which provided a great speed up. We should output functools.lru_cache.cache_info information when benchmarking.
functools.lru_cache
was recently added todlint.namespace
which provided a great speed up. We should outputfunctools.lru_cache.cache_info
information when benchmarking.We should be able to:
linter.namespace.illegal_module_imported.cache_info
linter.namespace.name_imported.cache_info
asname_to_name
as wellOutputting
cache_info
will tell us if we're efficiently caching information, and can allow for greater profiling and speed ups.The text was updated successfully, but these errors were encountered: