Drop redundant legacy_name from ide perf tests json stats

This commit is contained in:
Vladimir Dolzhenko
2020-10-10 23:51:11 +02:00
parent a4fb2a445f
commit a9bc63dece
@@ -81,7 +81,7 @@ private fun Metric.toJson(prefix: String): String =
measurementError?.let {
append(",\"metric_error\":").append(it)
}
append(",\"legacy_name\":").append("\"${s.jsonValue()}\"")
//append(",\"legacy_name\":").append("\"${s.jsonValue()}\"")
commaRequired = true
}