refactor(benchmark): simplify writing benchmarks

Adds `benchmarks/benchpress` module and adjusts the compiler
benchmarks to use it. Also adds the Angular 1.3 benchmark
to the compiler benchmarks.

Closes #202
This commit is contained in:
Tobias Bosch
2014-11-17 11:01:21 -08:00
parent be4cb2db3a
commit 8dfbc242af
13 changed files with 365 additions and 194 deletions

View File

@ -1,3 +1,5 @@
library change_detection.parser.closure_map;
import 'dart:mirrors';
typedef SetterFn(Object obj, value);