aboutsummaryrefslogtreecommitdiff
path: root/tests/settings.py
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-12 20:38:12 -0700
committeralon@honor <none@none>2010-10-12 20:38:12 -0700
commitd276be7499faff9814dc3cad07c2685284645106 (patch)
tree72f22f38a93f6985aeb2835fe787fdb7e3ad4608 /tests/settings.py
parentc26bc164ae97370dfc32feb909649f37a9412164 (diff)
use closure compiler in benchmarks; 13% speedup
Diffstat (limited to 'tests/settings.py')
-rw-r--r--tests/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/settings.py b/tests/settings.py
index 9452fa81..87601391 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -35,3 +35,5 @@ COMPILER_ENGINE=V8_ENGINE
OUTPUT_TO_SCREEN = 0 # useful for debugging specific tests, or for subjectively seeing what parts are slow
+CLOSURE_COMPILER = os.path.expanduser('~/Dev/closure-compiler/compiler.jar')
+