-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
TST: Speedup testing of pyvista backend #7701
TST: Speedup testing of pyvista backend #7701
Conversation
Better to look how to speedup the slowest ones:
|
Codecov Report
@@ Coverage Diff @@
## master #7701 +/- ##
==========================================
- Coverage 90.24% 90.24% -0.01%
==========================================
Files 455 455
Lines 84621 84626 +5
Branches 13399 13401 +2
==========================================
+ Hits 76363 76367 +4
Misses 5392 5392
- Partials 2866 2867 +1 |
The last one is already a bit better with
|
The failure of Azure style is not related, I opened #7721 |
I did not find any other obvious ways to speed the tests further. I will look into again after #7697 but for now this is ready to be merged. |
@GuillaumeFavelier it looks like a lot of the time is in |
Thanks @GuillaumeFavelier ! |
This is a good idea, I'll try it out |
This PR disables anti-aliasing, line smoothing, smooth shading and decreases the polygon counts of tubes during testing of the pyvista 3d backend. Hopefully this will decrease testing time especially on macOS.