Skip to content
Snippets Groups Projects
Commit ee430c58 authored by J. M. Bailey's avatar J. M. Bailey
Browse files

Tweek

parent ecfeb752
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ public class LiFiBenchmark ...@@ -79,7 +79,7 @@ public class LiFiBenchmark
if (cline.hasOption("targetport")) if (cline.hasOption("targetport"))
targetPort = Integer.parseInt(cline.getOptionValue("targetport", "" + DEFAULT_PORT)); targetPort = Integer.parseInt(cline.getOptionValue("targetport", "" + DEFAULT_PORT));
if (cline.hasOption("sz")) if (cline.hasOption("sz"))
readLimit = handleSize(cline.getOptionValue("sz")); readLimit = handleSize(cline.getOptionValue("sz",""+DEFAULT_READ_LIMIT));
if (cline.hasOption("r")) if (cline.hasOption("r"))
reps = Integer.parseInt(cline.getOptionValue("r",""+DEFAULT_REPITITIONS)); reps = Integer.parseInt(cline.getOptionValue("r",""+DEFAULT_REPITITIONS));
if (cline.hasOption("x")) if (cline.hasOption("x"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment