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

tag v0.19.12 #3327

Merged
merged 3 commits into from
Oct 31, 2023
Merged

tag v0.19.12 #3327

merged 3 commits into from
Oct 31, 2023

Conversation

SimonDanisch
Copy link
Member

No description provided.

@MakieBot
Copy link
Collaborator

MakieBot commented Oct 30, 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 14.53s (14.46, 14.60) 0.04+- 1.43s (1.41, 1.45) 0.01+- 1.08s (1.06, 1.14) 0.03+- 13.01ms (12.83, 13.18) 0.12+- 191.92ms (189.86, 193.45) 1.24+-
master 14.48s (14.38, 14.57) 0.06+- 1.42s (1.41, 1.43) 0.01+- 947.11ms (938.82, 958.61) 7.06+- 12.86ms (12.77, 12.94) 0.06+- 192.36ms (190.93, 195.36) 1.41+-
evaluation +0.37%, 0.05s invariant (0.98d, 0.09p, 0.05std) +0.49%, 0.01s invariant (0.68d, 0.24p, 0.01std) +12.21%, 0.13s slower❌ (6.41d, 0.00p, 0.02std) +1.11%, 0.14ms slower X (1.56d, 0.02p, 0.09std) -0.23%, -0.43ms invariant (-0.33d, 0.55p, 1.32std)
CairoMakie 10.72s (10.61, 10.90) 0.12+- 1.13s (1.11, 1.16) 0.02+- 216.37ms (213.26, 220.53) 2.57+- 10.73ms (10.51, 10.88) 0.12+- 6.38ms (6.24, 6.56) 0.11+-
master 10.70s (10.62, 10.76) 0.06+- 1.12s (1.11, 1.14) 0.01+- 215.46ms (211.86, 218.85) 2.46+- 10.79ms (10.56, 11.24) 0.23+- 6.35ms (6.17, 6.56) 0.13+-
evaluation +0.22%, 0.02s invariant (0.25d, 0.65p, 0.09std) +1.25%, 0.01s invariant (0.98d, 0.09p, 0.01std) +0.42%, 0.91ms invariant (0.36d, 0.51p, 2.52std) -0.57%, -0.06ms invariant (-0.33d, 0.55p, 0.18std) +0.38%, 0.02ms invariant (0.20d, 0.72p, 0.12std)
WGLMakie 16.98s (16.58, 17.55) 0.35+- 1.51s (1.45, 1.53) 0.03+- 16.85s (16.53, 17.21) 0.24+- 22.71ms (20.71, 25.11) 1.39+- 1.17s (1.06, 1.48) 0.14+-
master 16.77s (16.53, 17.26) 0.27+- 1.50s (1.44, 1.59) 0.04+- 16.75s (16.51, 16.96) 0.15+- 22.34ms (21.96, 22.64) 0.25+- 1.10s (1.04, 1.15) 0.04+-
evaluation +1.25%, 0.21s invariant (0.68d, 0.23p, 0.31std) +0.11%, 0.0s invariant (0.04d, 0.94p, 0.04std) +0.58%, 0.1s invariant (0.48d, 0.39p, 0.20std) +1.64%, 0.37ms invariant (0.37d, 0.51p, 0.82std) +5.96%, 0.07s noisy🤷‍♀️ (0.69d, 0.24p, 0.09std)

@SimonDanisch SimonDanisch merged commit 2d7ec45 into master Oct 31, 2023
15 checks passed
@SimonDanisch SimonDanisch deleted the sd/v0.19.12 branch October 31, 2023 12:41
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