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