Skip to content

Commit

Permalink
issue moquette-io#629 CNode性能瓶颈复现
Browse files Browse the repository at this point in the history
  • Loading branch information
zexin committed Aug 18, 2022
1 parent f399e18 commit 26772f7
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@

import static io.moquette.broker.subscriptions.Topic.asTopic;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.*;

public class CTrieTest {

Expand Down Expand Up @@ -324,6 +322,6 @@ public void testAdd620kSubscribe() {
System.out.println("CNode.copy handle time is " + TimeUnit.NANOSECONDS.toSeconds(HandleTimeUtil.getHandleTime()) + "s");
}
}

}

}

0 comments on commit 26772f7

Please sign in to comment.