Skip to content

Commit

Permalink
Update test/partiql-tests-runner/src/main/kotlin/org/partiql/runner/C…
Browse files Browse the repository at this point in the history
…onformanceComparison.kt

Co-authored-by: Alan Cai <[email protected]>
  • Loading branch information
yliuuuu and alancai98 authored Jan 11, 2024
1 parent 92642b6 commit acd342d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class CrossEngineReportAnalyzer(private val first: Report, private val second: R
buildString {
this.appendLine(
"""### $reportTitle
| | Base ${first.engine} | ${second.engine} | +/- |
| | Base (${first.engine}) | ${second.engine} | +/- |
| --- | ---: | ---: | ---: |
| % Passing | ${"%.2f".format(firstPassingPercent)}% | ${"%.2f".format(secondPassingPercent)}% | ${"%.2f".format(secondPassingPercent - firstPassingPercent)}% |
| :white_check_mark: Passing | $firstPassingSize | $secondPassingSize | ${secondPassingSize - firstPassingSize} |
Expand Down

0 comments on commit acd342d

Please sign in to comment.