savina icon indicating copy to clipboard operation
savina copied to clipboard

Add compatibility to CAF benchmark suite

Open woelke opened this issue 7 years ago • 1 comments

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.

woelke avatar Jun 21 '17 15:06 woelke

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.

woelke avatar Aug 24 '17 16:08 woelke