Skip to content

Commit ec3cca6

Browse files
committed
Update bench
1 parent 26c993b commit ec3cca6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

utils/queue-utils/src/jmh/java/datadog/common/queue/JctoolsMPSCBlockingConsumerQueueBenchmark.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public class JctoolsMPSCBlockingConsumerQueueBenchmark {
3838
@State(Scope.Group)
3939
public static class QueueState {
4040
MpscBlockingConsumerArrayQueue<Integer> queue;
41-
CountDownLatch consumerReady;
4241

4342
@Param({"1024", "65536"})
4443
int capacity;

utils/queue-utils/src/jmh/java/datadog/common/queue/MPSCBlockingConsumerQueueBenchmark.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public class MPSCBlockingConsumerQueueBenchmark {
3737
@State(Scope.Group)
3838
public static class QueueState {
3939
MpscBlockingConsumerArrayQueueVarHandle<Integer> queue;
40-
CountDownLatch consumerReady;
4140

4241
@Param({"1024", "65536"})
4342
int capacity;

0 commit comments

Comments
 (0)