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

JSServe got renamed to Bonito #3477

Merged
merged 6 commits into from Dec 21, 2023
Merged

JSServe got renamed to Bonito #3477

merged 6 commits into from Dec 21, 2023

Conversation

SimonDanisch
Copy link
Member

@SimonDanisch SimonDanisch commented Dec 16, 2023

Also fixes the wglmakie doc page to not mess up the CSS :)

@MakieBot
Copy link
Collaborator

MakieBot commented Dec 16, 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.55s (3.42, 3.69) 0.11+- 410.52ms (383.81, 447.01) 26.30+- 499.69ms (470.19, 542.62) 26.57+- 7.58ms (7.23, 8.59) 0.48+- 25.92ms (25.36, 26.63) 0.55+-
master 3.57s (3.44, 3.71) 0.10+- 419.60ms (401.26, 441.21) 15.45+- 501.92ms (472.43, 529.47) 17.56+- 7.61ms (7.38, 7.93) 0.18+- 26.14ms (25.47, 26.52) 0.45+-
evaluation 1.01x invariant, -0.02s (-0.18d, 0.74p, 0.10std) 1.02x invariant, -9.08ms (-0.42d, 0.45p, 20.88std) 1.00x invariant, -2.22ms (-0.10d, 0.86p, 22.06std) 1.00x invariant, -0.03ms (-0.08d, 0.88p, 0.33std) 1.01x invariant, -0.22ms (-0.44d, 0.43p, 0.50std)
CairoMakie 3.07s (3.04, 3.15) 0.04+- 322.20ms (314.97, 333.34) 5.68+- 142.12ms (140.35, 143.81) 1.11+- 7.37ms (7.28, 7.48) 0.06+- 607.94μs (602.97, 610.34) 2.73+-
master 3.10s (3.03, 3.22) 0.06+- 326.75ms (318.37, 336.14) 6.51+- 143.52ms (141.48, 149.82) 3.00+- 7.40ms (7.29, 7.59) 0.12+- 605.48μs (595.55, 612.97) 6.08+-
evaluation 1.01x invariant, -0.03s (-0.59d, 0.30p, 0.05std) 1.01x invariant, -4.55ms (-0.75d, 0.19p, 6.09std) 1.01x invariant, -1.39ms (-0.62d, 0.28p, 2.06std) 1.00x invariant, -0.03ms (-0.27d, 0.63p, 0.09std) 1.00x invariant, 2.46μs (0.52d, 0.36p, 4.41std)
WGLMakie 3.61s (3.59, 3.66) 0.02+- 314.97ms (310.77, 322.64) 3.73+- 8.94s (8.78, 9.06) 0.10+- 9.02ms (8.91, 9.25) 0.12+- 73.45ms (68.07, 80.32) 5.19+-
master 3.64s (3.60, 3.71) 0.04+- 314.85ms (312.44, 318.34) 1.95+- 8.52s (8.41, 8.74) 0.12+- 9.10ms (8.91, 9.78) 0.31+- 71.44ms (67.81, 78.92) 5.16+-
evaluation 1.01x invariant, -0.02s (-0.78d, 0.18p, 0.03std) 1.00x invariant, 0.12ms (0.04d, 0.94p, 2.84std) 0.95x slower X, 0.42s (3.89d, 0.00p, 0.11std) 1.01x invariant, -0.08ms (-0.36d, 0.52p, 0.22std) 0.97x invariant, 2.01ms (0.39d, 0.48p, 5.17std)

@SimonDanisch SimonDanisch merged commit d52cabf into master Dec 21, 2023
16 checks passed
@SimonDanisch SimonDanisch deleted the sd/bonito2 branch December 21, 2023 21:17
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