SSoelvsten / bdd-benchmark

Benchmarking Suite for BDD packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split benchmark-specific inputs

SSoelvsten opened this issue · comments

Currently, options like -f, -N, and -o are handled in common.h/common.cpp. At the cost of some minor code-duplication, I would like to move these options into the particular benchmark to (1) improve the help text and misconfiguration feedback.