TIL: Using inspect and timeit togetherUtilizing `inspect.getsource()` and `timeit` allows for efficient load testing in a single module in Python.