In https://github.com/python/cpython/pull/114664, I was experimenting with using `pytest-perf` to capture the import latency of `importlib_metadata` but learned that [timeit may not support that use-case](https://github.com/python/cpython/issues/114665) readily. Let's explore if there's something pytest-perf can do to make measurement of import latency straightforward.