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 deps, e.g. Setfield #3546

Merged
merged 4 commits into from
Jan 12, 2024
Merged

Remove deps, e.g. Setfield #3546

merged 4 commits into from
Jan 12, 2024

Conversation

SimonDanisch
Copy link
Member

Make some progress on #2974

@MakieBot
Copy link
Collaborator

MakieBot commented Jan 11, 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.52s (3.49, 3.54) 0.02+- 406.78ms (396.34, 420.26) 8.75+- 482.54ms (472.17, 522.38) 17.80+- 7.44ms (7.27, 7.50) 0.08+- 25.83ms (25.76, 25.97) 0.07+-
master 3.50s (3.47, 3.56) 0.03+- 414.61ms (407.13, 423.41) 6.68+- 478.44ms (473.18, 483.06) 3.98+- 7.42ms (7.34, 7.49) 0.05+- 25.83ms (25.71, 26.03) 0.11+-
evaluation 1.00x invariant, 0.01s (0.48d, 0.39p, 0.02std) 1.02x invariant, -7.82ms (-1.00d, 0.09p, 7.72std) 0.99x invariant, 4.1ms (0.32d, 0.57p, 10.89std) 1.00x invariant, 0.02ms (0.29d, 0.60p, 0.07std) 1.00x invariant, 0.0ms (0.04d, 0.94p, 0.09std)
CairoMakie 3.02s (3.00, 3.06) 0.02+- 320.80ms (316.05, 336.46) 7.05+- 140.01ms (138.02, 145.48) 2.49+- 7.19ms (6.99, 7.47) 0.19+- 603.54μs (595.45, 616.59) 7.35+-
master 3.03s (2.98, 3.08) 0.04+- 319.85ms (313.65, 336.36) 7.99+- 141.27ms (137.72, 148.18) 4.34+- 7.22ms (7.06, 7.49) 0.14+- 601.08μs (599.18, 602.59) 1.32+-
evaluation 1.00x invariant, -0.01s (-0.36d, 0.51p, 0.03std) 1.00x invariant, 0.95ms (0.13d, 0.82p, 7.52std) 1.01x invariant, -1.27ms (-0.36d, 0.52p, 3.41std) 1.00x invariant, -0.03ms (-0.18d, 0.74p, 0.16std) 1.00x invariant, 2.46μs (0.47d, 0.41p, 4.34std)
WGLMakie 3.70s (3.68, 3.73) 0.02+- 320.18ms (315.41, 322.43) 2.26+- 8.81s (8.73, 8.90) 0.06+- 9.04ms (8.96, 9.22) 0.09+- 73.88ms (68.54, 82.33) 5.50+-
master 3.69s (3.65, 3.72) 0.02+- 321.17ms (315.51, 327.84) 3.77+- 8.79s (8.68, 8.86) 0.07+- 9.42ms (8.86, 12.22) 1.24+- 72.70ms (67.73, 80.97) 5.19+-
evaluation 1.00x invariant, 0.01s (0.43d, 0.43p, 0.02std) 1.00x invariant, -0.99ms (-0.32d, 0.57p, 3.02std) 1.00x invariant, 0.02s (0.33d, 0.55p, 0.06std) 1.04x invariant, -0.38ms (-0.43d, 0.45p, 0.66std) 0.98x invariant, 1.18ms (0.22d, 0.69p, 5.34std)

@SimonDanisch SimonDanisch merged commit 3917891 into master Jan 12, 2024
17 checks passed
@SimonDanisch SimonDanisch deleted the sd/remove-deps branch January 12, 2024 13:13
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.

3 participants