Experiments: options, script

This commit is contained in:
Artur Meski
2018-01-13 20:29:49 +00:00
parent 9ea443554d
commit 52d39d3ebe
3 changed files with 140 additions and 7 deletions

View File

@@ -54,6 +54,8 @@ def main():
help="minimise the parametric computation result", action="store_true")
parser.add_argument("-n", "--scaling-parameter",
help="scaling parameter value (used in some benchmarks)")
parser.add_argument("-s", "--special_mode",
help="special mode (used in some benchmarks)")
args = parser.parse_args()