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