Add Kvision project to build regression benchmarks
This project covers Kotlin/JS build performance ^KT-51380 Fixed
This commit is contained in:
@@ -137,3 +137,9 @@ addBenchmarkTask(
|
||||
script = "graphql-kotlin.benchmark.kts",
|
||||
JavaLanguageVersion.of(11)
|
||||
)
|
||||
|
||||
addBenchmarkTask(
|
||||
taskName = "benchmarkRegressionKvision",
|
||||
script = "kvision.benchmark.kts",
|
||||
JavaLanguageVersion.of(11)
|
||||
)
|
||||
Reference in New Issue
Block a user