bahlo / sonyflake-rs

🃏 A distributed unique ID generator inspired by Twitter's Snowflake.
https://docs.rs/sonyflake/
Apache License 2.0
174 stars 10 forks source link

Simple next_id benchmark #10

Closed bahlo closed 3 years ago

bahlo commented 3 years ago

Would be nice to have a simple benchmark for next_id.

Since this library is using stable and the whole test crate is nightly-only, we should use a stable alternative. bencher looks good.