Add Kvision project to build regression benchmarks

This project covers Kotlin/JS build performance

^KT-51380 Fixed
This commit is contained in:
Yahor Berdnikau
2022-04-25 13:58:39 +02:00
parent ce0116e1f2
commit 5af9303a16
4 changed files with 128 additions and 3 deletions
@@ -137,3 +137,9 @@ addBenchmarkTask(
script = "graphql-kotlin.benchmark.kts",
JavaLanguageVersion.of(11)
)
addBenchmarkTask(
taskName = "benchmarkRegressionKvision",
script = "kvision.benchmark.kts",
JavaLanguageVersion.of(11)
)