Closed SSoelvsten closed 6 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.
-f
-N
-o
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.