Skip to content

Commit

Permalink
🚚 Chore : simplify main
Browse files Browse the repository at this point in the history
Signed-off-by: Hyeon-hak Kim <[email protected]>
  • Loading branch information
ooMia committed Apr 6, 2024
1 parent 2b1356c commit 867a7b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static void main(String[] args) {
long initialTime = System.currentTimeMillis();

// Run the test
int totalRequest = Integer.MAX_VALUE;
int totalRequest = Integer.MAX_VALUE / 1024;
conditionalMultiThreading(totalRequest);

MemoryUsage finalMemoryUsage = memoryMXBean.getHeapMemoryUsage();
Expand Down

0 comments on commit 867a7b8

Please sign in to comment.