Skip to content

Commit 879f6cf

Browse files
committed
Clarified thresholds for performance metrics
1 parent 4520108 commit 879f6cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/bwapi/PerformanceMetric.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ public String toString() {
110110
+ (samplesExceeding > 0
111111
? ". "
112112
+ samplesExceeding
113-
+ " violations averaging "
113+
+ " values over "
114+
+ maxAllowed
115+
+ " averaging "
114116
+ formatter.format(avgValueExceeding)
115117
: "")
116118
: "No samples")

0 commit comments

Comments
 (0)