Rolv-Apneseth / lib_game_detector

A Rust library for detecting and parsing data about games currently installed on the system
GNU Affero General Public License v3.0
7 stars 0 forks source link

Add basic criterion benchmarks #4

Closed Rolv-Apneseth closed 8 months ago

Rolv-Apneseth commented 8 months ago

This was to see if any places in the code need significant performance increases. To me, everything looks OK with cargo clean && cargo bench.