~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_transform.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-26 15:39:04 UTC
  • mfrom: (2456.2.6 rename_iter_changes_109993)
  • Revision ID: pqm@pqm.ubuntu.com-20070426153904-l91p9ybsqpxt2vyv
(John Arbash Meinel) Fix bug #109993 by fixing _iter_changes to not sync an on-disk file with an 'absent' dirblock record.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from bzrlib.transform import TreeTransform
24
24
from bzrlib.workingtree import WorkingTree
25
25
 
26
 
 
27
26
class TransformBenchmark(Benchmark):
28
 
    """Benchmarks for `bzrlib.transform`"""
29
27
 
30
28
    def test_canonicalize_path(self):
31
29
        """Canonicalizing paths should be fast."""