refactor(benchamrks_external): Ts'ify benchmarks_external

Translates benchmarks_external to TypeScript.
This commit is contained in:
Ian Riley
2015-06-03 10:04:27 -07:00
parent 4d0973d7ba
commit b2596dd302
24 changed files with 441 additions and 466 deletions

View File

@ -0,0 +1,3 @@
library benchmarks_external.e2e_test.compiler_perf;
main() {}