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

test wgl ci #3286

Closed
wants to merge 0 commits into from
Closed

test wgl ci #3286

wants to merge 0 commits into from

Conversation

SimonDanisch
Copy link
Member

No description provided.

@MakieBot
Copy link
Collaborator

MakieBot commented Oct 11, 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(display(fig))
using create display create display
GLMakie 10.88s (10.81, 10.92) 0.04+- 1.13s (1.12, 1.14) 0.01+- 795.97ms (778.19, 847.26) 23.43+- 9.58ms (9.48, 9.68) 0.07+- 155.48ms (154.30, 157.32) 1.02+-
master 10.89s (10.80, 10.98) 0.05+- 1.13s (1.12, 1.14) 0.01+- 784.18ms (777.98, 795.46) 5.65+- 9.59ms (9.44, 9.72) 0.09+- 154.80ms (153.67, 157.86) 1.40+-
evaluation -0.08%, -0.01s invariant (-0.19d, 0.72p, 0.05std) +0.32%, 0.0s invariant (0.39d, 0.48p, 0.01std) +1.48%, 11.79ms invariant (0.69d, 0.24p, 14.54std) -0.08%, -0.01ms invariant (-0.10d, 0.86p, 0.08std) +0.43%, 0.67ms invariant (0.55d, 0.33p, 1.21std)
CairoMakie 14.35s (14.08, 14.56) 0.18+- 1.59s (1.49, 1.65) 0.06+- 288.61ms (281.17, 302.73) 8.98+- 16.03ms (15.82, 16.46) 0.25+- 8.98ms (8.66, 9.27) 0.19+-
master 14.26s (13.90, 14.66) 0.28+- 1.56s (1.51, 1.60) 0.03+- 286.32ms (270.19, 310.19) 12.89+- 16.00ms (15.74, 16.74) 0.35+- 8.99ms (8.82, 9.19) 0.14+-
evaluation +0.67%, 0.1s invariant (0.41d, 0.46p, 0.23std) +1.90%, 0.03s invariant (0.66d, 0.25p, 0.04std) +0.79%, 2.28ms invariant (0.21d, 0.71p, 10.93std) +0.23%, 0.04ms invariant (0.12d, 0.83p, 0.30std) -0.18%, -0.02ms invariant (-0.09d, 0.86p, 0.17std)
WGLMakie 12.70s (12.66, 12.75) 0.03+- 1.15s (1.14, 1.16) 0.01+- 11.87s (11.64, 12.19) 0.18+- 15.35ms (13.13, 26.37) 4.87+- 970.13ms (931.84, 992.89) 20.92+-
master 12.70s (12.64, 12.77) 0.05+- 1.15s (1.13, 1.17) 0.01+- 11.82s (11.66, 11.99) 0.13+- 13.52ms (12.96, 14.10) 0.39+- 1019.40ms (976.39, 1096.30) 42.77+-
evaluation -0.02%, -0.0s invariant (-0.08d, 0.89p, 0.04std) +0.54%, 0.01s invariant (0.66d, 0.24p, 0.01std) +0.43%, 0.05s invariant (0.33d, 0.55p, 0.15std) +11.91%, 1.83ms noisy🤷‍♀️ (0.53d, 0.36p, 2.63std) -5.08%, -49.27ms faster✅ (-1.46d, 0.02p, 31.84std)

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