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
@@ -33,9 +33,6 @@ class Scenario {
applyAbiChange.add(pathToClassFile)
}
/**
* Currently not-working: https://github.com/gradle/gradle-profiler/issues/378
*/
fun applyNonAbiChangeTo(pathToClassFile: String) {
applyNonAbiChange.add(pathToClassFile)
}