julia-runtest icon indicating copy to clipboard operation
julia-runtest copied to clipboard

feat: allow `threads` as input

Open ven-k opened this issue 11 months ago • 2 comments

ven-k avatar Mar 28 '24 14:03 ven-k

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (3a055a9) to head (876ad3d).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #103   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            2         2           
=========================================
  Hits             2         2           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Mar 28 '24 14:03 codecov[bot]

Looks like --threads wasn't allowed in Julia 1.0.5.

~I suppose, we would want to avoid a version based statement. So, instead of this, setting JULIA_NUM_THREADS in env is the best way.~

ven-k avatar Mar 28 '24 16:03 ven-k