Skip to content

Commit f002196

Browse files
author
Blankj
committed
see 11/30 log
1 parent 4d3d5cd commit f002196

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/utilcode/src/test/java/com/blankj/utilcode/util/BusUtilsVsEventBusTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void setUp() throws Exception {
3636
/**
3737
* 注册 10000 个订阅者,共执行 10 次取平均值
3838
*/
39-
@Test
39+
// @Test
4040
public void compareRegister10000Times() {
4141
final List<BusUtilsVsEventBusTest> eventBusTests = new ArrayList<>();
4242
final List<BusUtilsVsEventBusTest> busUtilsTests = new ArrayList<>();
@@ -74,15 +74,15 @@ public void restState() {
7474
/**
7575
* 向 1 个订阅者发送 * 1000000 次,共执行 10 次取平均值
7676
*/
77-
@Test
77+
// @Test
7878
public void comparePostTo1Subscriber1000000Times() {
7979
comparePostTemplate("Post to 1 subscriber 1000000 times.", 1, 1000000);
8080
}
8181

8282
/**
8383
* 向 100 个订阅者发送 * 100000 次,共执行 10 次取平均值
8484
*/
85-
@Test
85+
// @Test
8686
public void comparePostTo100Subscribers100000Times() {
8787
comparePostTemplate("Post to 100 subscribers 100000 times.", 100, 100000);
8888
}
@@ -121,7 +121,7 @@ public void restState() {
121121
/**
122122
* 注销 10000 个订阅者,共执行 10 次取平均值
123123
*/
124-
@Test
124+
// @Test
125125
public void compareUnregister10000Times() {
126126
final List<BusUtilsVsEventBusTest> tests = new ArrayList<>();
127127
for (int i = 0; i < 10000; i++) {

0 commit comments

Comments
 (0)