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

Hyphen to minus in tick labels #3379

Merged
merged 3 commits into from
Nov 17, 2023
Merged

Hyphen to minus in tick labels #3379

merged 3 commits into from
Nov 17, 2023

Conversation

jkrumbiegel
Copy link
Member

Before:

grafik

After:

grafik

@jkrumbiegel jkrumbiegel changed the base branch from master to sd/beta-20 November 16, 2023 16:55
@MakieBot
Copy link
Collaborator

MakieBot commented Nov 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.45s (3.43, 3.49) 0.02+- 499.97ms (318.13, 535.37) 80.24+- 682.98ms (667.56, 713.95) 16.11+- 7.69ms (7.62, 7.77) 0.06+- 25.55ms (25.42, 25.69) 0.08+-
master 3.45s (3.41, 3.51) 0.03+- 530.52ms (524.49, 537.11) 3.76+- 671.00ms (664.93, 676.38) 3.74+- 7.61ms (7.44, 7.69) 0.08+- 25.53ms (25.45, 25.63) 0.07+-
evaluation 1.00x invariant, -0.01s (-0.26d, 0.64p, 0.03std) 1.06x noisy🤷‍♀️, -30.55ms (-0.54d, 0.35p, 42.00std) 0.98x invariant, 11.99ms (1.03d, 0.10p, 9.93std) 0.99x invariant, 0.08ms (1.06d, 0.07p, 0.07std) 1.00x invariant, 0.03ms (0.35d, 0.52p, 0.08std)
CairoMakie 3.05s (3.00, 3.08) 0.03+- 341.38ms (332.33, 350.98) 7.46+- 150.67ms (147.81, 153.83) 2.19+- 7.65ms (7.50, 7.82) 0.12+- 609.71μs (599.00, 621.33) 7.19+-
master 3.06s (3.03, 3.14) 0.04+- 346.72ms (331.91, 358.53) 8.39+- 151.43ms (148.36, 157.86) 3.25+- 7.77ms (7.61, 7.98) 0.12+- 607.16μs (604.28, 608.52) 1.56+-
evaluation 1.00x invariant, -0.01s (-0.41d, 0.46p, 0.04std) 1.02x invariant, -5.34ms (-0.67d, 0.23p, 7.93std) 1.01x invariant, -0.76ms (-0.27d, 0.62p, 2.72std) 1.02x invariant, -0.12ms (-1.02d, 0.08p, 0.12std) 1.00x invariant, 2.55μs (0.49d, 0.39p, 4.38std)
WGLMakie 3.58s (3.56, 3.61) 0.02+- 542.97ms (534.48, 562.06) 9.15+- 8.61s (8.53, 8.68) 0.06+- 9.57ms (9.39, 9.82) 0.14+- 70.87ms (67.40, 83.10) 5.55+-
master 3.62s (3.56, 3.68) 0.04+- 331.33ms (325.28, 341.72) 5.60+- 8.61s (8.56, 8.66) 0.03+- 9.56ms (9.34, 9.81) 0.16+- 72.49ms (66.98, 88.30) 8.24+-
evaluation 1.01x invariant, -0.03s (-1.00d, 0.10p, 0.03std) 0.61x slower❌, 211.64ms (27.89d, 0.00p, 7.38std) 1.00x invariant, -0.01s (-0.13d, 0.81p, 0.05std) 1.00x invariant, 0.01ms (0.08d, 0.88p, 0.15std) 1.02x invariant, -1.62ms (-0.23d, 0.67p, 6.90std)

@jkrumbiegel jkrumbiegel merged commit 4c993a2 into sd/beta-20 Nov 17, 2023
13 checks passed
@jkrumbiegel jkrumbiegel deleted the jk/hyphen-to-minus branch November 17, 2023 07:08
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