File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/cloudsimplus/examples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656public class BasicFirstExample {
5757 private static final int HOSTS = 1 ;
5858 private static final int HOST_PES = 8 ;
59- private static final int HOST_MIPS = 1000 ;
59+ private static final int HOST_MIPS = 1000 ; // Milion Instructions per Second (MIPS)
6060 private static final int HOST_RAM = 2048 ; //in Megabytes
6161 private static final long HOST_BW = 10_000 ; //in Megabits/s
6262 private static final long HOST_STORAGE = 1_000_000 ; //in Megabytes
@@ -66,7 +66,7 @@ public class BasicFirstExample {
6666
6767 private static final int CLOUDLETS = 4 ;
6868 private static final int CLOUDLET_PES = 2 ;
69- private static final int CLOUDLET_LENGTH = 10_000 ;
69+ private static final int CLOUDLET_LENGTH = 10_000 ; // Milion Instructions (MI)
7070
7171 private final CloudSimPlus simulation ;
7272 private final DatacenterBroker broker0 ;
You can’t perform that action at this time.
0 commit comments