Skip to content

Commit

Permalink
benchmark: fix benchmark summary
Browse files Browse the repository at this point in the history
Signed-off-by: Artyom Shendrik <[email protected]>
  • Loading branch information
amal committed Oct 1, 2023
1 parent d3a7cde commit aac0f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-summary.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ try {
println("#### ${clazz.ifEmpty { "<not set>" }} ($testsInfo$modeInfo$iterInfo)")

if (clazz.equals("IncrementIntentBenchmark", ignoreCase = true)) {
println("> _Each **operation** creates a state store, sends 5000 intents with reduction, and checks state updates!_")
println("\n> _Each **operation** creates a state store, sends 5000 intents with reduction, and checks state updates!_\n")
}

// Table header
Expand Down

0 comments on commit aac0f6b

Please sign in to comment.