alex-petrenko / faster-fifo

Faster alternative to Python's multiprocessing.Queue (IPC FIFO queue)
MIT License
179 stars 29 forks source link

Added Comparison tests for Faster Fifo Queue vs Multiprocessing Queue #6

Closed tushartk closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   91.89%   91.89%           
=======================================
  Files           1        1           
  Lines         111      111           
=======================================
  Hits          102      102           
  Misses          9        9           

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 631da65...71d132e. Read the comment docs.

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #6   +/-   ##
=======================================
  Coverage   91.89%   91.89%           
=======================================
  Files           1        1           
  Lines         111      111           
=======================================
  Hits          102      102           
  Misses          9        9           

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 631da65...7dfe24f. Read the comment docs.

alex-petrenko commented 4 years ago

Great work!