Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps julia-actions/setup-julia from 1 to 2.

Release notes

Sourced from julia-actions/setup-julia's releases.

v2.0.0 - Update to Node20

What's Changed

Note the rationale for the breaking change was discussed in julia-actions/setup-julia#209

Dependencies and misc

New Contributors

Full Changelog: julia-actions/setup-julia@v1.9.6...v2.0.0

v1.9.6: Fix Apple Silicon installation

What's Changed

Deps & CI

New Contributors

Full Changelog: julia-actions/setup-julia@v1.9.5...v1.9.6

v1.9.5: Maintain mtime of julia build to avoid re-precompilation

A big part of fixing JuliaLang/julia#50667 for julia <1.11 as maintaining the mtime of the julia source files means cached /compiled caches won't be invalidated in new runs where julia has been reinstalled.

What's Changed

Dep updates

... (truncated)

Commits
  • 5c9647d Bump @​types/node from 22.7.5 to 22.9.0 (#301)
  • 17468e8 Bump @​types/jest from 29.5.13 to 29.5.14 (#298)
  • c861e46 add warning if requesting x64 on apple silicon runners (#300)
  • 2fa1802 README examples: '1' for the latest v1 (#296)
  • 05e75bd Bump julia-actions/setup-julia from 2.5.0 to 2.6.0 (#295)
  • 9b79636 Bump typescript from 5.6.2 to 5.6.3 (#294)
  • 0360370 Bump @​vercel/ncc from 0.38.1 to 0.38.2 (#287)
  • 4e3f1d6 Bump @​actions/core from 1.10.1 to 1.11.1 (#291)
  • 1068b5e Change LTS 1.6 -> 1.10 (#290)
  • f42f7fb Bump @​types/async-retry from 1.4.8 to 1.4.9 (#292)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2025

Benchmark Results

main 21b1997... main/21b1997993f22d...
saxpy/default/Float16/1024 0.0536 ± 0.025 ms 0.044 ± 0.025 ms 1.22
saxpy/default/Float16/1048576 0.891 ± 0.022 ms 0.9 ± 0.025 ms 0.991
saxpy/default/Float16/16384 0.0627 ± 0.027 ms 0.0622 ± 0.027 ms 1.01
saxpy/default/Float16/2048 0.0549 ± 0.023 ms 0.0479 ± 0.022 ms 1.15
saxpy/default/Float16/256 0.0545 ± 0.026 ms 0.0425 ± 0.027 ms 1.28
saxpy/default/Float16/262144 0.272 ± 0.025 ms 0.271 ± 0.025 ms 1
saxpy/default/Float16/32768 0.0758 ± 0.029 ms 0.0745 ± 0.026 ms 1.02
saxpy/default/Float16/4096 0.061 ± 0.026 ms 0.0568 ± 0.025 ms 1.08
saxpy/default/Float16/512 0.0504 ± 0.026 ms 0.043 ± 0.026 ms 1.17
saxpy/default/Float16/64 0.0597 ± 0.026 ms 0.0438 ± 0.027 ms 1.36
saxpy/default/Float16/65536 0.105 ± 0.028 ms 0.104 ± 0.027 ms 1.01
saxpy/default/Float32/1024 0.0468 ± 0.026 ms 0.0472 ± 0.027 ms 0.992
saxpy/default/Float32/1048576 0.472 ± 0.036 ms 0.482 ± 0.052 ms 0.98
saxpy/default/Float32/16384 0.0558 ± 0.026 ms 0.0548 ± 0.025 ms 1.02
saxpy/default/Float32/2048 0.0504 ± 0.024 ms 0.0461 ± 0.023 ms 1.09
saxpy/default/Float32/256 0.0466 ± 0.027 ms 0.0478 ± 0.027 ms 0.973
saxpy/default/Float32/262144 0.161 ± 0.034 ms 0.161 ± 0.035 ms 1
saxpy/default/Float32/32768 0.061 ± 0.026 ms 0.0599 ± 0.025 ms 1.02
saxpy/default/Float32/4096 0.0571 ± 0.025 ms 0.0529 ± 0.024 ms 1.08
saxpy/default/Float32/512 0.0485 ± 0.027 ms 0.0423 ± 0.027 ms 1.15
saxpy/default/Float32/64 0.0537 ± 0.027 ms 0.0478 ± 0.027 ms 1.12
saxpy/default/Float32/65536 0.0758 ± 0.028 ms 0.0748 ± 0.028 ms 1.01
saxpy/default/Float64/1024 0.0444 ± 0.026 ms 0.0426 ± 0.026 ms 1.04
saxpy/default/Float64/1048576 0.511 ± 0.047 ms 0.504 ± 0.04 ms 1.01
saxpy/default/Float64/16384 0.0561 ± 0.026 ms 0.0568 ± 0.025 ms 0.988
saxpy/default/Float64/2048 0.0459 ± 0.023 ms 0.0457 ± 0.023 ms 1.01
saxpy/default/Float64/256 0.047 ± 0.028 ms 0.04 ± 0.028 ms 1.18
saxpy/default/Float64/262144 0.173 ± 0.028 ms 0.171 ± 0.029 ms 1.01
saxpy/default/Float64/32768 0.0634 ± 0.026 ms 0.0646 ± 0.025 ms 0.981
saxpy/default/Float64/4096 0.0541 ± 0.025 ms 0.05 ± 0.024 ms 1.08
saxpy/default/Float64/512 0.0468 ± 0.027 ms 0.0411 ± 0.027 ms 1.14
saxpy/default/Float64/64 0.0446 ± 0.028 ms 0.0401 ± 0.028 ms 1.11
saxpy/default/Float64/65536 0.0868 ± 0.026 ms 0.0839 ± 0.026 ms 1.03
saxpy/static workgroup=(1024,)/Float16/1024 0.0464 ± 0.025 ms 0.0435 ± 0.025 ms 1.07
saxpy/static workgroup=(1024,)/Float16/1048576 0.898 ± 0.028 ms 0.899 ± 0.031 ms 0.999
saxpy/static workgroup=(1024,)/Float16/16384 0.0599 ± 0.026 ms 0.059 ± 0.024 ms 1.02
saxpy/static workgroup=(1024,)/Float16/2048 0.0513 ± 0.023 ms 0.0513 ± 0.024 ms 1
saxpy/static workgroup=(1024,)/Float16/256 0.0506 ± 0.026 ms 0.0437 ± 0.026 ms 1.16
saxpy/static workgroup=(1024,)/Float16/262144 0.273 ± 0.028 ms 0.269 ± 0.027 ms 1.02
saxpy/static workgroup=(1024,)/Float16/32768 0.0737 ± 0.026 ms 0.0717 ± 0.024 ms 1.03
saxpy/static workgroup=(1024,)/Float16/4096 0.0583 ± 0.026 ms 0.0493 ± 0.026 ms 1.18
saxpy/static workgroup=(1024,)/Float16/512 0.0522 ± 0.025 ms 0.0425 ± 0.025 ms 1.23
saxpy/static workgroup=(1024,)/Float16/64 0.0452 ± 0.026 ms 0.0416 ± 0.026 ms 1.09
saxpy/static workgroup=(1024,)/Float16/65536 0.106 ± 0.026 ms 0.0985 ± 0.024 ms 1.08
saxpy/static workgroup=(1024,)/Float32/1024 0.0438 ± 0.026 ms 0.0496 ± 0.026 ms 0.883
saxpy/static workgroup=(1024,)/Float32/1048576 0.461 ± 0.03 ms 0.468 ± 0.051 ms 0.984
saxpy/static workgroup=(1024,)/Float32/16384 0.0522 ± 0.025 ms 0.0522 ± 0.024 ms 1
saxpy/static workgroup=(1024,)/Float32/2048 0.0445 ± 0.023 ms 0.0466 ± 0.022 ms 0.955
saxpy/static workgroup=(1024,)/Float32/256 0.0432 ± 0.025 ms 0.0494 ± 0.026 ms 0.875
saxpy/static workgroup=(1024,)/Float32/262144 0.159 ± 0.035 ms 0.157 ± 0.035 ms 1.01
saxpy/static workgroup=(1024,)/Float32/32768 0.0574 ± 0.027 ms 0.0583 ± 0.025 ms 0.984
saxpy/static workgroup=(1024,)/Float32/4096 0.0492 ± 0.026 ms 0.0477 ± 0.026 ms 1.03
saxpy/static workgroup=(1024,)/Float32/512 0.0492 ± 0.026 ms 0.0418 ± 0.025 ms 1.18
saxpy/static workgroup=(1024,)/Float32/64 0.0478 ± 0.026 ms 0.0459 ± 0.026 ms 1.04
saxpy/static workgroup=(1024,)/Float32/65536 0.074 ± 0.029 ms 0.0726 ± 0.028 ms 1.02
saxpy/static workgroup=(1024,)/Float64/1024 0.0446 ± 0.026 ms 0.0447 ± 0.026 ms 0.996
saxpy/static workgroup=(1024,)/Float64/1048576 0.501 ± 0.048 ms 0.527 ± 0.058 ms 0.951
saxpy/static workgroup=(1024,)/Float64/16384 0.0542 ± 0.025 ms 0.0524 ± 0.024 ms 1.03
saxpy/static workgroup=(1024,)/Float64/2048 0.0449 ± 0.023 ms 0.0449 ± 0.022 ms 1
saxpy/static workgroup=(1024,)/Float64/256 0.0445 ± 0.026 ms 0.0434 ± 0.026 ms 1.02
saxpy/static workgroup=(1024,)/Float64/262144 0.168 ± 0.029 ms 0.167 ± 0.031 ms 1.01
saxpy/static workgroup=(1024,)/Float64/32768 0.0621 ± 0.025 ms 0.06 ± 0.024 ms 1.03
saxpy/static workgroup=(1024,)/Float64/4096 0.0515 ± 0.026 ms 0.048 ± 0.025 ms 1.07
saxpy/static workgroup=(1024,)/Float64/512 0.0526 ± 0.026 ms 0.0457 ± 0.026 ms 1.15
saxpy/static workgroup=(1024,)/Float64/64 0.0514 ± 0.026 ms 0.0459 ± 0.026 ms 1.12
saxpy/static workgroup=(1024,)/Float64/65536 0.0856 ± 0.027 ms 0.0793 ± 0.026 ms 1.08
time_to_load 1.14 ± 0.026 s 1.12 ± 0.014 s 1.02

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.
Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).

@dependabot dependabot bot force-pushed the dependabot/github_actions/julia-actions/setup-julia-2 branch from 345d250 to 38347f6 Compare February 17, 2025 09:46
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2.
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Commits](julia-actions/setup-julia@v1...v2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/julia-actions/setup-julia-2 branch from 38347f6 to 21b1997 Compare February 27, 2025 08:47
@codecov
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (d220c94) to head (21b1997).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #561   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         21      21           
  Lines       1575    1575           
=====================================
  Misses      1575    1575           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vchuravy vchuravy merged commit 03a2c55 into main Feb 27, 2025
17 of 29 checks passed
@vchuravy vchuravy deleted the dependabot/github_actions/julia-actions/setup-julia-2 branch February 27, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants