Write benchmarks for some generated cases

This commit is contained in:
Ivan Cilcic
2019-06-02 17:17:35 +03:00
committed by Mikhail Glukhikh
parent c47a8e2025
commit 0a8d0baa59
4 changed files with 708 additions and 0 deletions
+1
View File
@@ -90,5 +90,6 @@ val jmhExec by tasks.creating(JavaExec::class) {
workingDir = rootDir
systemProperty("idea.home.path", project.intellij.localPath)
systemProperty("idea.max.intellisense.filesize", 5000 * 1024)
configurations.plusAssign(project.configurations["compile"])
}