/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_bench.py

  • Committer: Aaron Bentley
  • Date: 2006-08-14 13:08:06 UTC
  • mfrom: (1913 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1930.
  • Revision ID: abentley@panoramicfeedback.com-20060814130806-6620da943f6d9778
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        """Making a kernel sized tree should be ~ 5seconds on modern disk.""" 
26
26
        # on roberts machine: this originally took:  7372ms/ 7479ms
27
27
        # with the LocalTransport._abspath call:     3730ms/ 3778ms
 
28
        # with AtomicFile tuning:                    2888ms/ 2926ms
 
29
        # switching to transport.append:             1468ms/ 2849ms
28
30
        self.time(self.make_kernel_like_tree)