We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fdd7f commit 375122cCopy full SHA for 375122c
1 file changed
flow-engine-framework/src/test/java/com/codingapi/flow/utils/RandomUtilsTest.java
@@ -11,7 +11,7 @@ class RandomUtilsTest {
11
12
@Test
13
void generateStringId() {
14
- long count = 1000_0000L;
+ long count = 100_0000L;
15
long start = System.currentTimeMillis();
16
Set<String> sets = new HashSet<>();
17
for (long i = 0; i < count; i++) {
0 commit comments