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

resampler headmap doesn't have calculated_colors, but also dont need it #4406

Merged
merged 1 commit into from
Sep 25, 2024

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.37, 4.47) 0.04+- 105.23ms (103.24, 106.66) 1.17+- 467.21ms (460.83, 473.99) 4.41+- 9.33ms (9.16, 9.40) 0.08+- 25.70ms (25.56, 25.84) 0.11+-
master 4.41s (4.34, 4.46) 0.04+- 106.17ms (104.18, 110.29) 2.18+- 468.34ms (461.76, 474.57) 4.74+- 9.33ms (9.31, 9.38) 0.02+- 25.90ms (25.71, 26.14) 0.17+-
evaluation 1.00x invariant, 0.01s (0.13d, 0.81p, 0.04std) 1.01x invariant, -0.94ms (-0.54d, 0.34p, 1.67std) 1.00x invariant, -1.13ms (-0.25d, 0.65p, 4.58std) 1.00x invariant, -0.01ms (-0.09d, 0.87p, 0.05std) 1.01x faster ✓, -0.2ms (-1.41d, 0.02p, 0.14std)
CairoMakie 4.30s (4.21, 4.38) 0.06+- 111.39ms (105.62, 115.34) 3.33+- 177.02ms (165.65, 184.74) 6.65+- 9.82ms (9.55, 10.24) 0.21+- 1.17ms (1.14, 1.19) 0.02+-
master 4.30s (4.26, 4.34) 0.03+- 113.06ms (109.49, 117.08) 2.86+- 178.42ms (173.10, 186.92) 5.70+- 9.81ms (9.55, 10.06) 0.17+- 1.16ms (1.13, 1.19) 0.02+-
evaluation 1.00x invariant, -0.0s (-0.02d, 0.97p, 0.04std) 1.02x invariant, -1.68ms (-0.54d, 0.33p, 3.10std) 1.01x invariant, -1.39ms (-0.22d, 0.68p, 6.18std) 1.00x invariant, 0.01ms (0.03d, 0.95p, 0.19std) 1.00x invariant, 0.0ms (0.20d, 0.71p, 0.02std)
WGLMakie 4.90s (4.79, 5.14) 0.12+- 108.45ms (106.54, 111.52) 2.07+- 9.22s (9.04, 9.58) 0.18+- 12.08ms (11.50, 12.55) 0.36+- 116.16ms (111.66, 119.14) 2.61+-
master 4.83s (4.70, 4.97) 0.09+- 108.11ms (104.71, 111.04) 2.42+- 9.45s (9.21, 9.73) 0.20+- 12.01ms (11.51, 12.81) 0.44+- 118.35ms (116.65, 121.91) 1.80+-
evaluation 0.98x invariant, 0.07s (0.67d, 0.23p, 0.11std) 1.00x invariant, 0.34ms (0.15d, 0.78p, 2.24std) 1.02x faster ✓, -0.23s (-1.17d, 0.05p, 0.19std) 0.99x invariant, 0.07ms (0.18d, 0.74p, 0.40std) 1.02x invariant, -2.19ms (-0.97d, 0.10p, 2.21std)

@SimonDanisch SimonDanisch merged commit dc20012 into master Sep 25, 2024
19 checks passed
@SimonDanisch SimonDanisch deleted the sd/resampler-inspector branch September 25, 2024 10:55
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