JuliaSmoothOptimizers / JSOSuite.jl

One stop solutions for all things optimization
Mozilla Public License 2.0
22 stars 6 forks source link

Detect NLS pattern #174

Closed tmigot closed 2 weeks ago

tmigot commented 2 months ago

Related issues

Closes #

Checklist

github-actions[bot] commented 2 months ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmarks: - Target: 12 Jul 2024 - 00:18 - Baseline: 12 Jul 2024 - 00:19 * Package commits: - Target: e6d33e - Baseline: eea585 * Julia commits: - Target: 48d4fd - Baseline: 48d4fd * 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 | |---------------------------|---------------|--------------| | `["solvers", "Percival"]` | 1.14 (5%) :x: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ### Target ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1630 s 0 s 131 s 1754 s 0 s #2 3243 MHz 1844 s 0 s 126 s 1538 s 0 s #3 2876 MHz 1728 s 0 s 152 s 1631 s 0 s #4 2751 MHz 1482 s 0 s 135 s 1896 s 0 s Memory: 15.606491088867188 GB (13763.87109375 MB free) Uptime: 353.88 sec Load Avg: 1.9 1.68 0.77 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2619 MHz 1743 s 0 s 140 s 2166 s 0 s #2 2445 MHz 1864 s 0 s 135 s 2043 s 0 s #3 3243 MHz 1827 s 0 s 166 s 2053 s 0 s #4 3243 MHz 1788 s 0 s 148 s 2112 s 0 s Memory: 15.606491088867188 GB (13761.87890625 MB free) Uptime: 407.48 sec Load Avg: 1.76 1.65 0.81 WORD_SIZE: 64 LIBM: libopenlibm 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/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmark: 12 Jul 2024 - 0:18 * Package commit: e6d33e * Julia commit: 48d4fd * 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 | |---------------------------|----------------:|--------:|----------------:|------------:| | `["solvers", "LBFGS"]` | 47.409 μs (5%) | | 22.15 KiB (1%) | 584 | | `["solvers", "Percival"]` | 72.416 μs (5%) | | 28.12 KiB (1%) | 385 | | `["solvers", "R2"]` | 486.816 μs (5%) | | 234.58 KiB (1%) | 10848 | | `["solvers", "TRON"]` | 61.335 μs (5%) | | 58.62 KiB (1%) | 571 | | `["solvers", "TRUNK"]` | 40.205 μs (5%) | | 30.39 KiB (1%) | 367 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1630 s 0 s 131 s 1754 s 0 s #2 3243 MHz 1844 s 0 s 126 s 1538 s 0 s #3 2876 MHz 1728 s 0 s 152 s 1631 s 0 s #4 2751 MHz 1482 s 0 s 135 s 1896 s 0 s Memory: 15.606491088867188 GB (13763.87109375 MB free) Uptime: 353.88 sec Load Avg: 1.9 1.68 0.77 WORD_SIZE: 64 LIBM: libopenlibm 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/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmark: 12 Jul 2024 - 0:19 * Package commit: eea585 * Julia commit: 48d4fd * 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 | |---------------------------|----------------:|--------:|----------------:|------------:| | `["solvers", "LBFGS"]` | 47.579 μs (5%) | | 22.15 KiB (1%) | 584 | | `["solvers", "Percival"]` | 63.419 μs (5%) | | 28.12 KiB (1%) | 385 | | `["solvers", "R2"]` | 495.272 μs (5%) | | 234.58 KiB (1%) | 10848 | | `["solvers", "TRON"]` | 60.063 μs (5%) | | 58.62 KiB (1%) | 571 | | `["solvers", "TRUNK"]` | 39.365 μs (5%) | | 30.39 KiB (1%) | 367 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1023-azure #24~22.04.1-Ubuntu SMP Wed Jun 12 19:55:26 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2619 MHz 1743 s 0 s 140 s 2166 s 0 s #2 2445 MHz 1864 s 0 s 135 s 2043 s 0 s #3 3243 MHz 1827 s 0 s 166 s 2053 s 0 s #4 3243 MHz 1788 s 0 s 148 s 2112 s 0 s Memory: 15.606491088867188 GB (13761.87890625 MB free) Uptime: 407.48 sec Load Avg: 1.76 1.65 0.81 WORD_SIZE: 64 LIBM: libopenlibm 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.87 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: Vulnerable: 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; BHI 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 |
github-actions[bot] commented 4 weeks ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmarks: - Target: 18 Aug 2024 - 13:17 - Baseline: 18 Aug 2024 - 13:17 * Package commits: - Target: 425660 - Baseline: 9fd0e4 * Julia commits: - Target: 48d4fd - Baseline: 48d4fd * 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 | |---------------------------|------------|--------------| ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ### Target ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1795 s 0 s 134 s 2318 s 0 s #2 3242 MHz 1906 s 0 s 120 s 2231 s 0 s #3 2557 MHz 1574 s 0 s 150 s 2509 s 0 s #4 2588 MHz 1624 s 0 s 134 s 2471 s 0 s Memory: 15.606491088867188 GB (13733.00390625 MB free) Uptime: 427.85 sec Load Avg: 1.58 1.62 0.78 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3213 MHz 1915 s 0 s 141 s 2724 s 0 s #2 2445 MHz 1937 s 0 s 127 s 2724 s 0 s #3 3242 MHz 1873 s 0 s 163 s 2730 s 0 s #4 3247 MHz 1709 s 0 s 145 s 2908 s 0 s Memory: 15.606491088867188 GB (13773.12109375 MB free) Uptime: 481.23 sec Load Avg: 1.39 1.55 0.81 WORD_SIZE: 64 LIBM: libopenlibm 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/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmark: 18 Aug 2024 - 13:17 * Package commit: 425660 * Julia commit: 48d4fd * 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 | |---------------------------|----------------:|--------:|----------------:|------------:| | `["solvers", "LBFGS"]` | 45.606 μs (5%) | | 21.84 KiB (1%) | 576 | | `["solvers", "Percival"]` | 62.247 μs (5%) | | 28.12 KiB (1%) | 385 | | `["solvers", "R2"]` | 489.080 μs (5%) | | 234.58 KiB (1%) | 10848 | | `["solvers", "TRON"]` | 59.913 μs (5%) | | 58.62 KiB (1%) | 571 | | `["solvers", "TRUNK"]` | 40.155 μs (5%) | | 30.39 KiB (1%) | 367 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1795 s 0 s 134 s 2318 s 0 s #2 3242 MHz 1906 s 0 s 120 s 2231 s 0 s #3 2557 MHz 1574 s 0 s 150 s 2509 s 0 s #4 2588 MHz 1624 s 0 s 134 s 2471 s 0 s Memory: 15.606491088867188 GB (13733.00390625 MB free) Uptime: 427.85 sec Load Avg: 1.58 1.62 0.78 WORD_SIZE: 64 LIBM: libopenlibm 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/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmark: 18 Aug 2024 - 13:17 * Package commit: 9fd0e4 * Julia commit: 48d4fd * 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 | |---------------------------|----------------:|--------:|----------------:|------------:| | `["solvers", "LBFGS"]` | 45.275 μs (5%) | | 21.84 KiB (1%) | 576 | | `["solvers", "Percival"]` | 63.650 μs (5%) | | 28.12 KiB (1%) | 385 | | `["solvers", "R2"]` | 484.489 μs (5%) | | 234.58 KiB (1%) | 10848 | | `["solvers", "TRON"]` | 60.083 μs (5%) | | 58.62 KiB (1%) | 571 | | `["solvers", "TRUNK"]` | 39.334 μs (5%) | | 30.39 KiB (1%) | 367 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ``` Julia Version 1.10.4 Commit 48d4fd48430 (2024-06-04 10:41 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3213 MHz 1915 s 0 s 141 s 2724 s 0 s #2 2445 MHz 1937 s 0 s 127 s 2724 s 0 s #3 3242 MHz 1873 s 0 s 163 s 2730 s 0 s #4 3247 MHz 1709 s 0 s 145 s 2908 s 0 s Memory: 15.606491088867188 GB (13773.12109375 MB free) Uptime: 481.23 sec Load Avg: 1.39 1.55 0.81 WORD_SIZE: 64 LIBM: libopenlibm 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.87 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: Vulnerable: 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; BHI 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 |
dpo commented 3 weeks ago

This is really awesome @tmigot ! 👍

github-actions[bot] commented 2 weeks ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmarks: - Target: 1 Sep 2024 - 12:42 - Baseline: 1 Sep 2024 - 12:43 * Package commits: - Target: 2a9cc8 - Baseline: 3994b2 * Julia commits: - Target: 6f3fdf - Baseline: 6f3fdf * 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 | |---------------------------|------------|--------------| ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ### Target ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 1878 s 0 s 136 s 2400 s 0 s #2 3229 MHz 1664 s 0 s 123 s 2610 s 0 s #3 3136 MHz 1500 s 0 s 128 s 2787 s 0 s #4 3239 MHz 1604 s 0 s 137 s 2672 s 0 s Memory: 15.606491088867188 GB (13613.5546875 MB free) Uptime: 443.76 sec Load Avg: 1.65 1.64 0.79 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1908 s 0 s 144 s 2891 s 0 s #2 2445 MHz 1734 s 0 s 130 s 3061 s 0 s #3 3242 MHz 1671 s 0 s 139 s 3134 s 0 s #4 3251 MHz 1868 s 0 s 150 s 2924 s 0 s Memory: 15.606491088867188 GB (13765.7109375 MB free) Uptime: 496.74 sec Load Avg: 1.54 1.6 0.83 WORD_SIZE: 64 LIBM: libopenlibm 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/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmark: 1 Sep 2024 - 12:42 * Package commit: 2a9cc8 * Julia commit: 6f3fdf * 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 | |---------------------------|----------------:|--------:|----------------:|------------:| | `["solvers", "LBFGS"]` | 45.075 μs (5%) | | 21.84 KiB (1%) | 576 | | `["solvers", "Percival"]` | 63.469 μs (5%) | | 28.12 KiB (1%) | 385 | | `["solvers", "R2"]` | 487.101 μs (5%) | | 234.58 KiB (1%) | 10848 | | `["solvers", "TRON"]` | 60.183 μs (5%) | | 58.62 KiB (1%) | 571 | | `["solvers", "TRUNK"]` | 39.463 μs (5%) | | 30.39 KiB (1%) | 367 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 1878 s 0 s 136 s 2400 s 0 s #2 3229 MHz 1664 s 0 s 123 s 2610 s 0 s #3 3136 MHz 1500 s 0 s 128 s 2787 s 0 s #4 3239 MHz 1604 s 0 s 137 s 2672 s 0 s Memory: 15.606491088867188 GB (13613.5546875 MB free) Uptime: 443.76 sec Load Avg: 1.65 1.64 0.79 WORD_SIZE: 64 LIBM: libopenlibm 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/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmark: 1 Sep 2024 - 12:43 * Package commit: 3994b2 * Julia commit: 6f3fdf * 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 | |---------------------------|----------------:|--------:|----------------:|------------:| | `["solvers", "LBFGS"]` | 45.034 μs (5%) | | 21.84 KiB (1%) | 576 | | `["solvers", "Percival"]` | 64.330 μs (5%) | | 28.12 KiB (1%) | 385 | | `["solvers", "R2"]` | 475.399 μs (5%) | | 234.58 KiB (1%) | 10848 | | `["solvers", "TRON"]` | 59.892 μs (5%) | | 58.62 KiB (1%) | 571 | | `["solvers", "TRUNK"]` | 39.454 μs (5%) | | 30.39 KiB (1%) | 367 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1908 s 0 s 144 s 2891 s 0 s #2 2445 MHz 1734 s 0 s 130 s 3061 s 0 s #3 3242 MHz 1671 s 0 s 139 s 3134 s 0 s #4 3251 MHz 1868 s 0 s 150 s 2924 s 0 s Memory: 15.606491088867188 GB (13765.7109375 MB free) Uptime: 496.74 sec Load Avg: 1.54 1.6 0.83 WORD_SIZE: 64 LIBM: libopenlibm 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: Vulnerable: 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; BHI 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 |
github-actions[bot] commented 2 weeks ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmarks: - Target: 1 Sep 2024 - 12:56 - Baseline: 1 Sep 2024 - 12:56 * Package commits: - Target: d810bf - Baseline: 3994b2 * Julia commits: - Target: 6f3fdf - Baseline: 6f3fdf * 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 | |---------------------------|------------|--------------| ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ### Target ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3244 MHz 1904 s 0 s 135 s 2535 s 0 s #2 3249 MHz 1531 s 0 s 136 s 2909 s 0 s #3 2661 MHz 1664 s 0 s 140 s 2764 s 0 s #4 3297 MHz 1775 s 0 s 136 s 2658 s 0 s Memory: 15.606491088867188 GB (13739.4140625 MB free) Uptime: 460.37 sec Load Avg: 1.62 1.64 0.78 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 2072 s 0 s 149 s 2889 s 0 s #2 2445 MHz 1649 s 0 s 147 s 3316 s 0 s #3 2637 MHz 1760 s 0 s 148 s 3198 s 0 s #4 2597 MHz 1931 s 0 s 146 s 3028 s 0 s Memory: 15.606491088867188 GB (13806.7109375 MB free) Uptime: 514.14 sec Load Avg: 1.25 1.53 0.79 WORD_SIZE: 64 LIBM: libopenlibm 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/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmark: 1 Sep 2024 - 12:56 * Package commit: d810bf * Julia commit: 6f3fdf * 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 | |---------------------------|----------------:|--------:|----------------:|------------:| | `["solvers", "LBFGS"]` | 45.295 μs (5%) | | 21.84 KiB (1%) | 576 | | `["solvers", "Percival"]` | 62.817 μs (5%) | | 28.12 KiB (1%) | 385 | | `["solvers", "R2"]` | 481.926 μs (5%) | | 234.58 KiB (1%) | 10848 | | `["solvers", "TRON"]` | 60.282 μs (5%) | | 58.62 KiB (1%) | 571 | | `["solvers", "TRUNK"]` | 40.205 μs (5%) | | 30.39 KiB (1%) | 367 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3244 MHz 1904 s 0 s 135 s 2535 s 0 s #2 3249 MHz 1531 s 0 s 136 s 2909 s 0 s #3 2661 MHz 1664 s 0 s 140 s 2764 s 0 s #4 3297 MHz 1775 s 0 s 136 s 2658 s 0 s Memory: 15.606491088867188 GB (13739.4140625 MB free) Uptime: 460.37 sec Load Avg: 1.62 1.64 0.78 WORD_SIZE: 64 LIBM: libopenlibm 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/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmark: 1 Sep 2024 - 12:56 * Package commit: 3994b2 * Julia commit: 6f3fdf * 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 | |---------------------------|----------------:|--------:|----------------:|------------:| | `["solvers", "LBFGS"]` | 44.983 μs (5%) | | 21.84 KiB (1%) | 576 | | `["solvers", "Percival"]` | 62.726 μs (5%) | | 28.12 KiB (1%) | 385 | | `["solvers", "R2"]` | 480.794 μs (5%) | | 234.58 KiB (1%) | 10848 | | `["solvers", "TRON"]` | 60.071 μs (5%) | | 58.62 KiB (1%) | 571 | | `["solvers", "TRUNK"]` | 38.933 μs (5%) | | 30.39 KiB (1%) | 367 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 3243 MHz 2072 s 0 s 149 s 2889 s 0 s #2 2445 MHz 1649 s 0 s 147 s 3316 s 0 s #3 2637 MHz 1760 s 0 s 148 s 3198 s 0 s #4 2597 MHz 1931 s 0 s 146 s 3028 s 0 s Memory: 15.606491088867188 GB (13806.7109375 MB free) Uptime: 514.14 sec Load Avg: 1.25 1.53 0.79 WORD_SIZE: 64 LIBM: libopenlibm 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: Vulnerable: 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; BHI 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 |
github-actions[bot] commented 2 weeks ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmarks: - Target: 1 Sep 2024 - 13:03 - Baseline: 1 Sep 2024 - 13:04 * Package commits: - Target: 9680da - Baseline: 3994b2 * Julia commits: - Target: 6f3fdf - Baseline: 6f3fdf * 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 | |---------------------------|------------|--------------| ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ### Target ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2760 MHz 1617 s 0 s 131 s 2300 s 0 s #2 2445 MHz 1737 s 0 s 135 s 2170 s 0 s #3 2445 MHz 1650 s 0 s 125 s 2281 s 0 s #4 3244 MHz 1664 s 0 s 124 s 2257 s 0 s Memory: 15.606491088867188 GB (13726.484375 MB free) Uptime: 407.5 sec Load Avg: 1.68 1.58 0.73 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, znver3) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores) ``` ### Baseline ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1742 s 0 s 143 s 2683 s 0 s #2 3125 MHz 1755 s 0 s 144 s 2665 s 0 s #3 3266 MHz 1853 s 0 s 136 s 2588 s 0 s #4 3242 MHz 1845 s 0 s 131 s 2592 s 0 s Memory: 15.606491088867188 GB (13775.77734375 MB free) Uptime: 459.72 sec Load Avg: 1.34 1.5 0.75 WORD_SIZE: 64 LIBM: libopenlibm 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/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmark: 1 Sep 2024 - 13:3 * Package commit: 9680da * Julia commit: 6f3fdf * 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 | |---------------------------|----------------:|--------:|----------------:|------------:| | `["solvers", "LBFGS"]` | 46.267 μs (5%) | | 21.84 KiB (1%) | 576 | | `["solvers", "Percival"]` | 64.751 μs (5%) | | 28.12 KiB (1%) | 385 | | `["solvers", "R2"]` | 484.104 μs (5%) | | 234.58 KiB (1%) | 10848 | | `["solvers", "TRON"]` | 60.524 μs (5%) | | 58.62 KiB (1%) | 571 | | `["solvers", "TRUNK"]` | 39.975 μs (5%) | | 30.39 KiB (1%) | 367 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2760 MHz 1617 s 0 s 131 s 2300 s 0 s #2 2445 MHz 1737 s 0 s 135 s 2170 s 0 s #3 2445 MHz 1650 s 0 s 125 s 2281 s 0 s #4 3244 MHz 1664 s 0 s 124 s 2257 s 0 s Memory: 15.606491088867188 GB (13726.484375 MB free) Uptime: 407.5 sec Load Avg: 1.68 1.58 0.73 WORD_SIZE: 64 LIBM: libopenlibm 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/JSOSuite.jl/JSOSuite.jl* ## Job Properties * Time of benchmark: 1 Sep 2024 - 13:4 * Package commit: 3994b2 * Julia commit: 6f3fdf * 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 | |---------------------------|----------------:|--------:|----------------:|------------:| | `["solvers", "LBFGS"]` | 45.786 μs (5%) | | 21.84 KiB (1%) | 576 | | `["solvers", "Percival"]` | 63.969 μs (5%) | | 28.12 KiB (1%) | 385 | | `["solvers", "R2"]` | 480.577 μs (5%) | | 234.58 KiB (1%) | 10848 | | `["solvers", "TRON"]` | 60.503 μs (5%) | | 58.62 KiB (1%) | 571 | | `["solvers", "TRUNK"]` | 40.084 μs (5%) | | 30.39 KiB (1%) | 367 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["solvers"]` ## Julia versioninfo ``` Julia Version 1.10.5 Commit 6f3fdf7b362 (2024-08-27 14:19 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) Ubuntu 22.04.4 LTS uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64 CPU: AMD EPYC 7763 64-Core Processor: speed user nice sys idle irq #1 2445 MHz 1742 s 0 s 143 s 2683 s 0 s #2 3125 MHz 1755 s 0 s 144 s 2665 s 0 s #3 3266 MHz 1853 s 0 s 136 s 2588 s 0 s #4 3242 MHz 1845 s 0 s 131 s 2592 s 0 s Memory: 15.606491088867188 GB (13775.77734375 MB free) Uptime: 459.72 sec Load Avg: 1.34 1.5 0.75 WORD_SIZE: 64 LIBM: libopenlibm 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: Vulnerable: 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; BHI 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 |
tmigot commented 2 weeks ago

Thanks @paraynaud !

paraynaud commented 1 week ago

My pleasure :)