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

Prepare 0.20.7 #3599

Merged
merged 2 commits into from
Feb 4, 2024
Merged

Prepare 0.20.7 #3599

merged 2 commits into from
Feb 4, 2024

Conversation

jkrumbiegel
Copy link
Member

  • add news
  • bump versions

@MakieBot
Copy link
Collaborator

MakieBot commented Feb 4, 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.44s (3.35, 3.52) 0.06+- 410.03ms (384.40, 440.90) 26.27+- 467.52ms (462.98, 471.78) 3.23+- 7.14ms (7.08, 7.21) 0.04+- 25.34ms (25.30, 25.47) 0.06+-
master 3.47s (3.42, 3.50) 0.02+- 346.93ms (305.80, 414.06) 47.91+- 473.30ms (464.05, 510.22) 16.42+- 7.20ms (7.06, 7.27) 0.07+- 25.30ms (25.24, 25.34) 0.03+-
evaluation 1.01x invariant, -0.03s (-0.63d, 0.27p, 0.04std) 0.85x slower❌, 63.11ms (1.63d, 0.01p, 37.09std) 1.01x invariant, -5.78ms (-0.49d, 0.39p, 9.82std) 1.01x invariant, -0.07ms (-1.10d, 0.07p, 0.06std) 1.00x invariant, 0.04ms (0.92d, 0.12p, 0.05std)
CairoMakie 3.08s (3.04, 3.12) 0.03+- 320.53ms (314.69, 325.59) 3.66+- 141.20ms (137.77, 145.90) 2.60+- 7.29ms (7.15, 7.54) 0.13+- 605.38μs (602.89, 608.20) 2.02+-
master 3.07s (3.01, 3.22) 0.07+- 323.70ms (318.10, 342.99) 8.68+- 141.27ms (138.18, 147.37) 2.92+- 7.32ms (7.23, 7.63) 0.14+- 599.04μs (591.27, 606.97) 6.08+-
evaluation 1.00x invariant, 0.0s (0.09d, 0.87p, 0.05std) 1.01x invariant, -3.17ms (-0.48d, 0.40p, 6.17std) 1.00x invariant, -0.08ms (-0.03d, 0.96p, 2.76std) 1.00x invariant, -0.03ms (-0.19d, 0.72p, 0.14std) 0.99x slower X, 6.34μs (1.40d, 0.03p, 4.05std)
WGLMakie 3.66s (3.58, 3.90) 0.11+- 323.53ms (313.15, 351.54) 13.74+- 8.76s (8.61, 9.25) 0.22+- 9.03ms (8.86, 9.47) 0.21+- 69.98ms (67.03, 76.41) 3.70+-
master 3.68s (3.60, 3.78) 0.07+- 324.06ms (313.82, 336.47) 7.69+- 8.87s (8.66, 9.04) 0.14+- 9.27ms (8.84, 10.56) 0.63+- 70.23ms (67.14, 75.92) 3.94+-
evaluation 1.00x invariant, -0.01s (-0.14d, 0.80p, 0.09std) 1.00x invariant, -0.54ms (-0.05d, 0.93p, 10.72std) 1.01x invariant, -0.11s (-0.58d, 0.31p, 0.18std) 1.03x invariant, -0.24ms (-0.51d, 0.37p, 0.42std) 1.00x invariant, -0.25ms (-0.07d, 0.90p, 3.82std)

@jkrumbiegel jkrumbiegel merged commit 3ffd5ac into master Feb 4, 2024
15 checks passed
@jkrumbiegel jkrumbiegel deleted the jk/prepare-0.20.7 branch February 4, 2024 16:01
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