/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: John Arbash Meinel
  • Date: 2006-09-05 21:25:15 UTC
  • mto: (1946.2.8 reduce-knit-churn)
  • mto: This revision was merged to the branch mainline in revision 1988.
  • Revision ID: john@arbash-meinel.com-20060905212515-60abd5d7c8d6fb69
Switch over to Transport.append_bytes or append_files

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        # on roberts machine: this originally took:  7372ms/ 7479ms
35
35
        # with the LocalTransport._abspath call:     3730ms/ 3778ms
36
36
        # with AtomicFile tuning:                    2888ms/ 2926ms
37
 
        # switching to transport.append:             1468ms/ 2849ms
 
37
        # switching to transport.append_bytes:       1468ms/ 2849ms
38
38
        self.time(self.make_kernel_like_tree)
39
39
 
40
40
    def test_02_make_kernel_like_tree(self):