Rust Regex Benchmark

Hello. Eveyone.

I cloned Regex to benchmark it using 'git clone https://github.com/rust-lang/regex.git', but the result is as follows.

Does anyone know why the benchmark is not running?

Thank you.

Did you read https://github.com/rust-lang/regex/blob/master/HACKING.md#benchmarking ?

1 Like

I just read it now and I'm glad I could help! :slight_smile:

Oof, my apologies, that HACKING.md document is wildly out of date. I'll work on fixing that soon.

As of regex 1.9, the benchmarks were moved out of that repository, re-worked and significantly expanded. They are now maintained as part of the rebar project.

There is a note about this in the regex README.

7 Likes