-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Simplify build_layout logic #3609
Conversation
I'm merging #3598, because JuliaPlots/PlotReferenceImages.jl#100 has been merged. |
Fixed |
Codecov Report
@@ Coverage Diff @@
## master #3609 +/- ##
==========================================
+ Coverage 63.72% 65.16% +1.44%
==========================================
Files 27 27
Lines 6566 6643 +77
==========================================
+ Hits 4184 4329 +145
+ Misses 2382 2314 -68
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whats up with the benchmarks? Can you also re-enable the StatsPlots tests, if they are fixed?
Which benchmarks ?
@BeastyBlacksmith You're right, I think we can't reverse the fix now, CI passes in #3611. |
@BeastyBlacksmith, could you explain to me in 2secs where the benchmark results can be seen ? (not handy to scroll the logs). I'm not familiar with those: I believe they are used to measure performance regression somehow ? What is our policy for saying a benchmark is OK or not ? |
LGTM 💯 Results
|
As per
Plots.jl/src/layouts.jl
Line 547 in 3f110d6