NULLx76 / ringbuffer

A fixed-size circular buffer written in Rust.
https://crates.io/crates/ringbuffer
MIT License
95 stars 20 forks source link

add benchmarks #30

Closed jdonszelmann closed 4 years ago

jdonszelmann commented 4 years ago

Closes #22

codecov[bot] commented 4 years ago

Codecov Report

Merging #30 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   99.41%   99.41%           
=======================================
  Files           5        5           
  Lines         509      509           
=======================================
  Hits          506      506           
  Misses          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a00015c...aeac261. Read the comment docs.

NULLx76 commented 4 years ago

I think we need more benchmarks before we can consider #22 done