Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Farley <[email protected]>
  • Loading branch information
adamfarley committed Nov 1, 2024
1 parent 5282f3f commit e99db47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nightly_build_and_test_stats.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def getReproducibilityPercentage(String jdkVersion, String trssId, String trssUR
}

// Now we have the percentages for each platform, we calculate the jdkVersion-specific average.
def overallAverage = 0
Double overallAverage = 0.0
// Ignoring the platforms where the test is not available yet.
def naCount = 0
results[jdkVersion][1].each{key, value ->
Expand Down

0 comments on commit e99db47

Please sign in to comment.