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 against new JSServe #2661

Merged
merged 32 commits into from Mar 31, 2023
Merged

test against new JSServe #2661

merged 32 commits into from Mar 31, 2023

Conversation

SimonDanisch
Copy link
Member

No description provided.

@MakieBot
Copy link
Collaborator

MakieBot commented Feb 9, 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 36.22s (36.19, 36.26) 0.02+- 17.58s (17.48, 17.67) 0.07+- 16.21s (16.09, 16.30) 0.07+- 10.59ms (10.33, 11.36) 0.35+- 113.26ms (112.61, 114.13) 0.57+-
master 36.11s (36.03, 36.26) 0.08+- 17.47s (17.40, 17.52) 0.05+- 16.16s (16.05, 16.28) 0.08+- 10.36ms (10.26, 10.42) 0.06+- 112.76ms (111.65, 114.01) 0.74+-
evaluation +0.31%, 0.11s slower X (1.90d, 0.01p, 0.05std) +0.60%, 0.11s slower X (1.69d, 0.01p, 0.06std) +0.28%, 0.04s invariant (0.59d, 0.29p, 0.08std) +2.16%, 0.23ms invariant (0.92d, 0.13p, 0.21std) +0.44%, 0.5ms invariant (0.76d, 0.18p, 0.66std)
CairoMakie 40.71s (40.39, 41.35) 0.32+- 22.24s (21.72, 22.93) 0.37+- 3.32s (3.16, 3.52) 0.12+- 17.39ms (17.09, 17.83) 0.27+- 7.62ms (7.47, 7.83) 0.13+-
master 41.07s (40.55, 42.39) 0.66+- 22.10s (21.59, 22.78) 0.42+- 3.22s (3.14, 3.36) 0.08+- 17.36ms (17.04, 17.63) 0.19+- 7.64ms (7.53, 7.87) 0.11+-
evaluation -0.87%, -0.35s invariant (-0.68d, 0.24p, 0.49std) +0.65%, 0.14s invariant (0.36d, 0.51p, 0.40std) +3.22%, 0.11s invariant (1.02d, 0.08p, 0.10std) +0.17%, 0.03ms invariant (0.13d, 0.82p, 0.23std) -0.23%, -0.02ms invariant (-0.15d, 0.79p, 0.12std)
WGLMakie 42.98s (42.73, 43.07) 0.12+- 21.62s (21.42, 22.12) 0.25+- 21.72s (21.61, 21.81) 0.07+- 13.80ms (13.43, 14.11) 0.24+- 744.66ms (707.34, 792.34) 27.40+-
master 42.76s (42.51, 43.06) 0.18+- 21.65s (21.41, 21.85) 0.15+- 21.81s (21.60, 21.96) 0.14+- 13.38ms (12.59, 13.94) 0.50+- 742.14ms (718.25, 767.68) 19.88+-
evaluation +0.49%, 0.21s slower X (1.41d, 0.02p, 0.15std) -0.14%, -0.03s invariant (-0.15d, 0.79p, 0.20std) -0.40%, -0.09s invariant (-0.78d, 0.18p, 0.11std) +3.09%, 0.43ms invariant (1.08d, 0.07p, 0.37std) +0.34%, 2.51ms invariant (0.10d, 0.85p, 23.64std)

@SimonDanisch SimonDanisch merged commit e70189a into master Mar 31, 2023
13 checks passed
@SimonDanisch SimonDanisch deleted the sd/bonito branch March 31, 2023 10:51
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.

None yet

2 participants