refactor(benchmarks): add index_aot to support AoT bootstrap. (#12105)

Note: This only make sure it can compile the AoT version, but does not yet use it in e2e tests.
This commit is contained in:
Tobias Bosch
2016-10-06 08:37:37 -07:00
committed by GitHub
parent ef621a2f00
commit f1cfddf6d6
11 changed files with 93 additions and 36 deletions

View File

@ -0,0 +1,6 @@
# Overview
This folder will be filled with the benchmark sources
so that we can do offline compilation for them.