~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_rocks.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-11 21:36:09 UTC
  • mfrom: (1752.1.6 configobj)
  • Revision ID: pqm@pqm.ubuntu.com-20060611213609-113d9fc9c0f8edfc
Rename run_bzr_external -> run_bzr_subprocess, add docstring

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
    def test_rocks(self):
25
25
        """Test the startup overhead by running a do-nothing command"""
26
 
        self.time(self.run_bzr, 'rocks')
 
26
        self.time(self.run_bzr_subprocess, 'rocks')