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

try removing deprecated logging macros #4530

Closed
wants to merge 1 commit into from
Closed

Conversation

SimonDanisch
Copy link
Member

To hopefully fix the CI slowdown for WGLMakie

@SimonDanisch SimonDanisch added the skip-changelog Skips changelog enforcer label Oct 25, 2024
@MakieBot
Copy link
Collaborator

MakieBot commented Oct 25, 2024

Compile Times benchmark

Note, that these numbers may fluctuate on the CI servers, so take them with a grain of salt. All benchmark results are based on the mean time and negative percent mean faster than the base branch. Note, that GLMakie + WGLMakie run on an emulated GPU, so the runtime benchmark is much slower. Results are from running:

using_time = @ctime using Backend
# Compile time
create_time = @ctime fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
display_time = @ctime Makie.colorbuffer(display(fig))
# Runtime
create_time = @benchmark fig = scatter(1:4; color=1:4, colormap=:turbo, markersize=20, visible=true)
display_time = @benchmark Makie.colorbuffer(fig)
using create display create display
GLMakie 6.65s (6.46, 6.77) 0.07+- 173.80ms (161.91, 184.23) 5.49+- 494.23ms (470.07, 510.85) 9.00+- 7.19ms (6.88, 7.51) 0.18+- 26.36ms (25.69, 26.79) 0.25+-
master 6.64s (6.33, 6.78) 0.12+- 172.63ms (161.29, 198.16) 7.51+- 491.86ms (475.37, 509.79) 7.93+- 7.09ms (6.93, 7.28) 0.10+- 26.36ms (25.74, 26.68) 0.21+-
evaluation 1.00x invariant, 0.01s (0.10d, 0.76p, 0.09std) 0.99x invariant, 1.16ms (0.18d, 0.58p, 6.50std) 1.00x invariant, 2.37ms (0.28d, 0.38p, 8.47std) 0.99x slower X, 0.1ms (0.71d, 0.03p, 0.14std) 1.00x invariant, -0.0ms (-0.02d, 0.95p, 0.23std)
CairoMakie 6.11s (5.88, 6.34) 0.12+- 168.80ms (161.15, 179.56) 5.75+- 205.18ms (196.39, 222.28) 6.88+- 6.91ms (6.64, 7.17) 0.12+- 1.07ms (1.04, 1.11) 0.02+-
master 6.05s (5.88, 6.17) 0.09+- 169.27ms (161.00, 179.53) 5.99+- 204.55ms (197.24, 213.03) 5.07+- 6.88ms (6.70, 7.40) 0.18+- 1.07ms (1.03, 1.11) 0.02+-
evaluation 0.99x invariant, 0.06s (0.55d, 0.09p, 0.10std) 1.00x invariant, -0.47ms (-0.08d, 0.80p, 5.87std) 1.00x invariant, 0.63ms (0.10d, 0.74p, 5.97std) 1.00x invariant, 0.03ms (0.18d, 0.56p, 0.15std) 1.00x invariant, 0.0ms (0.03d, 0.93p, 0.02std)
WGLMakie 6.82s (6.75, 6.91) 0.05+- 170.50ms (165.00, 182.67) 5.47+- 5.77s (5.65, 5.89) 0.07+- 10.73ms (10.40, 11.29) 0.22+- 148.20ms (145.43, 155.91) 2.11+-
master 6.78s (6.59, 6.92) 0.07+- 169.03ms (159.03, 174.56) 4.16+- 6.03s (5.73, 6.14) 0.10+- 10.73ms (10.41, 11.40) 0.26+- 148.01ms (146.16, 149.84) 0.94+-
evaluation 0.99x invariant, 0.04s (0.63d, 0.06p, 0.06std) 0.99x invariant, 1.47ms (0.30d, 0.35p, 4.81std) 1.05x faster ✓, -0.26s (-3.18d, 0.00p, 0.08std) 1.00x invariant, 0.0ms (0.01d, 0.97p, 0.24std) 1.00x invariant, 0.18ms (0.11d, 0.73p, 1.53std)

@SimonDanisch
Copy link
Member Author

Closing in favor of #4542

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Skips changelog enforcer
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants