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