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

add compats for new deps #3838

Merged
merged 1 commit into from
May 8, 2024
Merged

add compats for new deps #3838

merged 1 commit into from
May 8, 2024

Conversation

SimonDanisch
Copy link
Member

No description provided.

@MakieBot
Copy link
Collaborator

MakieBot commented May 8, 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 4.26s (4.23, 4.30) 0.02+- 110.45ms (106.86, 119.36) 5.19+- 486.48ms (477.93, 519.53) 14.79+- 7.98ms (7.81, 8.43) 0.21+- 25.93ms (25.63, 26.26) 0.22+-
master 4.25s (4.19, 4.34) 0.05+- 107.72ms (106.10, 112.06) 2.25+- 481.11ms (469.82, 499.49) 9.67+- 7.94ms (7.82, 8.04) 0.09+- 25.91ms (25.78, 26.07) 0.10+-
evaluation 1.00x invariant, 0.01s (0.28d, 0.61p, 0.04std) 0.98x invariant, 2.73ms (0.68d, 0.24p, 3.72std) 0.99x invariant, 5.36ms (0.43d, 0.44p, 12.23std) 0.99x invariant, 0.04ms (0.26d, 0.64p, 0.15std) 1.00x invariant, 0.01ms (0.06d, 0.91p, 0.16std)
CairoMakie 3.74s (3.70, 3.80) 0.04+- 110.08ms (108.96, 112.34) 1.16+- 132.10ms (130.95, 132.99) 0.76+- 8.04ms (7.96, 8.11) 0.07+- 978.13μs (968.46, 991.02) 7.32+-
master 3.90s (3.87, 3.94) 0.02+- 109.88ms (106.86, 112.64) 1.94+- 132.03ms (128.44, 137.30) 2.73+- 8.05ms (7.94, 8.10) 0.06+- 974.06μs (966.19, 983.36) 6.82+-
evaluation 1.04x faster ✓, -0.15s (-4.99d, 0.00p, 0.03std) 1.00x invariant, 0.21ms (0.13d, 0.81p, 1.55std) 1.00x invariant, 0.07ms (0.03d, 0.95p, 1.75std) 1.00x invariant, -0.0ms (-0.07d, 0.90p, 0.06std) 1.00x invariant, 4.07μs (0.58d, 0.30p, 7.07std)
WGLMakie 4.66s (4.42, 4.96) 0.19+- 115.87ms (107.26, 131.98) 9.52+- 9.21s (8.73, 9.48) 0.27+- 10.28ms (9.88, 10.96) 0.42+- 71.81ms (71.03, 72.31) 0.55+-
master 4.63s (4.43, 4.72) 0.12+- 125.91ms (109.40, 196.39) 31.66+- 9.36s (8.88, 9.87) 0.37+- 10.70ms (9.82, 12.69) 0.95+- 72.25ms (71.15, 73.11) 0.72+-
evaluation 0.99x invariant, 0.03s (0.18d, 0.74p, 0.16std) 1.09x noisy🤷‍♀️, -10.04ms (-0.43d, 0.45p, 20.59std) 1.02x invariant, -0.14s (-0.44d, 0.43p, 0.32std) 1.04x invariant, -0.42ms (-0.57d, 0.32p, 0.69std) 1.01x invariant, -0.44ms (-0.69d, 0.22p, 0.63std)

@SimonDanisch SimonDanisch added the skip-changelog Skips changelog enforcer label May 8, 2024
@SimonDanisch SimonDanisch merged commit bbf8e78 into master May 8, 2024
18 of 19 checks passed
@SimonDanisch SimonDanisch deleted the sd/new-deps branch May 8, 2024 21:56
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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants