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:
@ -1,3 +1,5 @@
|
||||
library change_detection.parser.closure_map;
|
||||
|
||||
import 'dart:mirrors';
|
||||
|
||||
typedef SetterFn(Object obj, value);
|
||||
|
Reference in New Issue
Block a user