Small fix for performance subproject.
This commit is contained in:
@@ -29,7 +29,7 @@ open class RegressionsSummaryReporter : DefaultTask() {
|
|||||||
@Input
|
@Input
|
||||||
lateinit var targetsResultFiles: Map<String, String>
|
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
|
@TaskAction
|
||||||
fun run() {
|
fun run() {
|
||||||
|
|||||||
Reference in New Issue
Block a user