aembke / redis-protocol.rs

A Rust implementation of RESP2 and RESP3
Apache License 2.0
41 stars 14 forks source link

Port benches to stable #27

Open rukai opened 8 months ago

rukai commented 8 months ago

They currently rely on unstable features. I might have a go at this, do you have a preference of https://github.com/nvzqz/divan or https://github.com/bheisler/criterion.rs

aembke commented 7 months ago

Great idea. I took a stab at porting over the old RESP2 decoding benchmarks, but ran into some friction with the new interface. I need to switch back to some other work in fred, but feel free to have a go at the new interface. I'm sure there are more elegant ways to test the different parameters in there.