feat(benchmarks): Add basic dart transformer benchmarks.

Adds simple benchmarks for various transformation phases, as well as hello_world.
Does not integrate these into any benchmark frameworks yet.
This commit is contained in:
Jacob MacDonald
2015-03-19 15:47:10 -07:00
parent 457c15cd6c
commit 1864f60afb
9 changed files with 408 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ environment:
dependencies:
analyzer: '^0.24.4'
barback: '^0.15.2+2'
code_transformers: '^0.2.5'
code_transformers: '^0.2.8'
dart_style: '^0.1.3'
html: '^0.12.0'
logging: '>=0.9.0 <0.11.0'