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

remove beta-20 from ci #3578

Merged
merged 1 commit into from
Jan 30, 2024
Merged

remove beta-20 from ci #3578

merged 1 commit into from
Jan 30, 2024

Conversation

SimonDanisch
Copy link
Member

No description provided.

@MakieBot
Copy link
Collaborator

MakieBot commented Jan 30, 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 3.53s (3.42, 3.62) 0.07+- 400.68ms (381.96, 419.57) 15.30+- 483.64ms (466.21, 535.87) 24.83+- 7.42ms (7.17, 7.59) 0.16+- 25.77ms (25.30, 26.10) 0.25+-
master 3.59s (3.51, 3.68) 0.07+- 415.83ms (348.65, 476.08) 40.84+- 487.80ms (466.69, 509.47) 16.06+- 7.40ms (7.18, 7.65) 0.16+- 25.68ms (25.38, 25.91) 0.20+-
evaluation 1.02x invariant, -0.06s (-0.80d, 0.16p, 0.07std) 1.04x invariant, -15.16ms (-0.49d, 0.39p, 28.07std) 1.01x invariant, -4.16ms (-0.20d, 0.72p, 20.45std) 1.00x invariant, 0.02ms (0.15d, 0.79p, 0.16std) 1.00x invariant, 0.09ms (0.40d, 0.47p, 0.22std)
CairoMakie 3.07s (3.04, 3.12) 0.03+- 320.07ms (317.98, 322.64) 1.75+- 140.10ms (138.45, 141.39) 1.36+- 7.27ms (7.18, 7.32) 0.05+- 600.52μs (594.90, 603.73) 2.95+-
master 3.07s (3.03, 3.15) 0.04+- 323.40ms (318.61, 335.31) 5.70+- 141.82ms (138.96, 148.66) 3.41+- 7.23ms (7.16, 7.37) 0.07+- 605.79μs (600.12, 613.28) 4.72+-
evaluation 1.00x invariant, 0.0s (0.06d, 0.91p, 0.03std) 1.01x invariant, -3.32ms (-0.79d, 0.18p, 3.73std) 1.01x invariant, -1.72ms (-0.66d, 0.25p, 2.39std) 0.99x invariant, 0.04ms (0.62d, 0.27p, 0.06std) 1.01x faster ✓, -5.27μs (-1.34d, 0.03p, 3.84std)
WGLMakie 3.68s (3.64, 3.74) 0.03+- 320.38ms (317.71, 323.57) 2.21+- 8.84s (8.78, 8.87) 0.03+- 9.24ms (8.89, 10.33) 0.49+- 75.27ms (67.17, 89.31) 7.82+-
master 3.69s (3.66, 3.72) 0.02+- 318.09ms (313.76, 321.63) 2.49+- 8.92s (8.76, 9.04) 0.11+- 9.02ms (8.90, 9.20) 0.12+- 70.76ms (67.50, 79.88) 5.00+-
evaluation 1.00x invariant, -0.0s (-0.17d, 0.76p, 0.03std) 0.99x invariant, 2.29ms (0.97d, 0.09p, 2.35std) 1.01x invariant, -0.09s (-1.02d, 0.10p, 0.07std) 0.98x invariant, 0.22ms (0.61d, 0.30p, 0.30std) 0.94x noisy🤷‍♀️, 4.51ms (0.69d, 0.23p, 6.41std)

@SimonDanisch SimonDanisch merged commit 7d86997 into master Jan 30, 2024
17 checks passed
@SimonDanisch SimonDanisch deleted the sd/remove-beta20 branch January 30, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants