Skip to content

Commit

Permalink
Update NetworkVmExampleAbstract
Browse files Browse the repository at this point in the history
- Increase package data len to make it clearer the delay caused by network data transfer

Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
  • Loading branch information
manoelcampos committed Nov 13, 2024
1 parent 50177de commit cda97a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ abstract class NetworkVmExampleAbstract {
public static final int CLOUDLET_FILE_SIZE = 300;
public static final int CLOUDLET_OUTPUT_SIZE = 300;
public static final long TASK_RAM = 100; // in Megabytes
private static final long PACKET_DATA_LENGTH_IN_BYTES = 1000;
private static final long PACKET_DATA_LENGTH_IN_BYTES = 200_000;
private static final long PACKETS_TO_SEND = 100;
private static final int SCHEDULING_INTERVAL = 5;

Expand Down

0 comments on commit cda97a0

Please sign in to comment.