X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fnfvbench.py;h=4256f24949e5631fedb220ee530a925d10d1a497;hb=ea51c75ee0a48a6ccfda70fa6792d011461c8044;hp=920838abf7ea53a2d90172d2c576ec56accec567;hpb=230d84f20f70ebcbafa1f8f3d32461649c8c49b1;p=nfvbench.git diff --git a/nfvbench/nfvbench.py b/nfvbench/nfvbench.py index 920838a..4256f24 100644 --- a/nfvbench/nfvbench.py +++ b/nfvbench/nfvbench.py @@ -377,7 +377,11 @@ def parse_opts_from_cli(): parser.add_argument('--log-file', '--logfile', dest='log_file', action='store', help='Filename for saving logs', - metavar='') + metavar=''), + + parser.add_argument('--user-label', '--userlabel', dest='user_label', + action='store', + help='Custom label for performance records') opts, unknown_opts = parser.parse_known_args() return opts, unknown_opts