JuliaSymbolics / SymbolicUtils.jl

Symbolic expressions, rewriting and simplification
https://docs.sciml.ai/SymbolicUtils/stable/
Other
523 stars 99 forks source link

Bump actions/cache from 1 to 4 #576

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

Bumps actions/cache from 1 to 4.

Release notes

Sourced from actions/cache's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0

v3.3.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.3

v3.3.2

What's Changed

New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.2

v3.3.1

What's Changed

Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.1

v3.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

3.0.0

  • Updated minimum runner version support from node 12 -> node 16

3.0.1

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

3.0.2

  • Added support for dynamic cache size cap on GHES.

3.0.3

  • Fixed avoiding empty cache save when no files are available for caching. (issue)

3.0.4

  • Fixed tar creation error while trying to create tar with path as ~/ home folder on ubuntu-latest. (issue)

3.0.5

  • Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)

3.0.6

  • Fixed #809 - zstd -d: no such file or directory error
  • Fixed #833 - cache doesn't work with github workspace directory

3.0.7

  • Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.

3.0.8

  • Fix zstd not working for windows on gnu tar in issues #888 and #891.
  • Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.

3.0.9

  • Enhanced the warning message for cache unavailablity in case of GHES.

3.0.10

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md
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 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)
github-actions[bot] commented 5 months ago

Benchmark Results

master f500afd8506390... t[master]/t[f500afd8506390...]
overhead/acrule/a+2 0.717 ± 0.015 μs 0.726 ± 0.017 μs 0.988
overhead/acrule/a+2+b 0.716 ± 0.017 μs 0.711 ± 0.017 μs 1.01
overhead/acrule/a+b 0.253 ± 0.01 μs 0.252 ± 0.01 μs 1
overhead/acrule/noop:Int 25 ± 0.05 ns 25 ± 0.05 ns 1
overhead/acrule/noop:Sym 0.033 ± 0.005 μs 0.0339 ± 0.0055 μs 0.972
overhead/rule/noop:Int 0.0367 ± 0.0011 μs 0.0372 ± 0.00041 μs 0.989
overhead/rule/noop:Sym 0.0416 ± 0.0013 μs 0.0426 ± 0.0013 μs 0.978
overhead/rule/noop:Term 0.0426 ± 0.0014 μs 0.0434 ± 0.002 μs 0.983
overhead/ruleset/noop:Int 0.121 ± 0.0025 μs 0.123 ± 0.0025 μs 0.981
overhead/ruleset/noop:Sym 0.15 ± 0.0041 μs 0.142 ± 0.0069 μs 1.06
overhead/ruleset/noop:Term 3.41 ± 0.15 μs 3.49 ± 0.19 μs 0.979
overhead/simplify/noop:Int 0.145 ± 0.0057 μs 0.19 ± 0.0023 μs 0.763
overhead/simplify/noop:Sym 0.151 ± 0.0043 μs 0.169 ± 0.0038 μs 0.895
overhead/simplify/noop:Term 0.0383 ± 0.0024 ms 0.0385 ± 0.0026 ms 0.994
overhead/simplify/randterm (+, *):serial 0.117 ± 0.0023 s 0.12 ± 0.0016 s 0.978
overhead/simplify/randterm (+, *):thread 0.074 ± 0.025 s 0.0757 ± 0.022 s 0.977
overhead/simplify/randterm (/, *):serial 0.22 ± 0.0062 ms 0.224 ± 0.0078 ms 0.981
overhead/simplify/randterm (/, *):thread 0.258 ± 0.0078 ms 0.254 ± 0.0077 ms 1.02
overhead/substitute/a 0.06 ± 0.0016 ms 0.0614 ± 0.0016 ms 0.977
overhead/substitute/a,b 0.0531 ± 0.0016 ms 0.0542 ± 0.0017 ms 0.98
overhead/substitute/a,b,c 16.7 ± 0.61 μs 17.4 ± 0.69 μs 0.96
polyform/easy_iszero 0.0325 ± 0.0021 ms 0.033 ± 0.0021 ms 0.984
polyform/isone 2.79 ± 0.01 ns 3.1 ± 0.01 ns 0.9
polyform/iszero 1.8 ± 0.042 ms 1.82 ± 0.039 ms 0.993
polyform/simplify_fractions 2.39 ± 0.047 ms 2.48 ± 0.053 ms 0.963
time_to_load 4.57 ± 0.014 s 4.57 ± 0.027 s 1

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).