[IR BE] Add runtime compilation benchmarks for IR JS compiler

This commit is contained in:
Roman Artemev
2019-09-11 17:53:30 +03:00
committed by romanart
parent e6c855111e
commit 44dfae53f0
3 changed files with 610 additions and 6 deletions
+1
View File
@@ -43,6 +43,7 @@ dependencies {
testCompile(project(":js:js.serializer"))
testCompile(project(":js:js.dce"))
testCompile(project(":js:js.engines"))
testCompile(project(":compiler:incremental-compilation-impl"))
testCompile(commonDep("junit:junit"))
testCompile(projectTests(":kotlin-build-common"))
testCompile(projectTests(":generators:test-generator"))