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

Update setup-python #3484

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Update setup-python #3484

merged 1 commit into from
Dec 18, 2023

Conversation

SimonDanisch
Copy link
Member

#3460 but with rights to build the docs

@MakieBot
Copy link
Collaborator

MakieBot commented Dec 18, 2023

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.53s (3.49, 3.58) 0.04+- 396.92ms (386.12, 411.62) 10.05+- 472.42ms (467.93, 478.39) 3.77+- 7.26ms (7.18, 7.34) 0.05+- 25.62ms (25.43, 26.00) 0.18+-
master 3.55s (3.51, 3.60) 0.04+- 392.42ms (387.23, 402.48) 5.04+- 480.44ms (464.99, 514.66) 15.94+- 7.28ms (7.18, 7.50) 0.12+- 25.67ms (25.52, 26.19) 0.24+-
evaluation 1.01x invariant, -0.02s (-0.49d, 0.38p, 0.04std) 0.99x invariant, 4.5ms (0.57d, 0.32p, 7.55std) 1.02x invariant, -8.02ms (-0.69d, 0.24p, 9.86std) 1.00x invariant, -0.02ms (-0.20d, 0.72p, 0.09std) 1.00x invariant, -0.06ms (-0.26d, 0.64p, 0.21std)
CairoMakie 3.02s (2.99, 3.05) 0.02+- 321.15ms (311.67, 337.62) 9.22+- 142.05ms (139.33, 146.58) 3.00+- 7.21ms (7.12, 7.28) 0.05+- 601.41μs (596.76, 607.61) 3.73+-
master 3.02s (2.99, 3.07) 0.03+- 321.42ms (313.61, 340.76) 10.13+- 141.19ms (138.80, 144.27) 1.69+- 7.15ms (7.06, 7.26) 0.06+- 602.32μs (599.51, 608.63) 3.14+-
evaluation 1.00x invariant, 0.01s (0.28d, 0.62p, 0.03std) 1.00x invariant, -0.27ms (-0.03d, 0.96p, 9.68std) 0.99x invariant, 0.86ms (0.35d, 0.52p, 2.35std) 0.99x invariant, 0.06ms (0.98d, 0.09p, 0.06std) 1.00x invariant, -0.91μs (-0.27d, 0.63p, 3.44std)
WGLMakie 3.85s (3.78, 3.91) 0.05+- 508.46ms (332.43, 600.03) 120.45+- 9.11s (8.97, 9.21) 0.10+- 9.59ms (9.33, 9.83) 0.16+- 70.88ms (68.12, 80.38) 4.42+-
master 3.90s (3.86, 3.95) 0.04+- 340.11ms (324.62, 361.53) 11.89+- 9.02s (8.88, 9.22) 0.14+- 9.59ms (9.19, 10.45) 0.40+- 73.32ms (68.06, 80.22) 5.01+-
evaluation 1.01x invariant, -0.05s (-1.13d, 0.06p, 0.04std) 0.67x slower❌, 168.34ms (1.97d, 0.01p, 66.17std) 0.99x invariant, 0.09s (0.75d, 0.19p, 0.12std) 1.00x invariant, -0.01ms (-0.02d, 0.97p, 0.28std) 1.03x invariant, -2.44ms (-0.52d, 0.35p, 4.71std)

@SimonDanisch SimonDanisch merged commit 32f1753 into master Dec 18, 2023
15 checks passed
@SimonDanisch SimonDanisch deleted the sd/update-setup-python branch December 18, 2023 13:53
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.

2 participants