Skip to content

Commit f88bb26

Browse files
author
Matt Jacobs
committed
Modify ObservableCollapser JMH test to allow multiple response per argument
1 parent 9726e5e commit f88bb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hystrix-core/src/jmh/java/com/netflix/hystrix/perf/ObservableCollapserPerfTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static class CollapserState {
6161
@Param({"1", "10", "100", "1000"})
6262
int numToCollapse;
6363

64-
@Param({"1"}) //until bugfix for https://github.com/Netflix/Hystrix/issues/865, 1 is only value that works as expected
64+
@Param({"1", "10", "100"})
6565
int numResponsesPerArg;
6666

6767
@Param({"1", "1000", "1000000"})

0 commit comments

Comments
 (0)