Enable performance testsuite

This commit is contained in:
Konstantin Anisimov
2017-08-02 18:55:39 +07:00
committed by KonstantinAnisimov
parent df754c0215
commit b3fe93cc18
33 changed files with 3358 additions and 0 deletions
+6
View File
@@ -301,6 +301,12 @@ task bundle(type: (isWindows()) ? Zip : Tar) {
}
}
task performance {
dependsOn 'dist'
dependsOn ':performance:build'
dependsOn ':performance:run'
}
task clean {
doLast {
file('dist').traverse(type: FileType.ANY, excludeNameFilter: "dependencies", maxDepth: 0) {