savina
savina copied to clipboard
Add compatibility to CAF benchmark suite
Existing scripts which uses savina are not effected by this pull request. CLI Arguments are now handled by the class CliArgumentParser, which generalises and simplifies parsing of arguments. And a new CLI arg for the benchmark runner is added (--no_evaluation) which deactivates performance calculations and output.
Thanks for the feedback. I updated the pull request.
For some reason I had problems with lambda functions you proposed in the file CliArgumentParser.java I used the old school class based version to imitate lambdas. Not that beautiful as lambdas but it works.