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

Bump actions/checkout from 3 to 4 #3223

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps actions/checkout from 3 to 4.

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

v3.0.1

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Related to a package used by Makie label Sep 11, 2023
@MakieBot
Copy link
Collaborator

MakieBot commented Sep 25, 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(display(fig))
using create display create display
GLMakie 15.44s (15.03, 16.31) 0.49+- 1.55s (1.48, 1.61) 0.05+- 1.05s (1.00, 1.10) 0.04+- 16.21ms (16.06, 16.50) 0.17+- 191.93ms (189.07, 195.32) 2.38+-
master 15.28s (14.92, 15.74) 0.28+- 1.56s (1.48, 1.75) 0.11+- 1030.96ms (979.42, 1089.88) 40.06+- 16.46ms (16.15, 16.83) 0.24+- 189.53ms (186.62, 192.95) 2.10+-
evaluation +0.99%, 0.15s invariant (0.39d, 0.49p, 0.38std) -0.85%, -0.01s invariant (-0.16d, 0.77p, 0.08std) +1.92%, 0.02s invariant (0.51d, 0.36p, 0.04std) -1.49%, -0.24ms invariant (-1.16d, 0.05p, 0.21std) +1.25%, 2.4ms invariant (1.07d, 0.07p, 2.24std)
CairoMakie 11.34s (11.07, 11.63) 0.21+- 1.18s (1.16, 1.24) 0.03+- 210.49ms (205.70, 219.21) 4.72+- 11.12ms (10.96, 11.26) 0.11+- 6.78ms (6.69, 7.00) 0.10+-
master 11.35s (11.15, 11.49) 0.10+- 1.18s (1.15, 1.20) 0.02+- 213.07ms (210.73, 215.07) 1.78+- 11.35ms (10.95, 11.60) 0.27+- 6.77ms (6.52, 7.05) 0.17+-
evaluation -0.11%, -0.01s invariant (-0.07d, 0.89p, 0.16std) +0.66%, 0.01s invariant (0.31d, 0.58p, 0.02std) -1.23%, -2.58ms invariant (-0.72d, 0.21p, 3.25std) -2.07%, -0.23ms invariant (-1.11d, 0.07p, 0.19std) +0.06%, 0.0ms invariant (0.03d, 0.96p, 0.14std)
WGLMakie 16.63s (16.13, 16.98) 0.30+- 1.64s (1.61, 1.69) 0.03+- 14.80s (14.52, 15.11) 0.18+- 19.72ms (18.28, 21.30) 0.99+- 1.42s (1.36, 1.48) 0.04+-
master 16.75s (16.54, 17.11) 0.18+- 1.67s (1.60, 1.79) 0.08+- 14.81s (14.69, 15.13) 0.15+- 18.45ms (17.41, 20.48) 1.03+- 1.43s (1.33, 1.50) 0.05+-
evaluation -0.74%, -0.12s invariant (-0.50d, 0.37p, 0.24std) -1.71%, -0.03s invariant (-0.45d, 0.42p, 0.06std) -0.04%, -0.01s invariant (-0.04d, 0.94p, 0.17std) +6.40%, 1.26ms slower❌ (1.25d, 0.04p, 1.01std) -0.62%, -0.01s invariant (-0.18d, 0.74p, 0.05std)

@SimonDanisch SimonDanisch merged commit 32980ec into master Sep 25, 2023
15 checks passed
@SimonDanisch SimonDanisch deleted the dependabot/github_actions/actions/checkout-4 branch September 25, 2023 10:24
SimonDanisch added a commit that referenced this pull request Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to a package used by Makie
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants