~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_bundle.py

  • Committer: holger krekel
  • Date: 2006-08-12 15:57:09 UTC
  • mto: (1908.3.21 usecases-benchmarks)
  • mto: This revision was merged to the branch mainline in revision 2068.
  • Revision ID: hpk@merlinux.de-20060812155709-ccda6599fc38cead
Don't use cache by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
from bzrlib.revisionspec import RevisionSpec
29
29
 
30
30
# if set, creation of test trees will be globally cached (even across test runs)
31
 
CACHEDIR = os.path.expanduser("~/.bazaar/devtemp")
32
 
#CACHEDIR = None 
 
31
#CACHEDIR = os.path.expanduser("~/.bazaar/devtemp")
 
32
CACHEDIR = None 
33
33
 
34
34
def cached_make(maker, *args):
35
35
    if CACHEDIR is None: