whatisinternet / Inflector

A rust inflection library
https://docs.rs/Inflector
BSD 2-Clause "Simplified" License
124 stars 28 forks source link

Guide for benchmarking this crate #32

Closed whatisinternet closed 7 years ago

whatisinternet commented 8 years ago

The benchmarks are all in place. Just needs docs on how to do it.

Steps might include:

  1. rustup
  2. changing to nightly rust
  3. commands for running benchmarks cargo bench --features=unstable
  4. posting as part of PR or issue