Skip to content

Commit 07b38cb

Browse files
authored
Update Bench.java
1 parent bafbf33 commit 07b38cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/test/java/tech/smartboot/redisun/bench

src/test/java/tech/smartboot/redisun/bench/Bench.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public abstract class Bench {
88
// 为了在GitHub Actions环境中更快地运行测试,减少测试数据量
99
// 太多的次数会导致 Redisson 带不动
10-
protected static final int SET_COUNT = 50000;
10+
protected static final int SET_COUNT = 100000;
1111

1212
protected static final int CONCURRENT_CLIENT_COUNT = Integer.parseInt(System.getProperty("client.count", "8"));
1313

@@ -23,4 +23,4 @@ public abstract class Bench {
2323
public abstract void concurrentSet() throws Throwable;
2424

2525
public abstract void concurrentGet() throws Throwable;
26-
}
26+
}

0 commit comments

Comments
 (0)