Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speed up runtests #87

Merged
merged 1 commit into from
Aug 23, 2022
Merged

speed up runtests #87

merged 1 commit into from
Aug 23, 2022

Conversation

stevengj
Copy link
Member

Slightly speed up the test run by removing tests that seem redundant. (It should suffice to test trivial sizes like 1 and 2 plus one larger even size like 10 and one larger odd size like 11.)

@codecov
Copy link

codecov bot commented Aug 23, 2022

Codecov Report

Merging #87 (f52ca3d) into main (614c38a) will increase coverage by 0.27%.
The diff coverage is 95.06%.

@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
+ Coverage   81.14%   81.42%   +0.27%     
==========================================
  Files           9        9              
  Lines        1236     1238       +2     
==========================================
+ Hits         1003     1008       +5     
+ Misses        233      230       -3     
Impacted Files Coverage Δ
src/tridiag.jl 75.18% <84.00%> (ø)
src/cholesky.jl 95.16% <100.00%> (ø)
src/jmatrix.jl 95.65% <100.00%> (+15.05%) ⬆️
src/skewhermitian.jl 81.39% <0.00%> (-3.11%) ⬇️
src/hessenberg.jl 86.50% <0.00%> (-2.39%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@stevengj stevengj merged commit b12ab3c into main Aug 23, 2022
@stevengj stevengj deleted the shorttests branch August 23, 2022 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant