File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stars-core/src/main/kotlin/tools/aqua/stars/core/evaluation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ object EvaluationState {
107
107
val finished = finishedSegments.get()
108
108
109
109
println (
110
- " Total simulations runs read: ${if (readFinished) GREEN else " " }$read$RESET / $total ; " +
111
- " Sliced: ${if (sliceFinished) GREEN else " " }$sliced$RESET / $total ; " +
110
+ " Total simulations runs read: ${if (readFinished) LIGHT_GREEN else " " }$read$RESET / $total ; " +
111
+ " Sliced: ${if (sliceFinished) LIGHT_GREEN else " " }$sliced$RESET / $total ; " +
112
112
" BUFFER HEALTH: Reads: ${getColor(simBuff, simBuffSize)}$simBuff$RESET / $simBuffSize ; " +
113
113
" Slices: ${getColor(segBuff, segBuffSize)}$segBuff$RESET / $segBuffSize ; " +
114
114
" Finished: $finished " )
You can’t perform that action at this time.
0 commit comments