Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Commit

Permalink
Default output_dir for Symplate benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Sep 25, 2012
1 parent 4b7a083 commit 410a2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -4,5 +4,5 @@ tests/symplates
tests/symplouts
tests/symplates2
tests/symplouts2
benchmarks/symplate_output
benchmarks/symplouts
benchmarks/output
4 changes: 1 addition & 3 deletions benchmarks/run_benchmarks.py
Expand Up @@ -59,9 +59,7 @@ def benchmark(self):
if symplate:
class Symplate(TemplateLanguage):
def __init__(self):
self.renderer = symplate.Renderer(
rel_dir('symplate'),
output_dir=rel_dir('symplate_output'))
self.renderer = symplate.Renderer(rel_dir('symplate'))

def compile(self):
for name in ('header', 'main', 'footer'):
Expand Down

0 comments on commit 410a2fe

Please sign in to comment.