JuliaDynamics / ResumableFunctions.jl

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

Revert "run inference in generated function (#76)" #81

Closed gerlero closed 8 months ago

gerlero commented 8 months ago

Reverts #76 due to #80.

@Krastanov @pepijndevos @marcom

EDIT: Fixes #80

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (c4fc271) 85.41% compared to head (7efd0f9) 85.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #81 +/- ## ========================================== + Coverage 85.41% 85.93% +0.52% ========================================== Files 5 5 Lines 377 320 -57 ========================================== - Hits 322 275 -47 + Misses 55 45 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 8 months ago
Benchmark Result # Judge result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmarks: - Target: 2 Jan 2024 - 19:38 - Baseline: 2 Jan 2024 - 19:39 * Package commits: - Target: 5a22ed - Baseline: c4fc27 * Julia commits: - Target: 567754 - Baseline: 567754 * 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.16 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 1.14 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Closure"]` | 1.19 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Direct"]` | 1.19 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 1.18 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 1.15 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "Int64", "Closure statemachine"]` | 0.55 (5%) :white_check_mark: | 1.00 (1%) | | `["hardcoded types", "Int64", "Closure"]` | 0.92 (5%) :white_check_mark: | 1.00 (1%) | | `["hardcoded types", "Int64", "Iteration protocol"]` | 1.83 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "Int64", "ResumableFunctions"]` | 1.84 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "Int64", "Task scheduling"]` | 1.37 (5%) :x: | 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.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3244 MHz 565 s 0 s 124 s 2774 s 0 s #2 3234 MHz 531 s 0 s 126 s 2809 s 0 s #3 3243 MHz 493 s 0 s 115 s 2852 s 0 s #4 3279 MHz 574 s 0 s 138 s 2748 s 0 s Memory: 15.60690689086914 GB (13631.40625 MB free) Uptime: 348.8 sec Load Avg: 1.0 0.61 0.27 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.11.0-DEV.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 720 s 0 s 139 s 3024 s 0 s #2 2587 MHz 594 s 0 s 136 s 3157 s 0 s #3 2445 MHz 561 s 0 s 123 s 3196 s 0 s #4 3241 MHz 670 s 0 s 159 s 3051 s 0 s Memory: 15.60690689086914 GB (13941.76953125 MB free) Uptime: 390.93 sec Load Avg: 1.0 0.67 0.31 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Target result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmark: 2 Jan 2024 - 19:38 * Package commit: 5a22ed * Julia commit: 567754 * 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"]` | 182.774 μs (5%) | | 7.69 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=1"]` | 188.975 μs (5%) | | 7.75 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=100"]` | 55.334 μs (5%) | | 9.56 KiB (1%) | 314 | | `["hardcoded types", "BigInt", "Channels csize=20"]` | 61.927 μs (5%) | | 8.11 KiB (1%) | 313 | | `["hardcoded types", "BigInt", "Closure optimized"]` | 3.936 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 4.446 μs (5%) | | 4.53 KiB (1%) | 195 | | `["hardcoded types", "BigInt", "Closure"]` | 5.549 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Direct"]` | 3.738 μs (5%) | | 4.39 KiB (1%) | 188 | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 3.776 μs (5%) | | 4.48 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 4.162 μs (5%) | | 4.50 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "Task scheduling"]` | 29.475 μs (5%) | | 5.25 KiB (1%) | 197 | | `["hardcoded types", "Int64", "Channels csize=0"]` | 175.049 μs (5%) | | 3.02 KiB (1%) | 107 | | `["hardcoded types", "Int64", "Channels csize=1"]` | 177.934 μs (5%) | | 1.86 KiB (1%) | 29 | | `["hardcoded types", "Int64", "Channels csize=100"]` | 50.715 μs (5%) | | 3.67 KiB (1%) | 31 | | `["hardcoded types", "Int64", "Channels csize=20"]` | 56.627 μs (5%) | | 2.22 KiB (1%) | 30 | | `["hardcoded types", "Int64", "Closure optimized"]` | 17.980 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure statemachine"]` | 33.941 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure"]` | 2.085 μs (5%) | | 1.28 KiB (1%) | 82 | | `["hardcoded types", "Int64", "Direct"]` | 18.198 ns (5%) | | | | | `["hardcoded types", "Int64", "Iteration protocol"]` | 61.675 ns (5%) | | | | | `["hardcoded types", "Int64", "ResumableFunctions"]` | 61.982 ns (5%) | | | | | `["hardcoded types", "Int64", "Task scheduling"]` | 24.376 μs (5%) | | 2.03 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.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3244 MHz 565 s 0 s 124 s 2774 s 0 s #2 3234 MHz 531 s 0 s 126 s 2809 s 0 s #3 3243 MHz 493 s 0 s 115 s 2852 s 0 s #4 3279 MHz 574 s 0 s 138 s 2748 s 0 s Memory: 15.60690689086914 GB (13631.40625 MB free) Uptime: 348.8 sec Load Avg: 1.0 0.61 0.27 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Baseline result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmark: 2 Jan 2024 - 19:39 * Package commit: c4fc27 * Julia commit: 567754 * 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"]` | 183.044 μs (5%) | | 7.69 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=1"]` | 188.684 μs (5%) | | 7.75 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=100"]` | 55.644 μs (5%) | | 9.56 KiB (1%) | 314 | | `["hardcoded types", "BigInt", "Channels csize=20"]` | 62.046 μs (5%) | | 8.11 KiB (1%) | 313 | | `["hardcoded types", "BigInt", "Closure optimized"]` | 3.401 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 3.907 μs (5%) | | 4.53 KiB (1%) | 195 | | `["hardcoded types", "BigInt", "Closure"]` | 4.657 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Direct"]` | 3.152 μs (5%) | | 4.39 KiB (1%) | 188 | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 3.205 μs (5%) | | 4.48 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 3.619 μs (5%) | | 4.50 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "Task scheduling"]` | 28.643 μs (5%) | | 5.25 KiB (1%) | 197 | | `["hardcoded types", "Int64", "Channels csize=0"]` | 174.247 μs (5%) | | 3.02 KiB (1%) | 107 | | `["hardcoded types", "Int64", "Channels csize=1"]` | 177.514 μs (5%) | | 1.86 KiB (1%) | 29 | | `["hardcoded types", "Int64", "Channels csize=100"]` | 50.495 μs (5%) | | 3.67 KiB (1%) | 31 | | `["hardcoded types", "Int64", "Channels csize=20"]` | 56.466 μs (5%) | | 2.22 KiB (1%) | 30 | | `["hardcoded types", "Int64", "Closure optimized"]` | 17.537 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure statemachine"]` | 61.989 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure"]` | 2.274 μs (5%) | | 1.28 KiB (1%) | 82 | | `["hardcoded types", "Int64", "Direct"]` | 18.198 ns (5%) | | | | | `["hardcoded types", "Int64", "Iteration protocol"]` | 33.630 ns (5%) | | | | | `["hardcoded types", "Int64", "ResumableFunctions"]` | 33.630 ns (5%) | | | | | `["hardcoded types", "Int64", "Task scheduling"]` | 17.833 μs (5%) | | 2.03 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.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 720 s 0 s 139 s 3024 s 0 s #2 2587 MHz 594 s 0 s 136 s 3157 s 0 s #3 2445 MHz 561 s 0 s 123 s 3196 s 0 s #4 3241 MHz 670 s 0 s 159 s 3051 s 0 s Memory: 15.60690689086914 GB (13941.76953125 MB free) Uptime: 390.93 sec Load Avg: 1.0 0.67 0.31 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 4 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD EPYC 7763 64-Core Processor CPU family: 25 Model: 1 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4890.86 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm Virtualization: AMD-V Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 1 MiB (2 instances) L3 cache: 32 MiB (1 instance) NUMA node(s): 1 NUMA node0 CPU(s): 0-3 Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 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: Not affected | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | AMD EPYC 7763 64-Core Processor | | Vendor | :AMD | | Architecture | :Unknown | | Model | Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00 | | Cores | 16 physical cores, 16 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 512, 32768) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 48 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC runs at constant rate (invariant from clock frequency) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
Benchmark Result # Judge result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmarks: - Target: 2 Jan 2024 - 20:09 - Baseline: 2 Jan 2024 - 20:10 * Package commits: - Target: a1172a - Baseline: c4fc27 * Julia commits: - Target: 567754 - Baseline: 567754 * 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.16 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 1.15 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Closure"]` | 1.17 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Direct"]` | 1.19 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 1.18 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 1.15 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Task scheduling"]` | 1.20 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "Int64", "ResumableFunctions"]` | 0.55 (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.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3229 MHz 544 s 0 s 94 s 2356 s 0 s #2 3242 MHz 309 s 0 s 76 s 2607 s 0 s #3 2445 MHz 793 s 0 s 203 s 1996 s 0 s #4 2445 MHz 503 s 0 s 122 s 2368 s 0 s Memory: 15.606903076171875 GB (13649.515625 MB free) Uptime: 301.96 sec Load Avg: 1.05 0.68 0.29 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.11.0-DEV.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2586 MHz 561 s 0 s 97 s 2760 s 0 s #2 2445 MHz 639 s 0 s 116 s 2661 s 0 s #3 3243 MHz 821 s 0 s 207 s 2388 s 0 s #4 3167 MHz 513 s 0 s 127 s 2776 s 0 s Memory: 15.606903076171875 GB (13982.9296875 MB free) Uptime: 344.41 sec Load Avg: 1.02 0.72 0.33 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Target result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmark: 2 Jan 2024 - 20:9 * Package commit: a1172a * Julia commit: 567754 * 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"]` | 182.210 μs (5%) | | 7.69 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=1"]` | 186.679 μs (5%) | | 7.75 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=100"]` | 55.052 μs (5%) | | 9.56 KiB (1%) | 314 | | `["hardcoded types", "BigInt", "Channels csize=20"]` | 61.385 μs (5%) | | 8.11 KiB (1%) | 313 | | `["hardcoded types", "BigInt", "Closure optimized"]` | 3.902 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 4.477 μs (5%) | | 4.53 KiB (1%) | 195 | | `["hardcoded types", "BigInt", "Closure"]` | 5.479 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Direct"]` | 3.735 μs (5%) | | 4.39 KiB (1%) | 188 | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 3.781 μs (5%) | | 4.48 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 4.197 μs (5%) | | 4.50 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "Task scheduling"]` | 29.395 μs (5%) | | 5.25 KiB (1%) | 197 | | `["hardcoded types", "Int64", "Channels csize=0"]` | 174.105 μs (5%) | | 3.02 KiB (1%) | 107 | | `["hardcoded types", "Int64", "Channels csize=1"]` | 177.952 μs (5%) | | 1.86 KiB (1%) | 29 | | `["hardcoded types", "Int64", "Channels csize=100"]` | 50.414 μs (5%) | | 3.67 KiB (1%) | 31 | | `["hardcoded types", "Int64", "Channels csize=20"]` | 56.415 μs (5%) | | 2.22 KiB (1%) | 30 | | `["hardcoded types", "Int64", "Closure optimized"]` | 17.647 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure statemachine"]` | 33.627 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure"]` | 2.044 μs (5%) | | 1.28 KiB (1%) | 82 | | `["hardcoded types", "Int64", "Direct"]` | 18.349 ns (5%) | | | | | `["hardcoded types", "Int64", "Iteration protocol"]` | 33.627 ns (5%) | | | | | `["hardcoded types", "Int64", "ResumableFunctions"]` | 33.931 ns (5%) | | | | | `["hardcoded types", "Int64", "Task scheduling"]` | 17.763 μs (5%) | | 2.03 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.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3229 MHz 544 s 0 s 94 s 2356 s 0 s #2 3242 MHz 309 s 0 s 76 s 2607 s 0 s #3 2445 MHz 793 s 0 s 203 s 1996 s 0 s #4 2445 MHz 503 s 0 s 122 s 2368 s 0 s Memory: 15.606903076171875 GB (13649.515625 MB free) Uptime: 301.96 sec Load Avg: 1.05 0.68 0.29 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Baseline result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmark: 2 Jan 2024 - 20:10 * Package commit: c4fc27 * Julia commit: 567754 * 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"]` | 181.739 μs (5%) | | 7.69 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=1"]` | 188.522 μs (5%) | | 7.75 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=100"]` | 55.764 μs (5%) | | 9.56 KiB (1%) | 314 | | `["hardcoded types", "BigInt", "Channels csize=20"]` | 62.126 μs (5%) | | 8.11 KiB (1%) | 313 | | `["hardcoded types", "BigInt", "Closure optimized"]` | 3.361 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 3.881 μs (5%) | | 4.53 KiB (1%) | 195 | | `["hardcoded types", "BigInt", "Closure"]` | 4.702 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Direct"]` | 3.136 μs (5%) | | 4.39 KiB (1%) | 188 | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 3.195 μs (5%) | | 4.48 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 3.634 μs (5%) | | 4.50 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "Task scheduling"]` | 24.426 μs (5%) | | 5.25 KiB (1%) | 197 | | `["hardcoded types", "Int64", "Channels csize=0"]` | 175.649 μs (5%) | | 3.02 KiB (1%) | 107 | | `["hardcoded types", "Int64", "Channels csize=1"]` | 177.881 μs (5%) | | 1.86 KiB (1%) | 29 | | `["hardcoded types", "Int64", "Channels csize=100"]` | 50.384 μs (5%) | | 3.67 KiB (1%) | 31 | | `["hardcoded types", "Int64", "Channels csize=20"]` | 56.646 μs (5%) | | 2.22 KiB (1%) | 30 | | `["hardcoded types", "Int64", "Closure optimized"]` | 17.979 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure statemachine"]` | 33.930 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure"]` | 2.132 μs (5%) | | 1.28 KiB (1%) | 82 | | `["hardcoded types", "Int64", "Direct"]` | 18.198 ns (5%) | | | | | `["hardcoded types", "Int64", "Iteration protocol"]` | 33.930 ns (5%) | | | | | `["hardcoded types", "Int64", "ResumableFunctions"]` | 61.979 ns (5%) | | | | | `["hardcoded types", "Int64", "Task scheduling"]` | 17.563 μs (5%) | | 2.03 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.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2586 MHz 561 s 0 s 97 s 2760 s 0 s #2 2445 MHz 639 s 0 s 116 s 2661 s 0 s #3 3243 MHz 821 s 0 s 207 s 2388 s 0 s #4 3167 MHz 513 s 0 s 127 s 2776 s 0 s Memory: 15.606903076171875 GB (13982.9296875 MB free) Uptime: 344.41 sec Load Avg: 1.02 0.72 0.33 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 4 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD EPYC 7763 64-Core Processor CPU family: 25 Model: 1 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4890.84 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm Virtualization: AMD-V Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 1 MiB (2 instances) L3 cache: 32 MiB (1 instance) NUMA node(s): 1 NUMA node0 CPU(s): 0-3 Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 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: Not affected | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | AMD EPYC 7763 64-Core Processor | | Vendor | :AMD | | Architecture | :Unknown | | Model | Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00 | | Cores | 16 physical cores, 16 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 512, 32768) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 48 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC runs at constant rate (invariant from clock frequency) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
Benchmark Result # Judge result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmarks: - Target: 2 Jan 2024 - 21:14 - Baseline: 2 Jan 2024 - 21:15 * Package commits: - Target: 73341f - Baseline: c4fc27 * Julia commits: - Target: 567754 - Baseline: 567754 * 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.17 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 1.12 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Closure"]` | 1.17 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Direct"]` | 1.19 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 1.18 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 1.14 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "BigInt", "Task scheduling"]` | 1.27 (5%) :x: | 1.00 (1%) | | `["hardcoded types", "Int64", "Closure"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | | `["hardcoded types", "Int64", "ResumableFunctions"]` | 1.83 (5%) :x: | 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.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 676 s 0 s 159 s 1751 s 0 s #2 2590 MHz 458 s 0 s 83 s 2046 s 0 s #3 3202 MHz 529 s 0 s 125 s 1938 s 0 s #4 3243 MHz 483 s 0 s 126 s 1979 s 0 s Memory: 15.60690689086914 GB (13665.71484375 MB free) Uptime: 261.01 sec Load Avg: 1.05 0.58 0.24 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.11.0-DEV.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 714 s 0 s 162 s 2127 s 0 s #2 3245 MHz 461 s 0 s 85 s 2458 s 0 s #3 3124 MHz 674 s 0 s 131 s 2205 s 0 s #4 2445 MHz 674 s 0 s 165 s 2168 s 0 s Memory: 15.60690689086914 GB (13984.796875 MB free) Uptime: 302.92 sec Load Avg: 1.09 0.65 0.28 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Target result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmark: 2 Jan 2024 - 21:14 * Package commit: 73341f * Julia commit: 567754 * 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"]` | 184.613 μs (5%) | | 7.69 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=1"]` | 189.341 μs (5%) | | 7.75 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=100"]` | 55.022 μs (5%) | | 9.56 KiB (1%) | 314 | | `["hardcoded types", "BigInt", "Channels csize=20"]` | 61.514 μs (5%) | | 8.11 KiB (1%) | 313 | | `["hardcoded types", "BigInt", "Closure optimized"]` | 3.902 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 4.412 μs (5%) | | 4.53 KiB (1%) | 195 | | `["hardcoded types", "BigInt", "Closure"]` | 5.629 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Direct"]` | 3.733 μs (5%) | | 4.39 KiB (1%) | 188 | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 3.782 μs (5%) | | 4.48 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 4.181 μs (5%) | | 4.50 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "Task scheduling"]` | 29.394 μs (5%) | | 5.25 KiB (1%) | 197 | | `["hardcoded types", "Int64", "Channels csize=0"]` | 177.389 μs (5%) | | 3.02 KiB (1%) | 107 | | `["hardcoded types", "Int64", "Channels csize=1"]` | 179.801 μs (5%) | | 1.86 KiB (1%) | 29 | | `["hardcoded types", "Int64", "Channels csize=100"]` | 50.473 μs (5%) | | 3.67 KiB (1%) | 31 | | `["hardcoded types", "Int64", "Channels csize=20"]` | 56.594 μs (5%) | | 2.22 KiB (1%) | 30 | | `["hardcoded types", "Int64", "Closure optimized"]` | 17.979 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure statemachine"]` | 33.931 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure"]` | 1.990 μs (5%) | | 1.28 KiB (1%) | 82 | | `["hardcoded types", "Int64", "Direct"]` | 18.198 ns (5%) | | | | | `["hardcoded types", "Int64", "Iteration protocol"]` | 61.674 ns (5%) | | | | | `["hardcoded types", "Int64", "ResumableFunctions"]` | 61.981 ns (5%) | | | | | `["hardcoded types", "Int64", "Task scheduling"]` | 17.643 μs (5%) | | 2.03 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.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 676 s 0 s 159 s 1751 s 0 s #2 2590 MHz 458 s 0 s 83 s 2046 s 0 s #3 3202 MHz 529 s 0 s 125 s 1938 s 0 s #4 3243 MHz 483 s 0 s 126 s 1979 s 0 s Memory: 15.60690689086914 GB (13665.71484375 MB free) Uptime: 261.01 sec Load Avg: 1.05 0.58 0.24 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Baseline result # Benchmark Report for */home/runner/work/ResumableFunctions.jl/ResumableFunctions.jl* ## Job Properties * Time of benchmark: 2 Jan 2024 - 21:15 * Package commit: c4fc27 * Julia commit: 567754 * 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"]` | 182.779 μs (5%) | | 7.69 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=1"]` | 187.618 μs (5%) | | 7.75 KiB (1%) | 312 | | `["hardcoded types", "BigInt", "Channels csize=100"]` | 56.916 μs (5%) | | 9.56 KiB (1%) | 314 | | `["hardcoded types", "BigInt", "Channels csize=20"]` | 63.267 μs (5%) | | 8.11 KiB (1%) | 313 | | `["hardcoded types", "BigInt", "Closure optimized"]` | 3.344 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Closure statemachine"]` | 3.942 μs (5%) | | 4.53 KiB (1%) | 195 | | `["hardcoded types", "BigInt", "Closure"]` | 4.793 μs (5%) | | 4.47 KiB (1%) | 192 | | `["hardcoded types", "BigInt", "Direct"]` | 3.141 μs (5%) | | 4.39 KiB (1%) | 188 | | `["hardcoded types", "BigInt", "Iteration protocol"]` | 3.193 μs (5%) | | 4.48 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "ResumableFunctions"]` | 3.653 μs (5%) | | 4.50 KiB (1%) | 191 | | `["hardcoded types", "BigInt", "Task scheduling"]` | 23.073 μs (5%) | | 5.25 KiB (1%) | 197 | | `["hardcoded types", "Int64", "Channels csize=0"]` | 175.285 μs (5%) | | 3.02 KiB (1%) | 107 | | `["hardcoded types", "Int64", "Channels csize=1"]` | 178.090 μs (5%) | | 1.86 KiB (1%) | 29 | | `["hardcoded types", "Int64", "Channels csize=100"]` | 51.275 μs (5%) | | 3.67 KiB (1%) | 31 | | `["hardcoded types", "Int64", "Channels csize=20"]` | 57.306 μs (5%) | | 2.22 KiB (1%) | 30 | | `["hardcoded types", "Int64", "Closure optimized"]` | 17.647 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure statemachine"]` | 33.626 ns (5%) | | | | | `["hardcoded types", "Int64", "Closure"]` | 2.216 μs (5%) | | 1.28 KiB (1%) | 82 | | `["hardcoded types", "Int64", "Direct"]` | 18.348 ns (5%) | | | | | `["hardcoded types", "Int64", "Iteration protocol"]` | 61.673 ns (5%) | | | | | `["hardcoded types", "Int64", "ResumableFunctions"]` | 33.936 ns (5%) | | | | | `["hardcoded types", "Int64", "Task scheduling"]` | 17.823 μs (5%) | | 2.03 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.1179 Commit 567754cb96d (2024-01-02 14:32 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.3 LTS uname: Linux 6.2.0-1018-azure #18~22.04.1-Ubuntu SMP Tue Nov 21 19:25:02 UTC 2023 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 714 s 0 s 162 s 2127 s 0 s #2 3245 MHz 461 s 0 s 85 s 2458 s 0 s #3 3124 MHz 674 s 0 s 131 s 2205 s 0 s #4 2445 MHz 674 s 0 s 165 s 2168 s 0 s Memory: 15.60690689086914 GB (13984.796875 MB free) Uptime: 302.92 sec Load Avg: 1.09 0.65 0.28 WORD_SIZE: 64 LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `lbt` | | `Sys.CPU_THREADS` | 4 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Vendor ID: AuthenticAMD Model name: AMD EPYC 7763 64-Core Processor CPU family: 25 Model: 1 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 Stepping: 1 BogoMIPS: 4890.85 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm Virtualization: AMD-V Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 64 KiB (2 instances) L1i cache: 64 KiB (2 instances) L2 cache: 1 MiB (2 instances) L3 cache: 32 MiB (1 instance) NUMA node(s): 1 NUMA node0 CPU(s): 0-3 Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Mitigation; safe RET, no microcode 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: Not affected | Cpu Property | Value | |:------------------ |:---------------------------------------------------------- | | Brand | AMD EPYC 7763 64-Core Processor | | Vendor | :AMD | | Architecture | :Unknown | | Model | Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00 | | Cores | 16 physical cores, 16 logical cores (on executing CPU) | | | No Hyperthreading hardware capability detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 512, 32768) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 48 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC runs at constant rate (invariant from clock frequency) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
gerlero commented 8 months ago

@yieldfrom is failing CI on Julia nightly but that looks like a different issue.

@marcom's code from #80 no longer fails with this branch, so I'll merge it soon unless someone objects.

Krastanov commented 8 months ago

Thanks for taking care of this! Could we give some time to Pepijn to respond with his plans, as he spearheaded these past improvements (and they are quite valuable)? It is holiday season right now so things can be a bit slow. If it is a quick fix we can just wait for that. If it is something he does not have the bandwidth for (perfectly understandable given that it is all volunteer efforts by everyone here), or if it is something that would take a while, we should proceed with this reversal.

However, could you please preserve the tests and mark them as @test_broken? Even if we have to revert #76, we should not lose track of the issues Pepijn reported.

Krastanov commented 8 months ago

Apologies, I did not see the message Pepijn had posted on the other thread. Could you please preserve the tests (now @test_broken) and I am happy to vote in favor of this being merged and released.

gerlero commented 8 months ago

Could you please preserve the tests (now @test_broken)

Good call.

and I am happy to vote in favor of this being merged and released

Thanks. I'll take care of that and release a new patch version.