zix99 / rare

Create console histograms, bar graphs, tables, heatmaps and more in realtime using regex and expressions.
https://rare.zdyn.net/
GNU General Public License v3.0
265 stars 15 forks source link

Readthru #64

Closed zix99 closed 2 years ago

zix99 commented 2 years ago

Introduce immediate-readahead, providing more immediate results at similar performance to readahead, and with the same memory characteristics. Resolves #61

netlify[bot] commented 2 years ago

Deploy Preview for raredocs ready!

Name Link
Latest commit 6a390d8525234f2d221a1524e616d0cee3e703cc
Latest deploy log https://app.netlify.com/sites/raredocs/deploys/62899edd5607f70009b59e3a
Deploy Preview https://deploy-preview-64--raredocs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

codecov-commenter commented 2 years ago

Codecov Report

Merging #64 (6a390d8) into master (36dd9dd) will increase coverage by 0.07%. The diff coverage is 83.33%.

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   82.60%   82.68%   +0.07%     
==========================================
  Files          74       77       +3     
  Lines        2806     2870      +64     
==========================================
+ Hits         2318     2373      +55     
- Misses        354      360       +6     
- Partials      134      137       +3     
Impacted Files Coverage Δ
cmd/helpers/extractorBuilder.go 84.87% <0.00%> (-4.51%) :arrow_down:
pkg/extractor/batchers/batcher.go 82.92% <33.33%> (-1.03%) :arrow_down:
pkg/readahead/buffered.go 91.30% <72.72%> (ø)
pkg/readahead/immediate.go 95.55% <95.55%> (ø)
pkg/readahead/util.go 100.00% <100.00%> (ø)
pkg/testutil/textGenerator.go 100.00% <100.00%> (ø)

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 36dd9dd...6a390d8. Read the comment docs.