JuliaSIMD / ThreadingUtilities.jl

Utilities for low overhead threading in Julia.
MIT License
17 stars 4 forks source link

Don't use VectorizationBase in tests to reduce latency #37

Closed chriselrod closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #37 (d23da58) into master (7517e60) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          112       122   +10     
=========================================
+ Hits           112       122   +10     
Impacted Files Coverage Δ
src/threadtasks.jl 100.00% <ø> (ø)
src/atomics.jl 100.00% <0.00%> (ø)
src/ThreadingUtilities.jl 100.00% <0.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 7517e60...d23da58. Read the comment docs.