/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_commit.py

  • Committer: Robert Collins
  • Date: 2006-05-24 08:34:28 UTC
  • mto: (1755.1.2 integration)
  • mto: This revision was merged to the branch mainline in revision 1757.
  • Revision ID: robertc@robertcollins.net-20060524083428-9ea3d1ad20593608
really make commit benchmark able to run on memory transports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        # uncomment this to run the benchmark with the repository in memory
29
29
        # not disk
30
30
        # self.transport_server = MemoryServer
31
 
        self.make_kernel_like_tree(self.get_url())
 
31
        # self.make_kernel_like_tree(self.get_url())
 
32
        self.make_kernel_like_tree()
32
33
        self.run_bzr('add')
33
34
        # on robertc's machine the first sample of this took 59750ms/77682ms
34
35
        # after initial call reduction                       53922ms/73918ms