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

use 1.10 to fix CI for now #4465

Merged
merged 3 commits into from
Oct 10, 2024
Merged

use 1.10 to fix CI for now #4465

merged 3 commits into from
Oct 10, 2024

Conversation

SimonDanisch
Copy link
Member

No description provided.

@MakieBot
Copy link
Collaborator

MakieBot commented Oct 9, 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 5.11s (5.00, 5.19) 0.07+- 110.92ms (109.34, 112.05) 0.96+- 419.15ms (412.68, 428.70) 5.51+- 9.25ms (8.31, 9.56) 0.43+- 26.11ms (25.69, 26.46) 0.28+-
master 5.12s (5.00, 5.19) 0.08+- 113.25ms (109.37, 119.68) 3.72+- 421.75ms (412.25, 428.80) 6.25+- 9.39ms (9.25, 9.49) 0.07+- 26.13ms (25.68, 26.52) 0.26+-
evaluation 1.00x invariant, -0.01s (-0.14d, 0.79p, 0.08std) 1.02x invariant, -2.33ms (-0.86d, 0.15p, 2.34std) 1.01x invariant, -2.61ms (-0.44d, 0.42p, 5.88std) 1.02x invariant, -0.14ms (-0.45d, 0.43p, 0.25std) 1.00x invariant, -0.02ms (-0.09d, 0.87p, 0.27std)
CairoMakie 5.00s (4.88, 5.15) 0.09+- 114.44ms (109.80, 120.33) 3.51+- 174.97ms (166.68, 181.71) 5.37+- 9.39ms (9.19, 9.53) 0.14+- 1.22ms (1.15, 1.25) 0.04+-
master 4.99s (4.89, 5.14) 0.08+- 114.96ms (111.60, 120.10) 3.01+- 173.92ms (169.60, 180.40) 3.98+- 9.50ms (9.34, 9.64) 0.11+- 1.21ms (1.16, 1.28) 0.05+-
evaluation 1.00x invariant, 0.01s (0.14d, 0.80p, 0.09std) 1.00x invariant, -0.53ms (-0.16d, 0.77p, 3.26std) 0.99x invariant, 1.05ms (0.22d, 0.69p, 4.68std) 1.01x invariant, -0.11ms (-0.86d, 0.13p, 0.12std) 0.99x invariant, 0.01ms (0.17d, 0.76p, 0.04std)
WGLMakie 5.47s (5.39, 5.61) 0.07+- 113.90ms (110.56, 119.65) 3.10+- 5.30s (5.16, 5.39) 0.09+- 13.61ms (12.59, 17.13) 1.58+- 119.14ms (115.10, 124.26) 3.08+-
master 5.56s (5.45, 5.63) 0.06+- 115.05ms (111.79, 117.71) 2.03+- 5.34s (5.04, 5.71) 0.30+- 12.07ms (11.86, 12.34) 0.15+- 121.66ms (118.99, 123.74) 1.66+-
evaluation 1.02x faster ✓, -0.09s (-1.34d, 0.03p, 0.07std) 1.01x invariant, -1.15ms (-0.44d, 0.43p, 2.57std) 1.01x invariant, -0.04s (-0.19d, 0.73p, 0.19std) 0.89x slower❌, 1.55ms (1.38d, 0.04p, 0.87std) 1.02x invariant, -2.51ms (-1.02d, 0.09p, 2.37std)

@ffreyer
Copy link
Collaborator

ffreyer commented Oct 9, 2024

See #4464

@SimonDanisch SimonDanisch merged commit 0f0a705 into master Oct 10, 2024
14 of 15 checks passed
@SimonDanisch SimonDanisch deleted the sd/ci-1.10 branch October 10, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

3 participants