uncleDecart / nkv

Share your state between services using persisted key value storage with notification option
1 stars 0 forks source link

Investigate benchmark regresstions #14

Open uncleDecart opened 4 days ago

uncleDecart commented 4 days ago

After #6 benchmarks degraded from us to ms although TCP clients are 1ms for 1Kb compared to 72ms in benchmarks, we need to figure out what is the problem

We also asked criterion guys about how to initialize correctly in their framework here

https://github.com/bheisler/criterion.rs/issues/814

Should follow that as well