Update KVision build regression benchmark

Compare current vs 1.7.10 release
This commit is contained in:
Yahor Berdnikau
2022-07-11 19:01:20 +02:00
parent 453154780b
commit b330173edf
2 changed files with 16 additions and 16 deletions
@@ -9,7 +9,7 @@
@file:BenchmarkProject(
name = "kvision",
gitUrl = "https://github.com/rjaros/kvision.git",
gitCommitSha = "9204d7be944a57bd6c09053bc16b5eeea1bccac5"
gitCommitSha = "675de063cf065416536711a701eaee40b18f3e05"
)
import java.io.File
@@ -55,7 +55,7 @@ runAllBenchmarks(
}
},
mapOf(
"1.6.20" to null,
"1.7.0" to currentReleasePatch
"1.7.10" to null,
"1.7.20" to currentReleasePatch
)
)