[K/N][perf] Exclude videoplayer bench from execution

Due to the luck of available agents that have SDL and ffmpeg turn off this benchmark
This commit is contained in:
Pavel Punegov
2022-06-23 11:10:09 +03:00
committed by Space
parent e520fb712b
commit 0e375e4a3f
+3 -1
View File
@@ -104,7 +104,9 @@ task buildAnalyzer {
}
task konanRun {
subprojects.each {
subprojects.findAll {
!it.name.contains("videoplayer")
}.each {
dependsOn "${it.path}:konanRun"
}
}