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

Make artifact names unique #3481

Merged
merged 2 commits into from
Dec 18, 2023
Merged

Conversation

jkrumbiegel
Copy link
Member

With the consolidation into a single workflow, the artifacts were overwriting each other.

@MakieBot
Copy link
Collaborator

MakieBot commented Dec 18, 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.48s (3.46, 3.52) 0.02+- 391.22ms (378.52, 402.20) 8.55+- 473.72ms (462.80, 519.41) 20.37+- 7.13ms (7.05, 7.19) 0.05+- 25.32ms (25.24, 25.39) 0.05+-
master 3.48s (3.45, 3.53) 0.03+- 383.57ms (380.24, 386.80) 2.39+- 467.01ms (464.16, 470.24) 2.42+- 7.15ms (7.08, 7.23) 0.05+- 25.33ms (25.28, 25.42) 0.05+-
evaluation 1.00x invariant, -0.0s (-0.12d, 0.83p, 0.02std) 0.98x invariant, 7.65ms (1.22d, 0.06p, 5.47std) 0.99x invariant, 6.71ms (0.46d, 0.42p, 11.40std) 1.00x invariant, -0.02ms (-0.44d, 0.43p, 0.05std) 1.00x invariant, -0.01ms (-0.28d, 0.61p, 0.05std)
CairoMakie 3.23s (3.16, 3.29) 0.05+- 358.65ms (352.21, 371.00) 6.52+- 157.72ms (151.94, 163.28) 4.50+- 7.87ms (7.57, 8.14) 0.20+- 607.99μs (601.67, 614.53) 5.00+-
master 3.22s (3.21, 3.23) 0.01+- 354.76ms (345.33, 363.95) 6.47+- 156.07ms (152.86, 160.23) 2.76+- 7.89ms (7.70, 8.10) 0.16+- 611.48μs (597.18, 620.36) 7.20+-
evaluation 1.00x invariant, 0.01s (0.17d, 0.76p, 0.03std) 0.99x invariant, 3.88ms (0.60d, 0.28p, 6.49std) 0.99x invariant, 1.65ms (0.44d, 0.43p, 3.63std) 1.00x invariant, -0.02ms (-0.10d, 0.86p, 0.18std) 1.01x invariant, -3.49μs (-0.56d, 0.32p, 6.10std)
WGLMakie
master
evaluation

@jkrumbiegel jkrumbiegel merged commit da7bcc8 into master Dec 18, 2023
15 checks passed
@jkrumbiegel jkrumbiegel deleted the jk/unique-names-refimage-artifacts branch December 18, 2023 09:10
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