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

Merge all refimage generating workflows into one #3479

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

jkrumbiegel
Copy link
Member

To trigger refimage PR generating workflows, they all need to be inside the same workflow, as github currently doesn't allow to trigger an action conditioned on the completion of multiple other workflows.

@MakieBot
Copy link
Collaborator

MakieBot commented Dec 17, 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.52s (3.48, 3.58) 0.03+- 392.47ms (387.00, 405.56) 6.52+- 475.01ms (468.92, 488.83) 6.59+- 7.18ms (7.13, 7.24) 0.03+- 25.46ms (25.38, 25.50) 0.04+-
master 3.52s (3.50, 3.53) 0.01+- 388.31ms (385.05, 392.64) 2.59+- 481.84ms (471.09, 513.21) 16.03+- 7.20ms (7.10, 7.30) 0.06+- 25.48ms (25.42, 25.52) 0.04+-
evaluation 1.00x invariant, 0.0s (0.06d, 0.92p, 0.02std) 0.99x invariant, 4.16ms (0.84d, 0.16p, 4.56std) 1.01x invariant, -6.84ms (-0.56d, 0.33p, 11.31std) 1.00x invariant, -0.02ms (-0.38d, 0.50p, 0.05std) 1.00x invariant, -0.02ms (-0.51d, 0.36p, 0.04std)
CairoMakie 3.06s (3.04, 3.08) 0.02+- 322.22ms (318.02, 326.76) 3.42+- 144.13ms (141.78, 147.34) 1.78+- 7.25ms (7.21, 7.32) 0.04+- 597.13μs (592.97, 599.18) 2.23+-
master 3.05s (3.04, 3.07) 0.01+- 323.08ms (318.31, 326.40) 2.59+- 142.87ms (141.37, 144.30) 0.95+- 7.26ms (7.18, 7.38) 0.06+- 601.37μs (598.96, 604.82) 2.28+-
evaluation 1.00x invariant, 0.01s (0.87d, 0.14p, 0.01std) 1.00x invariant, -0.86ms (-0.28d, 0.61p, 3.01std) 0.99x invariant, 1.26ms (0.88d, 0.13p, 1.37std) 1.00x invariant, -0.01ms (-0.21d, 0.70p, 0.05std) 1.01x faster ✓, -4.24μs (-1.88d, 0.00p, 2.26std)
WGLMakie
master
evaluation

@jkrumbiegel jkrumbiegel merged commit 9aef324 into master Dec 18, 2023
14 checks passed
@jkrumbiegel jkrumbiegel deleted the jk/consolidate-ci-workflows branch December 18, 2023 07:57
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