Update kotlinx:dataframe version to 0.8.1

This commit is contained in:
Yahor Berdnikau
2022-10-12 17:26:36 +02:00
parent c40f6c277e
commit ed25939e58
3 changed files with 108 additions and 6 deletions
@@ -7,5 +7,5 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:4.9.0")
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
implementation("org.slf4j:slf4j-nop:1.7.32")
implementation("org.jetbrains.kotlinx:dataframe:0.8.0-rc-8")
implementation("org.jetbrains.kotlinx:dataframe:0.8.1")
}
@@ -215,7 +215,7 @@ abstract class BenchmarkTemplate(
}
.concat()
.groupBy("scenario").aggregate { // Merging scenarios from different benchmarks into one row
forEachRow { row ->
forEach { row ->
row["tasks start median time"] into "Configuration: ${row["benchmark"]}"
row["execution median time"] into "Execution: ${row["benchmark"]}"
}