Remove excessive logging
This commit is contained in:
-1
@@ -220,7 +220,6 @@ abstract class BenchmarkTemplate(
|
||||
row["execution median time"] into "Execution: ${row["benchmark"]}"
|
||||
}
|
||||
}
|
||||
.also { println(it.print(borders = true)) }
|
||||
.sortBy("scenario")
|
||||
.rename("scenario" to "Scenario")
|
||||
.reorderColumnsBy {
|
||||
|
||||
Reference in New Issue
Block a user