SSoelvsten / bdd-benchmark

Benchmarking Suite for BDD packages
MIT License
11 stars 2 forks source link

Split benchmark-specific inputs #113

Closed SSoelvsten closed 6 months ago

SSoelvsten commented 7 months ago

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.