~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2007-05-09 15:12:24 UTC
  • mto: This revision was merged to the branch mainline in revision 2614.
  • Revision ID: john@arbash-meinel.com-20070509151224-20uys53nsfunfv5k
Add benchmarks for loading a knit index with a lot of records.
Because of (deterministic) variations, the benchmarks are run 2 times.
For some reason, the second run of a benchmark is approx 40ms faster,
and the 3rd run is slow again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
                   'bzrlib.benchmarks.bench_commit',
180
180
                   'bzrlib.benchmarks.bench_info',
181
181
                   'bzrlib.benchmarks.bench_inventory',
 
182
                   'bzrlib.benchmarks.bench_knit',
182
183
                   'bzrlib.benchmarks.bench_log',
183
184
                   'bzrlib.benchmarks.bench_osutils',
184
185
                   'bzrlib.benchmarks.bench_rocks',