Small fix for performance subproject.
This commit is contained in:
@@ -29,7 +29,7 @@ open class RegressionsSummaryReporter : DefaultTask() {
|
||||
@Input
|
||||
lateinit var targetsResultFiles: Map<String, String>
|
||||
|
||||
const val performanceServer = "https://kotlin-native-perf-summary.labs.jb.gg/"
|
||||
val performanceServer = "https://kotlin-native-perf-summary.labs.jb.gg/"
|
||||
|
||||
@TaskAction
|
||||
fun run() {
|
||||
|
||||
Reference in New Issue
Block a user