We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16c08f commit 62edc4aCopy full SHA for 62edc4a
hystrix-core/src/jmh/java/com/netflix/hystrix/perf/CommandConstructionPerfTest.java
@@ -29,7 +29,7 @@ public class CommandConstructionPerfTest {
29
static HystrixCommandGroupKey groupKey = HystrixCommandGroupKey.Factory.asKey("Group");
30
31
@Benchmark
32
- @BenchmarkMode({Mode.SampleTime})
+ @BenchmarkMode({Mode.SingleShotTime})
33
@OutputTimeUnit(TimeUnit.MICROSECONDS)
34
public HystrixCommand constructHystrixCommandByGroupKeyOnly() {
35
return new HystrixCommand<Integer>(groupKey) {
0 commit comments