~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_status.py

  • Committer: Carl Friedrich Bolz
  • Date: 2006-08-10 11:03:53 UTC
  • mto: (1908.8.4 bzr.bundle_bench)
  • mto: This revision was merged to the branch mainline in revision 2068.
  • Revision ID: cfbolz@gmx.de-20060810110353-0bad43599b30e74c
Add benchmark for applying a benchmark and fix some formatting/typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        self.run_bzr('commit', '-m', 'initial import')
38
38
        self.time(self.run_bzr, 'status')
39
39
 
40
 
    def test_single_file_no_changes_known_kerenl_like_tree(self):
 
40
    def test_single_file_no_changes_known_kernel_like_tree(self):
41
41
        """Status in a kernel sized tree with no ignored, unknowns, or added
42
42
        of a single file."""
43
43
        #XXX depends on the filenames generated by make_kernel_like_tree