Source code for benchmarks.benchmarks
# Write the benchmarking functions here.
# See "Writing benchmarks" in the asv docs for more information.
[docs]
class TimeSuite:
"""
An example benchmark that times the performance of various kinds
of iterating over dictionaries in Python.
"""