From c0794beca7a1026a20c57c814725cb1b7c67f587 Mon Sep 17 00:00:00 2001 From: mubarak Date: Fri, 30 Sep 2016 09:32:29 -0400 Subject: [PATCH] Adding bandwidth units in modelnet test conf --- tests/conf/modelnet-test.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conf/modelnet-test.conf b/tests/conf/modelnet-test.conf index a88a0eb..154b21d 100644 --- a/tests/conf/modelnet-test.conf +++ b/tests/conf/modelnet-test.conf @@ -16,5 +16,6 @@ PARAMS modelnet_scheduler="fcfs"; # modelnet_scheduler="round-robin"; net_startup_ns="1.5"; + # bandwidth is in MiB/s net_bw_mbps="20000"; } -- 2.26.2