~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_bench.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-15 03:04:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1923.
  • Revision ID: john@arbash-meinel.com-20060815030406-99b1c2c16363eb13
Move all the new TreeCreator classes into separate files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
from bzrlib import (
19
19
    osutils,
20
20
    )
21
 
from bzrlib.benchmarks import (
22
 
    Benchmark,
 
21
from bzrlib.benchmarks import Benchmark
 
22
from bzrlib.benchmarks.tree_creator.kernel_like import (
23
23
    KernelLikeTreeCreator,
24
24
    KernelLikeAddedTreeCreator,
25
25
    KernelLikeCommittedTreeCreator,