~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_bench.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-06 12:20:16 UTC
  • mfrom: (1551.8.23 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20060906122016-54ab3159023ef544
Improve conflict message for deleting directories with contents

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2006 Canonical Ltd
 
1
# Copyright (C) 2006 by Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
 
# it under the terms of the GNU General Public License as published by
5
 
# the Free Software Foundation; either version 2 of the License, or
6
 
# (at your option) any later version.
 
4
# it under the terms of the GNU General Public License version 2 as published by
 
5
# the Free Software Foundation.
7
6
#
8
7
# This program is distributed in the hope that it will be useful,
9
8
# but WITHOUT ANY WARRANTY; without even the implied warranty of
35
34
        # on roberts machine: this originally took:  7372ms/ 7479ms
36
35
        # with the LocalTransport._abspath call:     3730ms/ 3778ms
37
36
        # with AtomicFile tuning:                    2888ms/ 2926ms
38
 
        # switching to transport.append_bytes:       1468ms/ 2849ms
 
37
        # switching to transport.append:             1468ms/ 2849ms
39
38
        self.time(self.make_kernel_like_tree)
40
39
 
41
40
    def test_02_make_kernel_like_tree(self):