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

Tag v0.20.10 #3830

Merged
merged 2 commits into from
May 7, 2024
Merged

Tag v0.20.10 #3830

merged 2 commits into from
May 7, 2024

Conversation

SimonDanisch
Copy link
Member

No description provided.

@MakieBot
Copy link
Collaborator

MakieBot commented May 7, 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.08s (4.03, 4.17) 0.04+- 174.37ms (170.96, 179.32) 3.08+- 394.00ms (386.76, 404.50) 6.97+- 7.61ms (7.51, 7.75) 0.08+- 26.30ms (26.10, 26.53) 0.17+-
master 4.06s (4.00, 4.11) 0.04+- 177.18ms (167.33, 188.80) 8.73+- 395.55ms (384.96, 421.35) 12.53+- 7.68ms (7.52, 7.88) 0.15+- 26.26ms (25.88, 26.62) 0.25+-
evaluation 1.00x invariant, 0.01s (0.29d, 0.60p, 0.04std) 1.02x invariant, -2.82ms (-0.43d, 0.45p, 5.91std) 1.00x invariant, -1.55ms (-0.15d, 0.78p, 9.75std) 1.01x invariant, -0.07ms (-0.57d, 0.31p, 0.12std) 1.00x invariant, 0.04ms (0.20d, 0.72p, 0.21std)
CairoMakie 3.42s (3.40, 3.44) 0.01+- 162.38ms (161.64, 162.78) 0.47+- 98.72ms (98.44, 99.31) 0.33+- 7.03ms (6.90, 7.10) 0.07+- 872.52μs (869.58, 874.62) 1.91+-
master 3.18s (3.16, 3.19) 0.01+- 162.28ms (160.75, 163.27) 0.82+- 98.56ms (97.88, 99.71) 0.70+- 7.08ms (7.04, 7.12) 0.03+- 878.71μs (875.27, 881.85) 2.65+-
evaluation 0.93x slower❌, 0.25s (20.15d, 0.00p, 0.01std) 1.00x invariant, 0.1ms (0.15d, 0.78p, 0.65std) 1.00x invariant, 0.16ms (0.29d, 0.60p, 0.51std) 1.01x invariant, -0.05ms (-1.03d, 0.09p, 0.05std) 1.01x faster ✓, -6.19μs (-2.68d, 0.00p, 2.28std)
WGLMakie 3.92s (3.89, 3.94) 0.02+- 167.38ms (165.89, 170.02) 1.31+- 8.61s (8.56, 8.67) 0.05+- 9.34ms (9.22, 9.47) 0.10+- 68.35ms (67.25, 69.22) 0.67+-
master 4.01s (3.90, 4.14) 0.11+- 169.16ms (165.17, 184.01) 6.61+- 8.66s (8.54, 8.84) 0.11+- 9.68ms (9.24, 11.97) 1.01+- 68.28ms (67.27, 69.04) 0.62+-
evaluation 1.02x invariant, -0.09s (-1.15d, 0.07p, 0.06std) 1.01x invariant, -1.78ms (-0.37d, 0.51p, 3.96std) 1.01x invariant, -0.05s (-0.62d, 0.28p, 0.08std) 1.04x invariant, -0.34ms (-0.48d, 0.41p, 0.56std) 1.00x invariant, 0.07ms (0.11d, 0.84p, 0.64std)

@SimonDanisch SimonDanisch merged commit 99f94fe into master May 7, 2024
18 checks passed
@SimonDanisch SimonDanisch deleted the sd/v0.20.10 branch May 7, 2024 09:17
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