~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_xml.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-16 21:38:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1942.
  • Revision ID: john@arbash-meinel.com-20060816213823-66ae578056053a0b
Comment why we do caching the way we do

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        #                      with Robert's serializer:  631ms/10770ms
29
29
        #                      with Entity escaper:       487ms/11636ms
30
30
        #           caching Entity escaper, empty cache:  448ms/ 9489ms
31
 
        #           caching Entity escaper, full cache:   381ms/ 9489ms
 
31
        #           caching Entity escaper, full cache:   375ms/ 9489ms
32
32
        # Really all we want is a real inventory
33
33
        tree = self.make_kernel_like_committed_tree('.', link_bzr=True)
34
34