Skip to content

Commit

Permalink
HistogramsTest: make it easier to identify failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
smola committed Dec 17, 2024
1 parent 772d178 commit a62cd8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class HistogramsTest extends DDSpecification {
@Shared
Double[] quantiles = [0.5D, 0.75D, 0.9D, 0.95D, 0.99D]

def "test quantiles have 1% relative error #iterationIndex"() {
def "test quantiles have 1% relative error #iterationIndex #scenario #size"() {
setup:
def histogram

Expand Down

0 comments on commit a62cd8e

Please sign in to comment.