diff options
author | alon@honor <none@none> | 2010-10-12 20:38:12 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-12 20:38:12 -0700 |
commit | d276be7499faff9814dc3cad07c2685284645106 (patch) | |
tree | 72f22f38a93f6985aeb2835fe787fdb7e3ad4608 /tests/settings.py | |
parent | c26bc164ae97370dfc32feb909649f37a9412164 (diff) |
use closure compiler in benchmarks; 13% speedup
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 2 |
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') + |