SIGN IN SIGN UP

Rework importlib benchmarks so that they measure number of executions within a

second instead of some fixed number.

Keeps benchmark faster by putting a cap on total execution time. Before a run
using importlib took longer by some factor, but now it takes roughly the
same amount of time as using the built-in __import__.
B
Brett Cannon committed
23cf5743aef2b8c2baa023ec3f7493c7e139027a
Parent: f31f7bb