ostafen / smart

String Matching Algorithms Research Tool
https://smart-tool.github.io/smart/
GNU General Public License v3.0
4 stars 2 forks source link

Specify algos to benchmark directly in run command. #52

Closed nishihatapalmer closed 1 year ago

nishihatapalmer commented 1 year ago

While the selected set of algorithms is useful for convenience, it is actually a pain to have to change the selected set if you just want to run a quick benchmark on some particular algorithms.

Allow the run command to specify algorithms to test directly, just like the test command does. If you don't specify algorithms, it would default to the selected set.

nishihatapalmer commented 1 year ago

Fixed by PR #53