s-yata / marisa-trie

MARISA: Matching Algorithm with Recursively Implemented StorAge
Other
506 stars 89 forks source link

Update marisa-benchmark.cc #11

Closed willfrey closed 7 years ago

willfrey commented 7 years ago

Fixed print_help to display accurate default values.

$ marisa-benchmark --help displays

Options:
  ...
  -n, --max-num-tries=[N]  limit the number of tries [1, 127] (default: 10)
  ...

but int param_max_num_tries = 5;

so I just fixed the string. Nothing big!

s-yata commented 7 years ago

Thank you for your kind report!