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

Fix rich ticks for PolarAxis #3585

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Fix rich ticks for PolarAxis #3585

merged 1 commit into from
Feb 1, 2024

Conversation

jkrumbiegel
Copy link
Member

Fixes #3583

@MakieBot
Copy link
Collaborator

MakieBot commented Feb 1, 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.46s (3.44, 3.49) 0.02+- 387.72ms (383.00, 392.05) 2.75+- 475.60ms (465.29, 513.32) 16.86+- 7.16ms (7.10, 7.23) 0.04+- 25.41ms (25.28, 25.53) 0.08+-
master 3.45s (3.43, 3.50) 0.02+- 383.22ms (316.50, 402.73) 30.18+- 468.13ms (465.29, 473.61) 2.79+- 7.19ms (7.07, 7.26) 0.06+- 25.41ms (25.37, 25.51) 0.05+-
evaluation 1.00x invariant, 0.01s (0.30d, 0.59p, 0.02std) 0.99x invariant, 4.5ms (0.21d, 0.71p, 16.46std) 0.98x invariant, 7.47ms (0.62d, 0.29p, 9.82std) 1.00x invariant, -0.02ms (-0.42d, 0.45p, 0.05std) 1.00x invariant, -0.01ms (-0.13d, 0.82p, 0.07std)
CairoMakie 3.22s (3.16, 3.26) 0.04+- 346.81ms (330.19, 364.53) 12.90+- 154.07ms (144.29, 165.47) 7.86+- 7.73ms (7.52, 7.92) 0.13+- 612.46μs (599.21, 619.99) 7.34+-
master 3.20s (3.15, 3.25) 0.03+- 350.50ms (337.61, 381.98) 15.46+- 152.31ms (148.60, 158.77) 3.21+- 7.93ms (7.85, 7.98) 0.05+- 623.11μs (613.29, 641.91) 10.18+-
evaluation 0.99x invariant, 0.02s (0.61d, 0.27p, 0.04std) 1.01x invariant, -3.7ms (-0.26d, 0.64p, 14.18std) 0.99x invariant, 1.76ms (0.29d, 0.60p, 5.53std) 1.03x faster ✓, -0.2ms (-2.04d, 0.01p, 0.09std) 1.02x faster ✓, -10.64μs (-1.20d, 0.05p, 8.76std)
WGLMakie 3.69s (3.63, 3.82) 0.06+- 325.07ms (317.17, 349.07) 11.33+- 8.90s (8.74, 9.22) 0.20+- 9.18ms (9.04, 9.42) 0.16+- 73.75ms (68.10, 81.45) 6.29+-
master 3.72s (3.63, 3.87) 0.10+- 325.68ms (314.12, 344.72) 12.26+- 8.92s (8.71, 9.24) 0.21+- 9.25ms (8.96, 9.57) 0.25+- 72.91ms (68.38, 88.16) 7.19+-
evaluation 1.01x invariant, -0.03s (-0.38d, 0.49p, 0.08std) 1.00x invariant, -0.61ms (-0.05d, 0.92p, 11.80std) 1.00x invariant, -0.02s (-0.09d, 0.87p, 0.20std) 1.01x invariant, -0.07ms (-0.34d, 0.53p, 0.20std) 0.99x invariant, 0.84ms (0.12d, 0.82p, 6.74std)

@jkrumbiegel jkrumbiegel merged commit 7a08265 into master Feb 1, 2024
17 checks passed
@jkrumbiegel jkrumbiegel deleted the jk/fix-polar-rich-ticks branch February 1, 2024 08:54
@jonaswickman jonaswickman mentioned this pull request Feb 8, 2024
2 tasks
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.

PolarAxis ticklabel cannot take rich text
2 participants