Skip to content

Commit 892ff88

Browse files
committed
refactor: rename to LoadMaker from Utils
1 parent 26bbd64 commit 892ff88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/oldratlee/fucking/concurrency/util/Utils.java renamed to src/main/java/com/oldratlee/fucking/concurrency/util/LoadMaker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* @author Jerry Lee (oldratlee at gmail dot com)
88
*/
9-
public class Utils {
9+
public class LoadMaker {
1010
private static final int CPU_COUNT = Runtime.getRuntime().availableProcessors();
1111
private static final int THREAD_COUNT = CPU_COUNT * 2;
1212

0 commit comments

Comments
 (0)