JuliaDynamics / ResumableFunctions.jl

C# style generators a.k.a. semi-coroutines for Julia.
Other
160 stars 19 forks source link

Bump actions/checkout from 3 to 4 #75

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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: https://github.com/actions/checkout/compare/v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/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 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 1 year ago
Benchmark Result # Judge result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmarks: - Target: 11 Sep 2023 - 10:11 - Baseline: 11 Sep 2023 - 10:12 * Package commits: - Target: d5ed47 - Baseline: fd82b3 * Julia commits: - Target: 7b9fdf - Baseline: 7b9fdf * Julia command flags: - Target: None - Baseline: None * Environment variables: - Target: None - Baseline: None ## Results A ratio greater than `1.0` denotes a possible regression (marked with :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds). | ID | time ratio | memory ratio | |---------------------------------------------------------|------------------------------|--------------| | `["hardcoded types", "BigInt", "Closure optimized"]` | 1.07 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 1.08 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Closure"]` | 1.08 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 1.07 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 1.08 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "Int64", "Closure"]` | 0.92 (5%) :white_check_mark: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["hardcoded types", "BigInt"]` - `["hardcoded types", "Int64"]` ## Julia versioninfo ### Target ``` Julia Version 1.11.0-DEV.443 Commit 7b9fdf852c1 (2023-09-10 01:51 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 5.15.0-1041-azure #48-Ubuntu SMP Tue Jun 20 20:34:08 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 1966 s 0 s 314 s 339 s 0 s #2 2593 MHz 425 s 0 s 155 s 1990 s 0 s Memory: 6.7694854736328125 GB (4294.76953125 MB free) Uptime: 266.74 sec Load Avg: 1.05 0.82 0.38 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` ### Baseline ``` Julia Version 1.11.0-DEV.443 Commit 7b9fdf852c1 (2023-09-10 01:51 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 5.15.0-1041-azure #48-Ubuntu SMP Tue Jun 20 20:34:08 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 2460 s 0 s 363 s 340 s 0 s #2 2593 MHz 432 s 0 s 164 s 2517 s 0 s Memory: 6.7694854736328125 GB (4919.19921875 MB free) Uptime: 321.26 sec Load Avg: 1.02 0.85 0.42 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` --- # Target result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmark: 11 Sep 2023 - 10:11 * Package commit: d5ed47 * Julia commit: 7b9fdf * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |---------------------------------------------------------|----------------:|--------:|--------------:|------------:| | `["hardcoded types", "BigInt", "Channels csize=0"]` | 277.106 μs (5%) | | 7.27 KiB (1%) | 302 | | `["hardcoded types", "BigInt", "Channels csize=1"]` | 283.306 μs (5%) | | 7.31 KiB (1%) | 302 | | `["hardcoded types", "BigInt", "Channels csize=100"]` | 90.701 μs (5%) | | 9.09 KiB (1%) | 304 | | `["hardcoded types", "BigInt", "Channels csize=20"]` | 100.202 μs (5%) | | 7.64 KiB (1%) | 303 | | `["hardcoded types", "BigInt", "Closure optimized"]` | 6.000 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 6.700 μs (5%) | | 4.53 KiB (1%) | 195 | | `["hardcoded types", "BigInt", "Closure"]` | 7.950 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Direct"]` | 5.817 μs (5%) | | 4.39 KiB (1%) | 188 | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 5.880 μs (5%) | | 4.48 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 6.420 μs (5%) | | 4.50 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "Task scheduling"]` | 33.001 μs (5%) | | 5.27 KiB (1%) | 197 | | `["hardcoded types", "Int64", "Channels csize=0"]` | 266.305 μs (5%) | | 2.61 KiB (1%) | 97 | | `["hardcoded types", "Int64", "Channels csize=1"]` | 270.805 μs (5%) | | 1.44 KiB (1%) | 19 | | `["hardcoded types", "Int64", "Channels csize=100"]` | 83.801 μs (5%) | | 3.22 KiB (1%) | 21 | | `["hardcoded types", "Int64", "Channels csize=20"]` | 92.802 μs (5%) | | 1.77 KiB (1%) | 20 | | `["hardcoded types", "Int64", "Closure optimized"]` | 23.771 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure statemachine"]` | 66.532 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure"]` | 2.511 μs (5%) | | 1.28 KiB (1%) | 82 | | `["hardcoded types", "Int64", "Direct"]` | 23.347 ns (5%) | | | | | `["hardcoded types", "Int64", "Iteration protocol"]` | 42.180 ns (5%) | | | | | `["hardcoded types", "Int64", "ResumableFunctions"]` | 66.497 ns (5%) | | | | | `["hardcoded types", "Int64", "Task scheduling"]` | 22.000 μs (5%) | | 2.05 KiB (1%) | 85 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["hardcoded types", "BigInt"]` - `["hardcoded types", "Int64"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.443 Commit 7b9fdf852c1 (2023-09-10 01:51 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 5.15.0-1041-azure #48-Ubuntu SMP Tue Jun 20 20:34:08 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 1966 s 0 s 314 s 339 s 0 s #2 2593 MHz 425 s 0 s 155 s 1990 s 0 s Memory: 6.7694854736328125 GB (4294.76953125 MB free) Uptime: 266.74 sec Load Avg: 1.05 0.82 0.38 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` --- # Baseline result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmark: 11 Sep 2023 - 10:12 * Package commit: fd82b3 * Julia commit: 7b9fdf * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. The values listed in the `ID` column have the structure `[parent_group, child_group, ..., key]`, and can be used to index into the BaseBenchmarks suite to retrieve the corresponding benchmarks. The percentages accompanying time and memory values in the below table are noise tolerances. The "true" time/memory value for a given benchmark is expected to fall within this percentage of the reported value. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |---------------------------------------------------------|----------------:|--------:|--------------:|------------:| | `["hardcoded types", "BigInt", "Channels csize=0"]` | 275.605 μs (5%) | | 7.27 KiB (1%) | 302 | | `["hardcoded types", "BigInt", "Channels csize=1"]` | 282.405 μs (5%) | | 7.31 KiB (1%) | 302 | | `["hardcoded types", "BigInt", "Channels csize=100"]` | 91.401 μs (5%) | | 9.09 KiB (1%) | 304 | | `["hardcoded types", "BigInt", "Channels csize=20"]` | 100.702 μs (5%) | | 7.64 KiB (1%) | 303 | | `["hardcoded types", "BigInt", "Closure optimized"]` | 5.620 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 6.180 μs (5%) | | 4.53 KiB (1%) | 195 | | `["hardcoded types", "BigInt", "Closure"]` | 7.350 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Direct"]` | 5.717 μs (5%) | | 4.39 KiB (1%) | 188 | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 5.480 μs (5%) | | 4.48 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 5.940 μs (5%) | | 4.50 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "Task scheduling"]` | 33.300 μs (5%) | | 5.27 KiB (1%) | 197 | | `["hardcoded types", "Int64", "Channels csize=0"]` | 269.005 μs (5%) | | 2.61 KiB (1%) | 97 | | `["hardcoded types", "Int64", "Channels csize=1"]` | 273.105 μs (5%) | | 1.44 KiB (1%) | 19 | | `["hardcoded types", "Int64", "Channels csize=100"]` | 83.801 μs (5%) | | 3.22 KiB (1%) | 21 | | `["hardcoded types", "Int64", "Channels csize=20"]` | 92.902 μs (5%) | | 1.77 KiB (1%) | 20 | | `["hardcoded types", "Int64", "Closure optimized"]` | 23.771 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure statemachine"]` | 66.532 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure"]` | 2.722 μs (5%) | | 1.28 KiB (1%) | 82 | | `["hardcoded types", "Int64", "Direct"]` | 23.347 ns (5%) | | | | | `["hardcoded types", "Int64", "Iteration protocol"]` | 41.978 ns (5%) | | | | | `["hardcoded types", "Int64", "ResumableFunctions"]` | 66.497 ns (5%) | | | | | `["hardcoded types", "Int64", "Task scheduling"]` | 22.400 μs (5%) | | 2.05 KiB (1%) | 85 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["hardcoded types", "BigInt"]` - `["hardcoded types", "Int64"]` ## Julia versioninfo ``` Julia Version 1.11.0-DEV.443 Commit 7b9fdf852c1 (2023-09-10 01:51 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 5.15.0-1041-azure #48-Ubuntu SMP Tue Jun 20 20:34:08 UTC 2023 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 2460 s 0 s 363 s 340 s 0 s #2 2593 MHz 432 s 0 s 164 s 2517 s 0 s Memory: 6.7694854736328125 GB (4919.19921875 MB free) Uptime: 321.26 sec Load Avg: 1.02 0.85 0.42 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512) Threads: 1 on 2 virtual cores ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 1 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 2 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Vendor ID: GenuineIntel Model name: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz CPU family: 6 Model: 85 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 Stepping: 7 BogoMIPS: 5187.81 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 2 MiB (2 instances) L3 cache: 35.8 MiB (1 instance) NUMA node(s): 1 NUMA node0 CPU(s): 0,1 Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported Vulnerability L1tf: Mitigation; PTE Inversion Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown Vulnerability Meltdown: Mitigation; PTI Vulnerability Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown Vulnerability Retbleed: Vulnerable Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown | Cpu Property | Value | |:------------------ |:------------------------------------------------------- | | Brand | Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x07, Type: 0x00 | | Cores | 2 physical cores, 2 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 1024, 36608) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 512 bit = 64 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC increased at every clock cycle (non-invariant TSC) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |