Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate benchmarks #38

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Automate benchmarks #38

merged 1 commit into from
Oct 26, 2023

Conversation

maltezfaria
Copy link
Member

@maltezfaria maltezfaria commented Oct 25, 2023

  • Figure out how setup and run benchmarks
  • Automate the process using BenchmarkCI.jl
  • Run CI on a self-hosted machine
  • Come up with a representative set of benchmarks
    • Matrix assembly for Laplace, Helmholtz, Stokes
    • Matrix vector product
    • LU factorization

@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Merging #38 (be5cd03) into main (50bae4d) will decrease coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
- Coverage   71.67%   71.61%   -0.06%     
==========================================
  Files          15       15              
  Lines        1730     1730              
==========================================
- Hits         1240     1239       -1     
- Misses        490      491       +1     
Files Coverage Δ
src/lu.jl 95.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

@maltezfaria maltezfaria force-pushed the benchmarks branch 3 times, most recently from 760e376 to e96eb04 Compare October 26, 2023 05:52
@github-actions
Copy link

Benchmark result

Judge result

Benchmark Report for /home/runner/work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmarks:
    • Target: 26 Oct 2023 - 06:16
    • Baseline: 26 Oct 2023 - 06:17
  • Package commits:
    • Target: 6f66bc
    • Baseline: 6f66bc
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • 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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). 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
["trigonometry", "circular", ("cos", 0.0)] 1.07 (5%) ❌ 1.00 (1%)
["trigonometry", "circular", ("sin", 0.0)] 0.93 (5%) ✅ 1.00 (1%)
["trigonometry", "circular", ("tan", 0.0)] 0.86 (5%) ✅ 1.00 (1%)
["trigonometry", "hyperbolic", ("sin", 0.0)] 1.08 (5%) ❌ 1.00 (1%)
["trigonometry", "hyperbolic", ("tan", 0.0)] 0.86 (5%) ✅ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["trigonometry", "circular"]
  • ["trigonometry", "hyperbolic"]
  • ["utf8"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz        791 s          0 s        108 s       2322 s          0 s
       #2  2793 MHz        911 s          0 s        153 s       2151 s          0 s
  Memory: 6.7597503662109375 GB (5437.25 MB free)
  Uptime: 327.95 sec
  Load Avg:  1.1  0.6  0.26
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz        815 s          0 s        112 s       2579 s          0 s
       #2  2793 MHz       1151 s          0 s        178 s       2172 s          0 s
  Memory: 6.7597503662109375 GB (5388.2265625 MB free)
  Uptime: 356.46 sec
  Load Avg:  1.23  0.68  0.3
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Target result

Benchmark Report for /home/runner/work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 6:16
  • Package commit: 6f66bc
  • Julia commit: bed2cd
  • 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
["trigonometry", "circular", ("cos", "π")] 1.599 ns (5%)
["trigonometry", "circular", ("cos", 0.0)] 6.000 ns (5%)
["trigonometry", "circular", ("sin", "π")] 1.600 ns (5%)
["trigonometry", "circular", ("sin", 0.0)] 5.199 ns (5%)
["trigonometry", "circular", ("tan", "π")] 1.600 ns (5%)
["trigonometry", "circular", ("tan", 0.0)] 4.799 ns (5%)
["trigonometry", "hyperbolic", ("cos", "π")] 1.600 ns (5%)
["trigonometry", "hyperbolic", ("cos", 0.0)] 5.599 ns (5%)
["trigonometry", "hyperbolic", ("sin", "π")] 1.599 ns (5%)
["trigonometry", "hyperbolic", ("sin", 0.0)] 5.600 ns (5%)
["trigonometry", "hyperbolic", ("tan", "π")] 1.600 ns (5%)
["trigonometry", "hyperbolic", ("tan", 0.0)] 4.800 ns (5%)
["utf8", "join"] 171.947 ms (5%) 935.601 μs 127.36 MiB (1%) 21
["utf8", "replace"] 113.800 μs (5%) 12.00 KiB (1%) 4

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["trigonometry", "circular"]
  • ["trigonometry", "hyperbolic"]
  • ["utf8"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz        791 s          0 s        108 s       2322 s          0 s
       #2  2793 MHz        911 s          0 s        153 s       2151 s          0 s
  Memory: 6.7597503662109375 GB (5437.25 MB free)
  Uptime: 327.95 sec
  Load Avg:  1.1  0.6  0.26
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline result

Benchmark Report for /home/runner/work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 6:17
  • Package commit: 6f66bc
  • Julia commit: bed2cd
  • 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
["trigonometry", "circular", ("cos", "π")] 1.600 ns (5%)
["trigonometry", "circular", ("cos", 0.0)] 5.600 ns (5%)
["trigonometry", "circular", ("sin", "π")] 1.600 ns (5%)
["trigonometry", "circular", ("sin", 0.0)] 5.600 ns (5%)
["trigonometry", "circular", ("tan", "π")] 1.600 ns (5%)
["trigonometry", "circular", ("tan", 0.0)] 5.600 ns (5%)
["trigonometry", "hyperbolic", ("cos", "π")] 1.600 ns (5%)
["trigonometry", "hyperbolic", ("cos", 0.0)] 5.600 ns (5%)
["trigonometry", "hyperbolic", ("sin", "π")] 1.600 ns (5%)
["trigonometry", "hyperbolic", ("sin", 0.0)] 5.200 ns (5%)
["trigonometry", "hyperbolic", ("tan", "π")] 1.600 ns (5%)
["trigonometry", "hyperbolic", ("tan", 0.0)] 5.600 ns (5%)
["utf8", "join"] 171.469 ms (5%) 996.401 μs 127.36 MiB (1%) 21
["utf8", "replace"] 113.800 μs (5%) 12.00 KiB (1%) 4

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["trigonometry", "circular"]
  • ["trigonometry", "hyperbolic"]
  • ["utf8"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz        815 s          0 s        112 s       2579 s          0 s
       #2  2793 MHz       1151 s          0 s        178 s       2172 s          0 s
  Memory: 6.7597503662109375 GB (5388.2265625 MB free)
  Uptime: 356.46 sec
  Load Avg:  1.23  0.68  0.3
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() lbt
Sys.CPU_THREADS 2

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Address sizes:                      46 bits physical, 48 bits virtual
Byte Order:                         Little Endian
CPU(s):                             2
On-line CPU(s) list:                0,1
Vendor ID:                          GenuineIntel
Model name:                         Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
CPU family:                         6
Model:                              106
Thread(s) per core:                 1
Core(s) per socket:                 2
Socket(s):                          1
Stepping:                           6
BogoMIPS:                           5586.87
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          96 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           2.5 MiB (2 instances)
L3 cache:                           48 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0,1
Vulnerability Gather data sampling: Unknown: Dependent on hypervisor status
Vulnerability Itlb multihit:        KVM: Mitigation: VMX unsupported
Vulnerability L1tf:                 Mitigation; PTE Inversion
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Vulnerable
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT Host state unknown
Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@maltezfaria maltezfaria added the run benchmark Trigger the `BenchmarkCI.jl` action label Oct 26, 2023
@github-actions
Copy link

Benchmark result

Judge result

Benchmark Report for /home/runner/work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmarks:
    • Target: 26 Oct 2023 - 06:36
    • Baseline: 26 Oct 2023 - 06:37
  • Package commits:
    • Target: 0132e0
    • Baseline: 0132e0
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • 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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). 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
["trigonometry", "circular", ("cos", "π")] 0.88 (5%) ✅ 1.00 (1%)
["trigonometry", "circular", ("tan", "π")] 1.06 (5%) ❌ 1.00 (1%)
["trigonometry", "hyperbolic", ("cos", "π")] 1.06 (5%) ❌ 1.00 (1%)
["trigonometry", "hyperbolic", ("cos", 0.0)] 0.89 (5%) ✅ 1.00 (1%)
["trigonometry", "hyperbolic", ("sin", "π")] 0.88 (5%) ✅ 1.00 (1%)
["trigonometry", "hyperbolic", ("sin", 0.0)] 0.93 (5%) ✅ 1.00 (1%)
["trigonometry", "hyperbolic", ("tan", "π")] 1.13 (5%) ❌ 1.00 (1%)
["utf8", "replace"] 0.94 (5%) ✅ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["trigonometry", "circular"]
  • ["trigonometry", "hyperbolic"]
  • ["utf8"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
              speed         user         nice          sys         idle          irq
       #1  2294 MHz       1068 s          0 s        188 s       2471 s          0 s
       #2  2294 MHz       1281 s          0 s        210 s       2209 s          0 s
  Memory: 6.759746551513672 GB (5454.58984375 MB free)
  Uptime: 381.51 sec
  Load Avg:  1.26  0.8  0.36
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
  Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
              speed         user         nice          sys         idle          irq
       #1  2294 MHz       1371 s          0 s        218 s       2514 s          0 s
       #2  2294 MHz       1330 s          0 s        216 s       2528 s          0 s
  Memory: 6.759746551513672 GB (5367.1640625 MB free)
  Uptime: 419.15 sec
  Load Avg:  1.14  0.82  0.39
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
  Threads: 1 on 2 virtual cores

Target result

Benchmark Report for /home/runner/work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 6:36
  • Package commit: 0132e0
  • Julia commit: bed2cd
  • 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
["trigonometry", "circular", ("cos", "π")] 1.500 ns (5%)
["trigonometry", "circular", ("cos", 0.0)] 5.800 ns (5%)
["trigonometry", "circular", ("sin", "π")] 1.700 ns (5%)
["trigonometry", "circular", ("sin", 0.0)] 5.000 ns (5%)
["trigonometry", "circular", ("tan", "π")] 1.700 ns (5%)
["trigonometry", "circular", ("tan", 0.0)] 5.500 ns (5%)
["trigonometry", "hyperbolic", ("cos", "π")] 1.700 ns (5%)
["trigonometry", "hyperbolic", ("cos", 0.0)] 5.800 ns (5%)
["trigonometry", "hyperbolic", ("sin", "π")] 1.500 ns (5%)
["trigonometry", "hyperbolic", ("sin", 0.0)] 5.100 ns (5%)
["trigonometry", "hyperbolic", ("tan", "π")] 1.699 ns (5%)
["trigonometry", "hyperbolic", ("tan", 0.0)] 6.299 ns (5%)
["utf8", "join"] 226.589 ms (5%) 969.701 μs 127.36 MiB (1%) 21
["utf8", "replace"] 107.900 μs (5%) 12.00 KiB (1%) 4

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["trigonometry", "circular"]
  • ["trigonometry", "hyperbolic"]
  • ["utf8"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
              speed         user         nice          sys         idle          irq
       #1  2294 MHz       1068 s          0 s        188 s       2471 s          0 s
       #2  2294 MHz       1281 s          0 s        210 s       2209 s          0 s
  Memory: 6.759746551513672 GB (5454.58984375 MB free)
  Uptime: 381.51 sec
  Load Avg:  1.26  0.8  0.36
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
  Threads: 1 on 2 virtual cores

Baseline result

Benchmark Report for /home/runner/work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 6:37
  • Package commit: 0132e0
  • Julia commit: bed2cd
  • 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
["trigonometry", "circular", ("cos", "π")] 1.700 ns (5%)
["trigonometry", "circular", ("cos", 0.0)] 6.000 ns (5%)
["trigonometry", "circular", ("sin", "π")] 1.700 ns (5%)
["trigonometry", "circular", ("sin", 0.0)] 5.200 ns (5%)
["trigonometry", "circular", ("tan", "π")] 1.600 ns (5%)
["trigonometry", "circular", ("tan", 0.0)] 5.600 ns (5%)
["trigonometry", "hyperbolic", ("cos", "π")] 1.600 ns (5%)
["trigonometry", "hyperbolic", ("cos", 0.0)] 6.500 ns (5%)
["trigonometry", "hyperbolic", ("sin", "π")] 1.700 ns (5%)
["trigonometry", "hyperbolic", ("sin", 0.0)] 5.500 ns (5%)
["trigonometry", "hyperbolic", ("tan", "π")] 1.500 ns (5%)
["trigonometry", "hyperbolic", ("tan", 0.0)] 6.100 ns (5%)
["utf8", "join"] 231.234 ms (5%) 1.948 ms 127.36 MiB (1%) 21
["utf8", "replace"] 114.900 μs (5%) 12.00 KiB (1%) 4

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["trigonometry", "circular"]
  • ["trigonometry", "hyperbolic"]
  • ["utf8"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
              speed         user         nice          sys         idle          irq
       #1  2294 MHz       1371 s          0 s        218 s       2514 s          0 s
       #2  2294 MHz       1330 s          0 s        216 s       2528 s          0 s
  Memory: 6.759746551513672 GB (5367.1640625 MB free)
  Uptime: 419.15 sec
  Load Avg:  1.14  0.82  0.39
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
  Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() lbt
Sys.CPU_THREADS 2

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Address sizes:                      46 bits physical, 48 bits virtual
Byte Order:                         Little Endian
CPU(s):                             2
On-line CPU(s) list:                0,1
Vendor ID:                          GenuineIntel
Model name:                         Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz
CPU family:                         6
Model:                              79
Thread(s) per core:                 1
Core(s) per socket:                 2
Socket(s):                          1
Stepping:                           1
BogoMIPS:                           4589.37
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap xsaveopt md_clear
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          64 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           512 KiB (2 instances)
L3 cache:                           50 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0,1
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        KVM: Mitigation: VMX unsupported
Vulnerability L1tf:                 Mitigation; PTE Inversion
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Vulnerable
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT Host state unknown
Cpu Property Value
Brand Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz
Vendor :Intel
Architecture :Broadwell
Model Family: 0x06, Model: 0x4f, Stepping: 0x01, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 256, 51200) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@github-actions
Copy link

Benchmark result

Judge result

Benchmark Report for /home/runner/work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmarks:
    • Target: 26 Oct 2023 - 06:48
    • Baseline: 26 Oct 2023 - 06:48
  • Package commits:
    • Target: 0132e0
    • Baseline: 0132e0
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • 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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). 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
["trigonometry", "circular", ("cos", "π")] 1.12 (5%) ❌ 1.00 (1%)
["trigonometry", "circular", ("cos", 0.0)] 0.94 (5%) ✅ 1.00 (1%)
["trigonometry", "circular", ("sin", "π")] 1.12 (5%) ❌ 1.00 (1%)
["trigonometry", "circular", ("tan", "π")] 1.12 (5%) ❌ 1.00 (1%)
["trigonometry", "hyperbolic", ("cos", 0.0)] 0.91 (5%) ✅ 1.00 (1%)
["trigonometry", "hyperbolic", ("sin", "π")] 1.06 (5%) ❌ 1.00 (1%)
["trigonometry", "hyperbolic", ("tan", "π")] 1.06 (5%) ❌ 1.00 (1%)
["trigonometry", "hyperbolic", ("tan", 0.0)] 1.15 (5%) ❌ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["trigonometry", "circular"]
  • ["trigonometry", "hyperbolic"]
  • ["utf8"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
              speed         user         nice          sys         idle          irq
       #1  2294 MHz        798 s          0 s        147 s       2039 s          0 s
       #2  2294 MHz       1367 s          0 s        223 s       1381 s          0 s
  Memory: 6.759746551513672 GB (5434.89453125 MB free)
  Uptime: 307.41 sec
  Load Avg:  1.34  0.88  0.4
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
  Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
              speed         user         nice          sys         idle          irq
       #1  2294 MHz       1083 s          0 s        176 s       2080 s          0 s
       #2  2294 MHz       1413 s          0 s        231 s       1680 s          0 s
  Memory: 6.759746551513672 GB (5377.80859375 MB free)
  Uptime: 342.93 sec
  Load Avg:  1.25  0.91  0.43
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
  Threads: 1 on 2 virtual cores

Target result

Benchmark Report for /home/runner/work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 6:48
  • Package commit: 0132e0
  • Julia commit: bed2cd
  • 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
["trigonometry", "circular", ("cos", "π")] 1.800 ns (5%)
["trigonometry", "circular", ("cos", 0.0)] 6.000 ns (5%)
["trigonometry", "circular", ("sin", "π")] 1.900 ns (5%)
["trigonometry", "circular", ("sin", 0.0)] 6.200 ns (5%)
["trigonometry", "circular", ("tan", "π")] 1.800 ns (5%)
["trigonometry", "circular", ("tan", 0.0)] 6.000 ns (5%)
["trigonometry", "hyperbolic", ("cos", "π")] 1.800 ns (5%)
["trigonometry", "hyperbolic", ("cos", 0.0)] 6.400 ns (5%)
["trigonometry", "hyperbolic", ("sin", "π")] 1.800 ns (5%)
["trigonometry", "hyperbolic", ("sin", 0.0)] 5.500 ns (5%)
["trigonometry", "hyperbolic", ("tan", "π")] 1.800 ns (5%)
["trigonometry", "hyperbolic", ("tan", 0.0)] 6.300 ns (5%)
["utf8", "join"] 215.486 ms (5%) 1.581 ms 127.36 MiB (1%) 21
["utf8", "replace"] 123.601 μs (5%) 12.00 KiB (1%) 4

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["trigonometry", "circular"]
  • ["trigonometry", "hyperbolic"]
  • ["utf8"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
              speed         user         nice          sys         idle          irq
       #1  2294 MHz        798 s          0 s        147 s       2039 s          0 s
       #2  2294 MHz       1367 s          0 s        223 s       1381 s          0 s
  Memory: 6.759746551513672 GB (5434.89453125 MB free)
  Uptime: 307.41 sec
  Load Avg:  1.34  0.88  0.4
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
  Threads: 1 on 2 virtual cores

Baseline result

Benchmark Report for /home/runner/work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 6:48
  • Package commit: 0132e0
  • Julia commit: bed2cd
  • 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
["trigonometry", "circular", ("cos", "π")] 1.600 ns (5%)
["trigonometry", "circular", ("cos", 0.0)] 6.400 ns (5%)
["trigonometry", "circular", ("sin", "π")] 1.700 ns (5%)
["trigonometry", "circular", ("sin", 0.0)] 6.400 ns (5%)
["trigonometry", "circular", ("tan", "π")] 1.600 ns (5%)
["trigonometry", "circular", ("tan", 0.0)] 5.900 ns (5%)
["trigonometry", "hyperbolic", ("cos", "π")] 1.800 ns (5%)
["trigonometry", "hyperbolic", ("cos", 0.0)] 7.000 ns (5%)
["trigonometry", "hyperbolic", ("sin", "π")] 1.700 ns (5%)
["trigonometry", "hyperbolic", ("sin", 0.0)] 5.300 ns (5%)
["trigonometry", "hyperbolic", ("tan", "π")] 1.700 ns (5%)
["trigonometry", "hyperbolic", ("tan", 0.0)] 5.500 ns (5%)
["utf8", "join"] 220.653 ms (5%) 1.764 ms 127.36 MiB (1%) 21
["utf8", "replace"] 125.401 μs (5%) 12.00 KiB (1%) 4

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["trigonometry", "circular"]
  • ["trigonometry", "hyperbolic"]
  • ["utf8"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: 
              speed         user         nice          sys         idle          irq
       #1  2294 MHz       1083 s          0 s        176 s       2080 s          0 s
       #2  2294 MHz       1413 s          0 s        231 s       1680 s          0 s
  Memory: 6.759746551513672 GB (5377.80859375 MB free)
  Uptime: 342.93 sec
  Load Avg:  1.25  0.91  0.43
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, broadwell)
  Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() lbt
Sys.CPU_THREADS 2

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Address sizes:                      46 bits physical, 48 bits virtual
Byte Order:                         Little Endian
CPU(s):                             2
On-line CPU(s) list:                0,1
Vendor ID:                          GenuineIntel
Model name:                         Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz
CPU family:                         6
Model:                              79
Thread(s) per core:                 1
Core(s) per socket:                 2
Socket(s):                          1
Stepping:                           1
BogoMIPS:                           4589.36
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap xsaveopt md_clear
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          64 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           512 KiB (2 instances)
L3 cache:                           50 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0,1
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        KVM: Mitigation: VMX unsupported
Vulnerability L1tf:                 Mitigation; PTE Inversion
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Vulnerable
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT Host state unknown
Cpu Property Value
Brand Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz
Vendor :Intel
Architecture :Broadwell
Model Family: 0x06, Model: 0x4f, Stepping: 0x01, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 256, 51200) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@github-actions
Copy link

Benchmark result

Judge result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmarks:
    • Target: 26 Oct 2023 - 12:07
    • Baseline: 26 Oct 2023 - 12:08
  • Package commits:
    • Target: 8148f3
    • Baseline: 8148f3
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • 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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). 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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 0.84 (5%) ✅ 1.00 (1%)
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 0.99 (5%) 0.88 (1%) ✅
["Laplace", "assemble threads=true"] 0.55 (5%) ✅ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     506231 s       1127 s      88347 s  346475380 s          0 s
  Memory: 31.013160705566406 GB (2453.578125 MB free)
  Uptime: 867861.16 sec
  Load Avg:  5.77  2.03  1.19
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 20 on 40 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     507320 s       1127 s      88599 s  346499920 s          0 s
  Memory: 31.013160705566406 GB (20965.703125 MB free)
  Uptime: 867925.98 sec
  Load Avg:  4.13  2.14  1.28
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 20 on 40 virtual cores

Target result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 12:7
  • Package commit: 8148f3
  • Julia commit: bed2cd
  • 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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 69.660 ms (5%) 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.697 ms (5%) 450.84 KiB (1%) 45
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 648.819 ms (5%) 46.04 MiB (1%) 16
["Laplace", "assemble threads=false"] 20.095 s (5%) 888.551 ms 4.86 GiB (1%) 353529
["Laplace", "assemble threads=true"] 1.324 s (5%) 4.86 GiB (1%) 375812

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     506231 s       1127 s      88347 s  346475380 s          0 s
  Memory: 31.013160705566406 GB (2453.578125 MB free)
  Uptime: 867861.16 sec
  Load Avg:  5.77  2.03  1.19
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 20 on 40 virtual cores

Baseline result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 12:8
  • Package commit: 8148f3
  • Julia commit: bed2cd
  • 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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 83.218 ms (5%) 2.797 ms 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.710 ms (5%) 513.84 KiB (1%) 49
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 651.427 ms (5%) 983.928 μs 46.04 MiB (1%) 16
["Laplace", "assemble threads=false"] 20.346 s (5%) 344.406 ms 4.85 GiB (1%) 509037
["Laplace", "assemble threads=true"] 2.429 s (5%) 45.097 ms 4.84 GiB (1%) 377732

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     507320 s       1127 s      88599 s  346499920 s          0 s
  Memory: 31.013160705566406 GB (20965.703125 MB free)
  Uptime: 867925.98 sec
  Load Avg:  4.13  2.14  1.28
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 20 on 40 virtual cores

Runtime information

Runtime Info
BLAS #threads 20
BLAS.vendor() lbt
Sys.CPU_THREADS 40

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Byte Order:                         Little Endian
Address sizes:                      46 bits physical, 48 bits virtual
CPU(s):                             40
On-line CPU(s) list:                0-39
Thread(s) per core:                 2
Core(s) per socket:                 10
Socket(s):                          2
NUMA node(s):                       2
Vendor ID:                          GenuineIntel
CPU family:                         6
Model:                              85
Model name:                         Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Stepping:                           4
CPU MHz:                            2200.000
CPU max MHz:                        3000,0000
CPU min MHz:                        800,0000
BogoMIPS:                           4400.00
Virtualization:                     VT-x
L1d cache:                          640 KiB
L1i cache:                          640 KiB
L2 cache:                           20 MiB
L3 cache:                           27,5 MiB
NUMA node0 CPU(s):                  0-9,20-29
NUMA node1 CPU(s):                  10-19,30-39
Vulnerability Gather data sampling: Mitigation; Microcode
Vulnerability Itlb multihit:        KVM: Mitigation: VMX disabled
Vulnerability L1tf:                 Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Retbleed:             Mitigation; IBRS
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT vulnerable
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities
Cpu Property Value
Brand Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00
Cores 10 physical cores, 20 logical cores (on executing CPU)
Hyperthreading hardware capability detected
Clock Frequencies 2200 / 3000 MHz (base/max), 100 MHz bus
Data Cache Level 1:3 : (32, 1024, 14080) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) revision 4
Available hardware counters per logical core:
3 fixed-function counters of 48 bit width
4 general-purpose counters of 48 bit width
Hypervisor No

@github-actions
Copy link

Benchmark result

Judge result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmarks:
    • Target: 26 Oct 2023 - 12:18
    • Baseline: 26 Oct 2023 - 12:19
  • Package commits:
    • Target: 398860
    • Baseline: 398860
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • 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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). 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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 0.84 (5%) ✅ 0.93 (1%) ✅
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.07 (5%) ❌ 1.00 (1%)
["Laplace", "assemble threads=false"] 0.91 (5%) ✅ 1.01 (1%)
["Laplace", "assemble threads=true"] 0.49 (5%) ✅ 1.01 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     513499 s       1127 s      89990 s  346722733 s          0 s
  Memory: 31.013160705566406 GB (17638.27734375 MB free)
  Uptime: 868502.47 sec
  Load Avg:  3.64  1.75  1.3
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 20 on 40 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     514585 s       1127 s      90222 s  346746831 s          0 s
  Memory: 31.013160705566406 GB (21176.265625 MB free)
  Uptime: 868566.13 sec
  Load Avg:  3.41  1.91  1.37
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 20 on 40 virtual cores

Target result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 12:18
  • Package commit: 398860
  • Julia commit: bed2cd
  • 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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 67.898 ms (5%) 99.55 MiB (1%) 61
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.644 ms (5%) 482.34 KiB (1%) 47
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 640.633 ms (5%) 46.04 MiB (1%) 16
["Laplace", "assemble threads=false"] 18.615 s (5%) 597.482 ms 4.90 GiB (1%) 362587
["Laplace", "assemble threads=true"] 1.232 s (5%) 4.90 GiB (1%) 385519

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     513499 s       1127 s      89990 s  346722733 s          0 s
  Memory: 31.013160705566406 GB (17638.27734375 MB free)
  Uptime: 868502.47 sec
  Load Avg:  3.64  1.75  1.3
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 20 on 40 virtual cores

Baseline result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 12:19
  • Package commit: 398860
  • Julia commit: bed2cd
  • 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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 80.669 ms (5%) 2.888 ms 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.534 ms (5%) 482.34 KiB (1%) 47
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 643.814 ms (5%) 1.002 ms 46.04 MiB (1%) 16
["Laplace", "assemble threads=false"] 20.508 s (5%) 338.613 ms 4.87 GiB (1%) 507693
["Laplace", "assemble threads=true"] 2.508 s (5%) 44.351 ms 4.86 GiB (1%) 376316

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     514585 s       1127 s      90222 s  346746831 s          0 s
  Memory: 31.013160705566406 GB (21176.265625 MB free)
  Uptime: 868566.13 sec
  Load Avg:  3.41  1.91  1.37
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 20 on 40 virtual cores

Runtime information

Runtime Info
BLAS #threads 20
BLAS.vendor() lbt
Sys.CPU_THREADS 40

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Byte Order:                         Little Endian
Address sizes:                      46 bits physical, 48 bits virtual
CPU(s):                             40
On-line CPU(s) list:                0-39
Thread(s) per core:                 2
Core(s) per socket:                 10
Socket(s):                          2
NUMA node(s):                       2
Vendor ID:                          GenuineIntel
CPU family:                         6
Model:                              85
Model name:                         Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Stepping:                           4
CPU MHz:                            2200.000
CPU max MHz:                        3000,0000
CPU min MHz:                        800,0000
BogoMIPS:                           4400.00
Virtualization:                     VT-x
L1d cache:                          640 KiB
L1i cache:                          640 KiB
L2 cache:                           20 MiB
L3 cache:                           27,5 MiB
NUMA node0 CPU(s):                  0-9,20-29
NUMA node1 CPU(s):                  10-19,30-39
Vulnerability Gather data sampling: Mitigation; Microcode
Vulnerability Itlb multihit:        KVM: Mitigation: VMX disabled
Vulnerability L1tf:                 Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Retbleed:             Mitigation; IBRS
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT vulnerable
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities
Cpu Property Value
Brand Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00
Cores 10 physical cores, 20 logical cores (on executing CPU)
Hyperthreading hardware capability detected
Clock Frequencies 2200 / 3000 MHz (base/max), 100 MHz bus
Data Cache Level 1:3 : (32, 1024, 14080) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) revision 4
Available hardware counters per logical core:
3 fixed-function counters of 48 bit width
4 general-purpose counters of 48 bit width
Hypervisor No

@maltezfaria maltezfaria force-pushed the benchmarks branch 3 times, most recently from ddb865a to 32750cc Compare October 26, 2023 11:11
@github-actions
Copy link

Benchmark result

Judge result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmarks:
    • Target: 26 Oct 2023 - 13:17
    • Baseline: 26 Oct 2023 - 13:18
  • Package commits:
    • Target: c56ab3
    • Baseline: c56ab3
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • Julia command flags:
    • Target: -O3
    • Baseline: -O3
  • Environment variables:
    • Target: JULIA_NUM_THREADS => 4 OPEN_BLAS_NUM_THREADS => 1
    • Baseline: JULIA_NUM_THREADS => 4 OPEN_BLAS_NUM_THREADS => 1

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). 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
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.05 (5%) ❌ 1.00 (1%)
["Laplace", "assemble threads=false"] 0.92 (5%) ✅ 1.00 (1%)
["Laplace", "assemble threads=true"] 0.89 (5%) ✅ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     549143 s       1127 s      95654 s  348089750 s          0 s
  Memory: 31.013160705566406 GB (18117.80078125 MB free)
  Uptime: 872024.98 sec
  Load Avg:  1.77  1.16  1.0
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 4 on 40 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     549886 s       1127 s      95737 s  348114053 s          0 s
  Memory: 31.013160705566406 GB (22972.1171875 MB free)
  Uptime: 872087.82 sec
  Load Avg:  1.72  1.23  1.03
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 4 on 40 virtual cores

Target result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 13:17
  • Package commit: c56ab3
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: JULIA_NUM_THREADS => 4 OPEN_BLAS_NUM_THREADS => 1

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 65.990 ms (5%) 99.55 MiB (1%) 61
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.631 ms (5%) 482.34 KiB (1%) 47
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 637.028 ms (5%) 46.04 MiB (1%) 16
["Laplace", "assemble threads=false"] 18.117 s (5%) 43.791 ms 4.85 GiB (1%) 353712
["Laplace", "assemble threads=true"] 4.982 s (5%) 4.85 GiB (1%) 375726

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     549143 s       1127 s      95654 s  348089750 s          0 s
  Memory: 31.013160705566406 GB (18117.80078125 MB free)
  Uptime: 872024.98 sec
  Load Avg:  1.77  1.16  1.0
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 4 on 40 virtual cores

Baseline result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 13:18
  • Package commit: c56ab3
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: JULIA_NUM_THREADS => 4 OPEN_BLAS_NUM_THREADS => 1

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 69.069 ms (5%) 1.542 ms 99.55 MiB (1%) 61
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.552 ms (5%) 482.34 KiB (1%) 47
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 643.024 ms (5%) 2.793 ms 46.04 MiB (1%) 16
["Laplace", "assemble threads=false"] 19.636 s (5%) 108.212 ms 4.85 GiB (1%) 507859
["Laplace", "assemble threads=true"] 5.612 s (5%) 64.272 ms 4.85 GiB (1%) 407603

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     549886 s       1127 s      95737 s  348114053 s          0 s
  Memory: 31.013160705566406 GB (22972.1171875 MB free)
  Uptime: 872087.82 sec
  Load Avg:  1.72  1.23  1.03
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 4 on 40 virtual cores

Runtime information

Runtime Info
BLAS #threads 20
BLAS.vendor() lbt
Sys.CPU_THREADS 40

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Byte Order:                         Little Endian
Address sizes:                      46 bits physical, 48 bits virtual
CPU(s):                             40
On-line CPU(s) list:                0-39
Thread(s) per core:                 2
Core(s) per socket:                 10
Socket(s):                          2
NUMA node(s):                       2
Vendor ID:                          GenuineIntel
CPU family:                         6
Model:                              85
Model name:                         Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Stepping:                           4
CPU MHz:                            2200.000
CPU max MHz:                        3000,0000
CPU min MHz:                        800,0000
BogoMIPS:                           4400.00
Virtualization:                     VT-x
L1d cache:                          640 KiB
L1i cache:                          640 KiB
L2 cache:                           20 MiB
L3 cache:                           27,5 MiB
NUMA node0 CPU(s):                  0-9,20-29
NUMA node1 CPU(s):                  10-19,30-39
Vulnerability Gather data sampling: Mitigation; Microcode
Vulnerability Itlb multihit:        KVM: Mitigation: VMX disabled
Vulnerability L1tf:                 Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Retbleed:             Mitigation; IBRS
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT vulnerable
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities
Cpu Property Value
Brand Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00
Cores 10 physical cores, 20 logical cores (on executing CPU)
Hyperthreading hardware capability detected
Clock Frequencies 2200 / 3000 MHz (base/max), 100 MHz bus
Data Cache Level 1:3 : (32, 1024, 14080) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) revision 4
Available hardware counters per logical core:
3 fixed-function counters of 48 bit width
4 general-purpose counters of 48 bit width
Hypervisor No

@github-actions
Copy link

Benchmark result

Judge result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmarks:
    • Target: 26 Oct 2023 - 14:06
    • Baseline: 26 Oct 2023 - 14:12
  • Package commits:
    • Target: 3563ac
    • Baseline: 3563ac
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • Julia command flags:
    • Target: -O3
    • Baseline: -O3
  • Environment variables:
    • Target: JULIA_NUM_THREADS => 8 OPEN_BLAS_NUM_THREADS => 1
    • Baseline: JULIA_NUM_THREADS => 8 OPEN_BLAS_NUM_THREADS => 1

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). 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
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 0.83 (5%) ✅ 0.80 (1%) ✅

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     573545 s       1127 s      98078 s  349253365 s          0 s
  Memory: 31.013160705566406 GB (7849.27734375 MB free)
  Uptime: 875002.02 sec
  Load Avg:  1.6  1.37  1.17
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     577463 s       1127 s      98491 s  349377949 s          0 s
  Memory: 31.013160705566406 GB (10413.0390625 MB free)
  Uptime: 875324.42 sec
  Load Avg:  1.59  1.34  1.21
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Target result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 14:6
  • Package commit: 3563ac
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: JULIA_NUM_THREADS => 8 OPEN_BLAS_NUM_THREADS => 1

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 70.966 ms (5%) 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.317 ms (5%) 387.84 KiB (1%) 41
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 641.780 ms (5%) 46.04 MiB (1%) 16
["Laplace", "LU threads=false"] 119.640 s (5%) 1.189 s 38.76 GiB (1%) 7531153
["Laplace", "LU threads=true"] 96.549 s (5%) 1.206 s 38.76 GiB (1%) 7537620
["Laplace", "assemble threads=false"] 18.807 s (5%) 299.956 ms 4.84 GiB (1%) 351740
["Laplace", "assemble threads=true"] 2.929 s (5%) 4.84 GiB (1%) 373722

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     573545 s       1127 s      98078 s  349253365 s          0 s
  Memory: 31.013160705566406 GB (7849.27734375 MB free)
  Uptime: 875002.02 sec
  Load Avg:  1.6  1.37  1.17
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Baseline result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 14:12
  • Package commit: 3563ac
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: JULIA_NUM_THREADS => 8 OPEN_BLAS_NUM_THREADS => 1

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 70.759 ms (5%) 1.679 ms 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.581 ms (5%) 482.34 KiB (1%) 47
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 642.476 ms (5%) 939.806 μs 46.04 MiB (1%) 16
["Laplace", "LU threads=false"] 120.036 s (5%) 1.170 s 38.57 GiB (1%) 7568152
["Laplace", "LU threads=true"] 94.410 s (5%) 1.400 s 38.58 GiB (1%) 7654750
["Laplace", "assemble threads=false"] 19.178 s (5%) 270.056 ms 4.85 GiB (1%) 354819
["Laplace", "assemble threads=true"] 2.931 s (5%) 4.85 GiB (1%) 377090

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     577463 s       1127 s      98491 s  349377949 s          0 s
  Memory: 31.013160705566406 GB (10413.0390625 MB free)
  Uptime: 875324.42 sec
  Load Avg:  1.59  1.34  1.21
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Runtime information

Runtime Info
BLAS #threads 20
BLAS.vendor() lbt
Sys.CPU_THREADS 40

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Byte Order:                         Little Endian
Address sizes:                      46 bits physical, 48 bits virtual
CPU(s):                             40
On-line CPU(s) list:                0-39
Thread(s) per core:                 2
Core(s) per socket:                 10
Socket(s):                          2
NUMA node(s):                       2
Vendor ID:                          GenuineIntel
CPU family:                         6
Model:                              85
Model name:                         Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Stepping:                           4
CPU MHz:                            2200.000
CPU max MHz:                        3000,0000
CPU min MHz:                        800,0000
BogoMIPS:                           4400.00
Virtualization:                     VT-x
L1d cache:                          640 KiB
L1i cache:                          640 KiB
L2 cache:                           20 MiB
L3 cache:                           27,5 MiB
NUMA node0 CPU(s):                  0-9,20-29
NUMA node1 CPU(s):                  10-19,30-39
Vulnerability Gather data sampling: Mitigation; Microcode
Vulnerability Itlb multihit:        KVM: Mitigation: VMX disabled
Vulnerability L1tf:                 Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Retbleed:             Mitigation; IBRS
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT vulnerable
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities
Cpu Property Value
Brand Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00
Cores 10 physical cores, 20 logical cores (on executing CPU)
Hyperthreading hardware capability detected
Clock Frequencies 2200 / 3000 MHz (base/max), 100 MHz bus
Data Cache Level 1:3 : (32, 1024, 14080) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) revision 4
Available hardware counters per logical core:
3 fixed-function counters of 48 bit width
4 general-purpose counters of 48 bit width
Hypervisor No

@github-actions
Copy link

Benchmark result

Judge result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmarks:
    • Target: 26 Oct 2023 - 15:32
    • Baseline: 26 Oct 2023 - 15:34
  • Package commits:
    • Target: 87c002
    • Baseline: 87c002
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • Julia command flags:
    • Target: -O3
    • Baseline: -O3
  • Environment variables:
    • Target: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8
    • Baseline: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). 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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 0.80 (5%) ✅ 0.93 (1%) ✅
["Laplace", "LU threads=false"] 0.83 (5%) ✅ 1.00 (1%)
["Laplace", "assemble threads=true"] 0.93 (5%) ✅ 1.00 (1%)
["Laplace", "gemv threads=false"] 1.08 (5%) ❌ 1.00 (1%)
["Laplace", "gemv threads=true"] 0.85 (5%) ✅ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40   840 MHz     607137 s       1128 s     155608 s  351211235 s          0 s
  Memory: 31.013160705566406 GB (8115.93359375 MB free)
  Uptime: 880132.97 sec
  Load Avg:  2.6  3.23  4.58
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     609620 s       1128 s     155938 s  351271823 s          0 s
  Memory: 31.013160705566406 GB (15401.76171875 MB free)
  Uptime: 880291.55 sec
  Load Avg:  2.52  2.76  4.18
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Target result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 15:32
  • Package commit: 87c002
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 70.003 ms (5%) 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.377 ms (5%) 419.34 KiB (1%) 43
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 638.290 ms (5%) 46.04 MiB (1%) 16
["Laplace", "LU threads=false"] 35.050 s (5%) 387.207 ms 12.33 GiB (1%) 2253291
["Laplace", "LU threads=true"] 27.003 s (5%) 517.098 ms 12.33 GiB (1%) 2256552
["Laplace", "assemble threads=false"] 7.594 s (5%) 1.82 GiB (1%) 133735
["Laplace", "assemble threads=true"] 1.035 s (5%) 1.82 GiB (1%) 143979
["Laplace", "gemv threads=false"] 1.704 s (5%) 14.25 MiB (1%) 22360
["Laplace", "gemv threads=true"] 453.568 ms (5%) 55.38 MiB (1%) 657303

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40   840 MHz     607137 s       1128 s     155608 s  351211235 s          0 s
  Memory: 31.013160705566406 GB (8115.93359375 MB free)
  Uptime: 880132.97 sec
  Load Avg:  2.6  3.23  4.58
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Baseline result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 15:34
  • Package commit: 87c002
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 87.957 ms (5%) 1.654 ms 114.87 MiB (1%) 69
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.349 ms (5%) 419.34 KiB (1%) 43
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 646.198 ms (5%) 913.086 μs 46.04 MiB (1%) 16
["Laplace", "LU threads=false"] 42.002 s (5%) 985.848 ms 12.33 GiB (1%) 2253291
["Laplace", "LU threads=true"] 27.151 s (5%) 270.791 ms 12.33 GiB (1%) 2336676
["Laplace", "assemble threads=false"] 7.693 s (5%) 137.528 ms 1.82 GiB (1%) 133735
["Laplace", "assemble threads=true"] 1.109 s (5%) 1.82 GiB (1%) 143979
["Laplace", "gemv threads=false"] 1.575 s (5%) 30.378 ms 14.25 MiB (1%) 22360
["Laplace", "gemv threads=true"] 536.714 ms (5%) 55.38 MiB (1%) 657312

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     609620 s       1128 s     155938 s  351271823 s          0 s
  Memory: 31.013160705566406 GB (15401.76171875 MB free)
  Uptime: 880291.55 sec
  Load Avg:  2.52  2.76  4.18
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Runtime information

Runtime Info
BLAS #threads 20
BLAS.vendor() lbt
Sys.CPU_THREADS 40

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Byte Order:                         Little Endian
Address sizes:                      46 bits physical, 48 bits virtual
CPU(s):                             40
On-line CPU(s) list:                0-39
Thread(s) per core:                 2
Core(s) per socket:                 10
Socket(s):                          2
NUMA node(s):                       2
Vendor ID:                          GenuineIntel
CPU family:                         6
Model:                              85
Model name:                         Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Stepping:                           4
CPU MHz:                            2200.000
CPU max MHz:                        3000,0000
CPU min MHz:                        800,0000
BogoMIPS:                           4400.00
Virtualization:                     VT-x
L1d cache:                          640 KiB
L1i cache:                          640 KiB
L2 cache:                           20 MiB
L3 cache:                           27,5 MiB
NUMA node0 CPU(s):                  0-9,20-29
NUMA node1 CPU(s):                  10-19,30-39
Vulnerability Gather data sampling: Mitigation; Microcode
Vulnerability Itlb multihit:        KVM: Mitigation: VMX disabled
Vulnerability L1tf:                 Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Retbleed:             Mitigation; IBRS
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT vulnerable
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities
Cpu Property Value
Brand Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00
Cores 10 physical cores, 20 logical cores (on executing CPU)
Hyperthreading hardware capability detected
Clock Frequencies 2200 / 3000 MHz (base/max), 100 MHz bus
Data Cache Level 1:3 : (32, 1024, 14080) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) revision 4
Available hardware counters per logical core:
3 fixed-function counters of 48 bit width
4 general-purpose counters of 48 bit width
Hypervisor No

@github-actions
Copy link

Benchmark result

Judge result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmarks:
    • Target: 26 Oct 2023 - 18:13
    • Baseline: 26 Oct 2023 - 18:15
  • Package commits:
    • Target: ad4e77
    • Baseline: ad4e77
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • Julia command flags:
    • Target: -O3
    • Baseline: -O3
  • Environment variables:
    • Target: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8
    • Baseline: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). 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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 0.67 (5%) ✅ 1.00 (1%)
["Laplace", "LU threads=false"] 0.83 (5%) ✅ 1.00 (1%)
["Laplace", "assemble threads=false"] 0.83 (5%) ✅ 1.00 (1%)
["Laplace", "assemble threads=true"] 0.90 (5%) ✅ 1.00 (1%)
["Laplace", "gemv threads=true"] 0.07 (5%) ✅ 0.19 (1%) ✅

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     621106 s       1128 s     158101 s  355053616 s          0 s
  Memory: 31.013160705566406 GB (16175.609375 MB free)
  Uptime: 889782.63 sec
  Load Avg:  1.91  1.3  0.68
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     622967 s       1128 s     158305 s  355112664 s          0 s
  Memory: 31.013160705566406 GB (24736.17578125 MB free)
  Uptime: 889935.48 sec
  Load Avg:  1.35  1.31  0.79
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Target result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 18:13
  • Package commit: ad4e77
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 70.748 ms (5%) 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.619 ms (5%) 482.34 KiB (1%) 47
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 638.069 ms (5%) 46.04 MiB (1%) 16
["Laplace", "LU threads=false"] 35.235 s (5%) 388.078 ms 12.33 GiB (1%) 2253291
["Laplace", "LU threads=true"] 28.557 s (5%) 564.513 ms 12.33 GiB (1%) 2256569
["Laplace", "assemble threads=false"] 6.486 s (5%) 1.82 GiB (1%) 133735
["Laplace", "assemble threads=true"] 975.483 ms (5%) 1.82 GiB (1%) 143981
["Laplace", "gemv threads=false"] 217.874 ms (5%) 1.43 MiB (1%) 2236
["Laplace", "gemv threads=true"] 81.566 ms (5%) 15.04 MiB (1%) 636458

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     621106 s       1128 s     158101 s  355053616 s          0 s
  Memory: 31.013160705566406 GB (16175.609375 MB free)
  Uptime: 889782.63 sec
  Load Avg:  1.91  1.3  0.68
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Baseline result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 18:15
  • Package commit: ad4e77
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 105.986 ms (5%) 1.473 ms 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.576 ms (5%) 482.34 KiB (1%) 47
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 644.028 ms (5%) 846.506 μs 46.04 MiB (1%) 16
["Laplace", "LU threads=false"] 42.377 s (5%) 1.168 s 12.33 GiB (1%) 2253291
["Laplace", "LU threads=true"] 28.961 s (5%) 453.378 ms 12.33 GiB (1%) 2336715
["Laplace", "assemble threads=false"] 7.768 s (5%) 230.869 ms 1.82 GiB (1%) 133735
["Laplace", "assemble threads=true"] 1.083 s (5%) 1.82 GiB (1%) 143981
["Laplace", "gemv threads=false"] 210.320 ms (5%) 1.43 MiB (1%) 2236
["Laplace", "gemv threads=true"] 1.137 s (5%) 78.39 MiB (1%) 1582601

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     622967 s       1128 s     158305 s  355112664 s          0 s
  Memory: 31.013160705566406 GB (24736.17578125 MB free)
  Uptime: 889935.48 sec
  Load Avg:  1.35  1.31  0.79
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Runtime information

Runtime Info
BLAS #threads 20
BLAS.vendor() lbt
Sys.CPU_THREADS 40

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Byte Order:                         Little Endian
Address sizes:                      46 bits physical, 48 bits virtual
CPU(s):                             40
On-line CPU(s) list:                0-39
Thread(s) per core:                 2
Core(s) per socket:                 10
Socket(s):                          2
NUMA node(s):                       2
Vendor ID:                          GenuineIntel
CPU family:                         6
Model:                              85
Model name:                         Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Stepping:                           4
CPU MHz:                            2200.000
CPU max MHz:                        3000,0000
CPU min MHz:                        800,0000
BogoMIPS:                           4400.00
Virtualization:                     VT-x
L1d cache:                          640 KiB
L1i cache:                          640 KiB
L2 cache:                           20 MiB
L3 cache:                           27,5 MiB
NUMA node0 CPU(s):                  0-9,20-29
NUMA node1 CPU(s):                  10-19,30-39
Vulnerability Gather data sampling: Mitigation; Microcode
Vulnerability Itlb multihit:        KVM: Mitigation: VMX disabled
Vulnerability L1tf:                 Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Retbleed:             Mitigation; IBRS
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT vulnerable
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities
Cpu Property Value
Brand Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00
Cores 10 physical cores, 20 logical cores (on executing CPU)
Hyperthreading hardware capability detected
Clock Frequencies 2200 / 3000 MHz (base/max), 100 MHz bus
Data Cache Level 1:3 : (32, 1024, 14080) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) revision 4
Available hardware counters per logical core:
3 fixed-function counters of 48 bit width
4 general-purpose counters of 48 bit width
Hypervisor No

@github-actions
Copy link

Benchmark result

Judge result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmarks:
    • Target: 26 Oct 2023 - 19:55
    • Baseline: 26 Oct 2023 - 19:58
  • Package commits:
    • Target: fea57d
    • Baseline: fea57d
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • Julia command flags:
    • Target: -O3
    • Baseline: -O3
  • Environment variables:
    • Target: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8
    • Baseline: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). 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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 0.67 (5%) ✅ 1.00 (1%)
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.25 (5%) ❌ 0.93 (1%) ✅
["Laplace", "LU threads=false"] 1.44 (5%) ❌ 1.00 (1%)
["Laplace", "LU threads=true"] 1.25 (5%) ❌ 1.00 (1%)
["Laplace", "assemble threads=false"] 1.09 (5%) ❌ 1.00 (1%)
["Laplace", "assemble threads=true"] 1.25 (5%) ❌ 1.00 (1%)
["Laplace", "gemv threads=false"] 4.04 (5%) ❌ 1.00 (1%)
["Laplace", "gemv threads=true"] 0.09 (5%) ✅ 0.19 (1%) ✅

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     707500 s       1128 s     165735 s  357421572 s          0 s
  Memory: 31.013160705566406 GB (14015.8203125 MB free)
  Uptime: 895940.44 sec
  Load Avg:  4.02  3.07  1.91
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     709637 s       1128 s     165916 s  357475969 s          0 s
  Memory: 31.013160705566406 GB (24676.140625 MB free)
  Uptime: 896082.32 sec
  Load Avg:  2.21  2.62  1.91
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Target result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 19:55
  • Package commit: fea57d
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 72.516 ms (5%) 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.997 ms (5%) 450.84 KiB (1%) 45
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 654.334 ms (5%) 46.04 MiB (1%) 16
["Laplace", "LU threads=false"] 49.777 s (5%) 2.570 s 12.33 GiB (1%) 2253291
["Laplace", "LU threads=true"] 33.444 s (5%) 717.098 ms 12.33 GiB (1%) 2256563
["Laplace", "assemble threads=false"] 7.762 s (5%) 1.82 GiB (1%) 133735
["Laplace", "assemble threads=true"] 1.176 s (5%) 1.82 GiB (1%) 143979
["Laplace", "gemv threads=false"] 609.267 ms (5%) 1.43 MiB (1%) 2236
["Laplace", "gemv threads=true"] 78.671 ms (5%) 15.04 MiB (1%) 636458

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     707500 s       1128 s     165735 s  357421572 s          0 s
  Memory: 31.013160705566406 GB (14015.8203125 MB free)
  Uptime: 895940.44 sec
  Load Avg:  4.02  3.07  1.91
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Baseline result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 19:58
  • Package commit: fea57d
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 107.658 ms (5%) 1.550 ms 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.597 ms (5%) 482.34 KiB (1%) 47
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 643.948 ms (5%) 889.362 μs 46.04 MiB (1%) 16
["Laplace", "LU threads=false"] 34.464 s (5%) 186.089 ms 12.33 GiB (1%) 2253291
["Laplace", "LU threads=true"] 26.700 s (5%) 274.366 ms 12.33 GiB (1%) 2336695
["Laplace", "assemble threads=false"] 7.102 s (5%) 73.544 ms 1.82 GiB (1%) 133735
["Laplace", "assemble threads=true"] 943.223 ms (5%) 1.82 GiB (1%) 143979
["Laplace", "gemv threads=false"] 150.779 ms (5%) 1.43 MiB (1%) 2236
["Laplace", "gemv threads=true"] 900.156 ms (5%) 78.39 MiB (1%) 1582601

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     709637 s       1128 s     165916 s  357475969 s          0 s
  Memory: 31.013160705566406 GB (24676.140625 MB free)
  Uptime: 896082.32 sec
  Load Avg:  2.21  2.62  1.91
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Runtime information

Runtime Info
BLAS #threads 20
BLAS.vendor() lbt
Sys.CPU_THREADS 40

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Byte Order:                         Little Endian
Address sizes:                      46 bits physical, 48 bits virtual
CPU(s):                             40
On-line CPU(s) list:                0-39
Thread(s) per core:                 2
Core(s) per socket:                 10
Socket(s):                          2
NUMA node(s):                       2
Vendor ID:                          GenuineIntel
CPU family:                         6
Model:                              85
Model name:                         Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Stepping:                           4
CPU MHz:                            2200.000
CPU max MHz:                        3000,0000
CPU min MHz:                        800,0000
BogoMIPS:                           4400.00
Virtualization:                     VT-x
L1d cache:                          640 KiB
L1i cache:                          640 KiB
L2 cache:                           20 MiB
L3 cache:                           27,5 MiB
NUMA node0 CPU(s):                  0-9,20-29
NUMA node1 CPU(s):                  10-19,30-39
Vulnerability Gather data sampling: Mitigation; Microcode
Vulnerability Itlb multihit:        KVM: Mitigation: VMX disabled
Vulnerability L1tf:                 Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Retbleed:             Mitigation; IBRS
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT vulnerable
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities
Cpu Property Value
Brand Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00
Cores 10 physical cores, 20 logical cores (on executing CPU)
Hyperthreading hardware capability detected
Clock Frequencies 2200 / 3000 MHz (base/max), 100 MHz bus
Data Cache Level 1:3 : (32, 1024, 14080) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) revision 4
Available hardware counters per logical core:
3 fixed-function counters of 48 bit width
4 general-purpose counters of 48 bit width
Hypervisor No

@maltezfaria maltezfaria merged commit 021ae87 into main Oct 26, 2023
5 of 6 checks passed
@github-actions
Copy link

Benchmark result

Judge result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmarks:
    • Target: 26 Oct 2023 - 20:04
    • Baseline: 26 Oct 2023 - 20:06
  • Package commits:
    • Target: 4c9d89
    • Baseline: 4c9d89
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • Julia command flags:
    • Target: -O3
    • Baseline: -O3
  • Environment variables:
    • Target: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8
    • Baseline: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). 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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 0.70 (5%) ✅ 1.00 (1%)
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 0.77 (5%) ✅ 0.74 (1%) ✅
["Laplace", "LU threads=false"] 1.06 (5%) ❌ 1.00 (1%)
["Laplace", "LU threads=true"] 1.14 (5%) ❌ 1.00 (1%)
["Laplace", "assemble threads=true"] 1.12 (5%) ❌ 1.00 (1%)
["Laplace", "gemv threads=false"] 1.34 (5%) ❌ 1.00 (1%)
["Laplace", "gemv threads=true"] 0.10 (5%) ✅ 0.19 (1%) ✅

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     716361 s       1128 s     166660 s  357623481 s          0 s
  Memory: 31.013160705566406 GB (15679.25390625 MB free)
  Uptime: 896469.96 sec
  Load Avg:  3.4  2.5  2.01
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     719521 s       1128 s     166803 s  357676134 s          0 s
  Memory: 31.013160705566406 GB (23168.921875 MB free)
  Uptime: 896609.94 sec
  Load Avg:  2.85  2.53  2.08
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Target result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 20:4
  • Package commit: 4c9d89
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 71.070 ms (5%) 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.205 ms (5%) 356.34 KiB (1%) 39
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 640.175 ms (5%) 46.04 MiB (1%) 16
["Laplace", "LU threads=false"] 36.250 s (5%) 456.381 ms 12.33 GiB (1%) 2253291
["Laplace", "LU threads=true"] 30.762 s (5%) 664.371 ms 12.33 GiB (1%) 2256558
["Laplace", "assemble threads=false"] 7.417 s (5%) 1.82 GiB (1%) 133736
["Laplace", "assemble threads=true"] 1.088 s (5%) 1.82 GiB (1%) 143980
["Laplace", "gemv threads=false"] 252.142 ms (5%) 1.43 MiB (1%) 2236
["Laplace", "gemv threads=true"] 90.524 ms (5%) 15.04 MiB (1%) 636456

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     716361 s       1128 s     166660 s  357623481 s          0 s
  Memory: 31.013160705566406 GB (15679.25390625 MB free)
  Uptime: 896469.96 sec
  Load Avg:  3.4  2.5  2.01
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Baseline result

Benchmark Report for /home/lfaria/runner-hmatrices/_work/HMatrices.jl/HMatrices.jl

Job Properties

  • Time of benchmark: 26 Oct 2023 - 20:6
  • Package commit: 4c9d89
  • Julia commit: bed2cd
  • Julia command flags: -O3
  • Environment variables: OPENBLAS_NUM_THREADS => 1 JULIA_NUM_THREADS => 8

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
["Compressors", "ACA(0.0, 9223372036854775807, 1.0e-6)"] 102.142 ms (5%) 1.500 ms 107.21 MiB (1%) 65
["Compressors", "PartialACA(0.0, 9223372036854775807, 1.0e-6)"] 1.574 ms (5%) 482.34 KiB (1%) 47
["Compressors", "TSVD(0.0, 9223372036854775807, 1.0e-6)"] 646.582 ms (5%) 862.424 μs 46.04 MiB (1%) 16
["Laplace", "LU threads=false"] 34.212 s (5%) 152.234 ms 12.33 GiB (1%) 2253291
["Laplace", "LU threads=true"] 26.940 s (5%) 253.856 ms 12.33 GiB (1%) 2336688
["Laplace", "assemble threads=false"] 7.073 s (5%) 42.805 ms 1.82 GiB (1%) 133735
["Laplace", "assemble threads=true"] 971.758 ms (5%) 1.82 GiB (1%) 143979
["Laplace", "gemv threads=false"] 188.014 ms (5%) 1.43 MiB (1%) 2236
["Laplace", "gemv threads=true"] 905.972 ms (5%) 78.39 MiB (1%) 1582601

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Compressors"]
  • ["Laplace"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 20.04.6 LTS
  uname: Linux 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz: 
                 speed         user         nice          sys         idle          irq
       #1-40  2200 MHz     719521 s       1128 s     166803 s  357676134 s          0 s
  Memory: 31.013160705566406 GB (23168.921875 MB free)
  Uptime: 896609.94 sec
  Load Avg:  2.85  2.53  2.08
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake-avx512)
  Threads: 8 on 40 virtual cores

Runtime information

Runtime Info
BLAS #threads 20
BLAS.vendor() lbt
Sys.CPU_THREADS 40

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Byte Order:                         Little Endian
Address sizes:                      46 bits physical, 48 bits virtual
CPU(s):                             40
On-line CPU(s) list:                0-39
Thread(s) per core:                 2
Core(s) per socket:                 10
Socket(s):                          2
NUMA node(s):                       2
Vendor ID:                          GenuineIntel
CPU family:                         6
Model:                              85
Model name:                         Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Stepping:                           4
CPU MHz:                            2200.000
CPU max MHz:                        3000,0000
CPU min MHz:                        800,0000
BogoMIPS:                           4400.00
Virtualization:                     VT-x
L1d cache:                          640 KiB
L1i cache:                          640 KiB
L2 cache:                           20 MiB
L3 cache:                           27,5 MiB
NUMA node0 CPU(s):                  0-9,20-29
NUMA node1 CPU(s):                  10-19,30-39
Vulnerability Gather data sampling: Mitigation; Microcode
Vulnerability Itlb multihit:        KVM: Mitigation: VMX disabled
Vulnerability L1tf:                 Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds:                  Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown:             Mitigation; PTI
Vulnerability Mmio stale data:      Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Retbleed:             Mitigation; IBRS
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass:    Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; IBRS, IBPB conditional, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Mitigation; Clear CPU buffers; SMT vulnerable
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti intel_ppin ssbd mba ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke md_clear flush_l1d arch_capabilities
Cpu Property Value
Brand Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00
Cores 10 physical cores, 20 logical cores (on executing CPU)
Hyperthreading hardware capability detected
Clock Frequencies 2200 / 3000 MHz (base/max), 100 MHz bus
Data Cache Level 1:3 : (32, 1024, 14080) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) revision 4
Available hardware counters per logical core:
3 fixed-function counters of 48 bit width
4 general-purpose counters of 48 bit width
Hypervisor No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run benchmark Trigger the `BenchmarkCI.jl` action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant