[K/N][perf] Small fixes for release builds and some type of benchmarks reports

This commit is contained in:
Elena Lepilkina
2022-03-30 20:02:49 +03:00
committed by Space
parent 053ddb51ce
commit cb0acaa469
3 changed files with 5 additions and 3 deletions
@@ -190,7 +190,7 @@ fun getDatesComponents() = "${beforeDate?.let {"&before=${encodeURIComponent(it)
"${afterDate?.let {"&after=${encodeURIComponent(it)}"} ?: ""}"
fun main(args: Array<String>) {
val serverUrl = "https://kotlin-native-perf-summary.labs.jb.gg"
val serverUrl = "https://kotlin-native-perf-summary.labs.jb.gg" // use "http://localhost:3000" for local debug.
val zoomRatio = 2
// Get parameters from request.