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 0.14 as Interpolations compat #4405

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

SimonDanisch
Copy link
Member

No description provided.

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

MakieBot commented Sep 24, 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.41s (4.35, 4.48) 0.04+- 109.62ms (104.56, 116.85) 4.38+- 468.06ms (455.19, 487.36) 12.10+- 9.11ms (8.81, 9.38) 0.19+- 26.13ms (25.86, 26.72) 0.29+-
master 4.43s (4.37, 4.46) 0.03+- 108.62ms (105.03, 116.57) 3.85+- 475.83ms (465.12, 485.55) 9.09+- 9.42ms (9.28, 9.59) 0.10+- 26.03ms (25.89, 26.21) 0.11+-
evaluation 1.01x invariant, -0.02s (-0.62d, 0.27p, 0.04std) 0.99x invariant, 1.0ms (0.24d, 0.66p, 4.11std) 1.02x invariant, -7.77ms (-0.73d, 0.20p, 10.59std) 1.03x faster ✓, -0.31ms (-2.01d, 0.00p, 0.15std) 1.00x invariant, 0.1ms (0.48d, 0.39p, 0.20std)
CairoMakie 4.20s (4.17, 4.24) 0.02+- 105.93ms (104.51, 106.87) 0.97+- 167.78ms (164.86, 173.76) 3.00+- 9.76ms (9.69, 9.99) 0.10+- 1.17ms (1.13, 1.20) 0.02+-
master 4.21s (4.17, 4.23) 0.02+- 106.56ms (105.27, 108.25) 1.23+- 166.96ms (165.35, 169.61) 1.53+- 9.69ms (9.57, 9.80) 0.07+- 1.15ms (1.13, 1.18) 0.02+-
evaluation 1.00x invariant, -0.0s (-0.10d, 0.85p, 0.02std) 1.01x invariant, -0.63ms (-0.57d, 0.31p, 1.10std) 1.00x invariant, 0.82ms (0.35d, 0.53p, 2.26std) 0.99x invariant, 0.07ms (0.81d, 0.16p, 0.09std) 0.98x invariant, 0.02ms (0.79d, 0.16p, 0.02std)
WGLMakie 4.80s (4.75, 4.85) 0.03+- 108.60ms (106.59, 113.14) 2.16+- 9.10s (9.00, 9.18) 0.07+- 11.85ms (11.42, 13.27) 0.64+- 118.97ms (112.56, 121.93) 3.48+-
master 4.77s (4.72, 4.87) 0.06+- 107.70ms (105.67, 109.68) 1.20+- 9.51s (9.40, 9.75) 0.12+- 11.72ms (11.48, 11.99) 0.17+- 118.94ms (114.54, 123.25) 2.55+-
evaluation 0.99x invariant, 0.03s (0.52d, 0.35p, 0.05std) 0.99x invariant, 0.91ms (0.52d, 0.36p, 1.68std) 1.05x faster ✓, -0.42s (-4.35d, 0.00p, 0.09std) 0.99x invariant, 0.13ms (0.28d, 0.62p, 0.40std) 1.00x invariant, 0.03ms (0.01d, 0.99p, 3.02std)

@SimonDanisch SimonDanisch merged commit 9eca66a into master Sep 24, 2024
18 of 19 checks passed
@SimonDanisch SimonDanisch deleted the sd/interpolations-compat branch September 24, 2024 18:37
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: Merged
Development

Successfully merging this pull request may close these issues.

2 participants