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

run CI #4495

Closed
wants to merge 1 commit into from
Closed

run CI #4495

wants to merge 1 commit into from

Conversation

SimonDanisch
Copy link
Member

No description provided.

@MakieBot
Copy link
Collaborator

MakieBot commented Oct 17, 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.29s (5.23, 5.34) 0.04+- 110.46ms (107.96, 112.31) 1.56+- 422.81ms (417.06, 430.29) 4.73+- 9.91ms (9.78, 10.12) 0.11+- 26.07ms (25.80, 26.29) 0.17+-
master 5.28s (5.11, 5.41) 0.10+- 110.13ms (108.37, 112.84) 1.71+- 420.48ms (411.94, 430.56) 5.86+- 9.71ms (9.44, 9.83) 0.13+- 25.94ms (25.75, 26.18) 0.20+-
evaluation 1.00x invariant, 0.01s (0.07d, 0.89p, 0.07std) 1.00x invariant, 0.33ms (0.20d, 0.71p, 1.63std) 0.99x invariant, 2.33ms (0.44d, 0.43p, 5.30std) 0.98x slower X, 0.19ms (1.64d, 0.01p, 0.12std) 0.99x invariant, 0.13ms (0.70d, 0.21p, 0.19std)
CairoMakie 5.06s (4.97, 5.19) 0.07+- 111.98ms (109.30, 115.91) 2.10+- 172.39ms (167.47, 179.09) 5.26+- 9.50ms (9.18, 10.07) 0.29+- 1.19ms (1.15, 1.24) 0.04+-
master 5.02s (4.94, 5.15) 0.07+- 114.63ms (109.81, 125.12) 5.12+- 173.80ms (168.96, 189.08) 7.02+- 9.55ms (9.18, 9.91) 0.29+- 1.20ms (1.16, 1.24) 0.03+-
evaluation 0.99x invariant, 0.03s (0.50d, 0.37p, 0.07std) 1.02x invariant, -2.66ms (-0.68d, 0.24p, 3.61std) 1.01x invariant, -1.41ms (-0.23d, 0.68p, 6.14std) 1.01x invariant, -0.05ms (-0.18d, 0.75p, 0.29std) 1.01x invariant, -0.01ms (-0.38d, 0.49p, 0.04std)
WGLMakie 5.45s (5.29, 5.58) 0.12+- 111.22ms (108.72, 113.83) 2.07+- 4.99s (4.65, 5.32) 0.28+- 13.26ms (11.96, 16.74) 1.61+- 128.70ms (117.35, 141.20) 7.63+-
master 5.60s (5.53, 5.74) 0.07+- 110.42ms (108.60, 112.08) 1.18+- 5.01s (4.95, 5.06) 0.04+- 12.30ms (11.92, 12.68) 0.24+- 129.84ms (122.93, 139.46) 5.27+-
evaluation 1.03x faster ✓, -0.15s (-1.57d, 0.02p, 0.09std) 0.99x invariant, 0.8ms (0.48d, 0.39p, 1.62std) 1.00x invariant, -0.01s (-0.06d, 0.91p, 0.16std) 0.93x noisy🤷‍♀️, 0.96ms (0.83d, 0.17p, 0.92std) 1.01x invariant, -1.14ms (-0.17d, 0.75p, 6.45std)

@SimonDanisch SimonDanisch deleted the SimonDanisch-patch-1 branch October 17, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants