benchmarks.benchmarks¶ Classes¶ TimeSuite An example benchmark that times the performance of various kinds MemSuite Module Contents¶ class benchmarks.benchmarks.TimeSuite[source]¶ An example benchmark that times the performance of various kinds of iterating over dictionaries in Python. setup()[source]¶ time_keys()[source]¶ time_values()[source]¶ time_range()[source]¶ class benchmarks.benchmarks.MemSuite[source]¶ mem_list()[source]¶