~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_status.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-22 18:09:04 UTC
  • mfrom: (2485.8.63 bzr.connection.sharing)
  • Revision ID: pqm@pqm.ubuntu.com-20070722180904-wy7y7oyi32wbghgf
Transport connection sharing

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
 
23
23
class StatusBenchmark(Benchmark):
 
24
    """Benchmarks for ``'bzr status'``."""
24
25
 
25
26
    def test_no_ignored_unknown_kernel_like_tree(self):
26
27
        """Status in a kernel sized tree with no ignored or unknowns.