Skip to content

Commit 375122c

Browse files
committed
fix test data size
1 parent a7fdd7f commit 375122c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow-engine-framework/src/test/java/com/codingapi/flow/utils/RandomUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class RandomUtilsTest {
1111

1212
@Test
1313
void generateStringId() {
14-
long count = 1000_0000L;
14+
long count = 100_0000L;
1515
long start = System.currentTimeMillis();
1616
Set<String> sets = new HashSet<>();
1717
for (long i = 0; i < count; i++) {

0 commit comments

Comments
 (0)