19
19
from bzrlib.benchmarks import Benchmark
24
24
def test_commit_kernel_like_tree(self):
25
25
"""Commit of a fresh import of a clean kernel sized tree."""
28
28
# on robertc's machine the first sample of this took 59750ms/77682ms
29
29
self.time(self.run_bzr, 'commit', '-m', 'first post')