eagleflo / jisho

Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary.
GNU General Public License v3.0
13 stars 1 forks source link

Add benchmarks #27

Closed eagleflo closed 1 year ago

eagleflo commented 1 year ago

I need some lookup benchmarks to make informed choices about possible changes to jisho.

eagleflo commented 1 year ago

I first tried doing these with criterion, but it's not really suited for a CLI binary app out of the box. I ended up writing a tiny shell script around hyperfine instead.