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

CompatHelper: bump compat for Hyperscript to 0.0.5 for package WGLMakie, (keep existing compat) #3453

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 7, 2023

This pull request changes the compat entry for the Hyperscript package from 0.0.3, 0.0.4 to 0.0.3, 0.0.4, 0.0.5 for package WGLMakie.
This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.

@github-actions github-actions bot force-pushed the compathelper/new_version/2023-12-07-00-09-15-928-00660777622 branch from 3ca6c92 to b07561f Compare December 7, 2023 00:09
@MakieBot
Copy link
Collaborator

MakieBot commented Dec 9, 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.46s (3.44, 3.51) 0.03+- 387.78ms (380.74, 397.75) 6.21+- 474.69ms (463.42, 515.52) 18.43+- 7.15ms (7.06, 7.23) 0.06+- 25.37ms (25.24, 25.70) 0.16+-
master 3.44s (3.42, 3.46) 0.01+- 387.15ms (379.12, 394.58) 7.07+- 465.49ms (462.39, 469.27) 2.68+- 7.14ms (7.02, 7.30) 0.08+- 25.31ms (25.25, 25.43) 0.06+-
evaluation 0.99x invariant, 0.02s (1.05d, 0.08p, 0.02std) 1.00x invariant, 0.64ms (0.10d, 0.86p, 6.64std) 0.98x invariant, 9.2ms (0.70d, 0.24p, 10.56std) 1.00x invariant, 0.01ms (0.08d, 0.88p, 0.07std) 1.00x invariant, 0.06ms (0.53d, 0.36p, 0.11std)
CairoMakie 3.07s (3.06, 3.09) 0.01+- 321.34ms (316.08, 326.64) 3.23+- 143.00ms (140.83, 146.46) 1.88+- 7.11ms (7.05, 7.17) 0.05+- 604.00μs (599.72, 608.01) 2.89+-
master 3.06s (3.05, 3.07) 0.01+- 320.88ms (317.83, 323.81) 2.17+- 142.24ms (140.96, 144.16) 1.28+- 7.20ms (7.12, 7.26) 0.05+- 597.70μs (595.32, 599.59) 1.56+-
evaluation 1.00x invariant, 0.01s (0.84d, 0.14p, 0.01std) 1.00x invariant, 0.46ms (0.17d, 0.76p, 2.70std) 0.99x invariant, 0.76ms (0.47d, 0.40p, 1.58std) 1.01x faster ✓, -0.09ms (-1.88d, 0.00p, 0.05std) 0.99x slower X, 6.3μs (2.71d, 0.00p, 2.22std)
WGLMakie 3.76s (3.73, 3.77) 0.01+- 318.45ms (316.55, 323.80) 2.61+- 8.75s (8.51, 8.90) 0.16+- 9.11ms (9.06, 9.17) 0.05+- 69.38ms (67.48, 71.15) 1.34+-
master 3.75s (3.71, 3.80) 0.03+- 319.30ms (317.53, 322.46) 1.86+- 8.63s (8.57, 8.77) 0.07+- 9.61ms (9.07, 12.42) 1.24+- 70.41ms (67.01, 75.69) 3.29+-
evaluation 1.00x invariant, 0.01s (0.47d, 0.40p, 0.02std) 1.00x invariant, -0.85ms (-0.37d, 0.50p, 2.24std) 0.99x invariant, 0.12s (0.97d, 0.11p, 0.11std) 1.05x noisy🤷‍♀️, -0.49ms (-0.56d, 0.33p, 0.64std) 1.01x invariant, -1.04ms (-0.41d, 0.46p, 2.31std)

@SimonDanisch SimonDanisch merged commit fe9461d into master Dec 9, 2023
15 checks passed
@SimonDanisch SimonDanisch deleted the compathelper/new_version/2023-12-07-00-09-15-928-00660777622 branch December 9, 2023 21:25
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