Understand the `rust-aho-corasick` benchmark runner
masterThe rust-aho-corasick runner is a program designed to benchmark the aho-corasick crate. It is specifically optimized for searching literal strings rather than complex regular expressions.
Key characteristics:
- Literal Search Only: The runner treats all regex patterns as literals. It should only be used for benchmarks where the patterns are literal strings.
- Supported Benchmark Models: The runner only supports the following models:
compilecountcount-spansgrep