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

New benchmark assemble #60

Merged
merged 3 commits into from
Mar 15, 2024
Merged

New benchmark assemble #60

merged 3 commits into from
Mar 15, 2024

Conversation

ghislainb
Copy link
Member

No description provided.

Copy link

github-actions bot commented Mar 15, 2024

Benchmark Results

main a7f6a90... main/a7f6a9029fbcf8...
covo/Quad/explicit_step 0.0998 ± 0.0036 s 0.1 ± 0.003 s 0.996
covo/Quad/integral_surface 0.0506 ± 0.00051 s 0.0489 ± 0.00036 s 1.03
covo/Quad/integral_volume 22.5 ± 0.12 ms 22.4 ± 0.046 ms 1
covo/TriQuad/explicit_step 0.377 ± 0.032 s 0.38 ± 0.034 s 0.992
covo/TriQuad/integral_surface 0.255 ± 0.0012 s 0.256 ± 0.002 s 0.995
covo/TriQuad/integral_volume 0.0692 ± 0.0022 s 0.0699 ± 0.0022 s 0.99
entities/edges2nodes 1.55 ± 0.01 ns 1.55 ± 0.01 ns 1
entities/nedges 1.56 ± 0.01 ns 1.56 ± 0.01 ns 1
entities/nnodes 3.1 ± 0.01 ns 2.79 ± 0 ns 1.11
entities/nodes 1.55 ± 0.01 ns 1.55 ± 0.01 ns 1
mesh/todo 1.55 ± 0.01 ns 1.55 ± 0.01 ns 1
time_to_load 14.4 ± 0.11 s 14.4 ± 0.012 s 0.997

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.
Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).

Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 15 Mar 2024 - 15:59
    • Baseline: 15 Mar 2024 - 16:01
  • Package commits:
    • Target: ed0627
    • Baseline: 111fa8
  • Julia commits:
    • Target: 17cfb8
    • Baseline: 17cfb8
  • 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
["covo", "TriQuad", "explicit_step"] 1.06 (5%) ❌ 1.00 (1%)
["entities", "nnodes"] 1.22 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Target

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1016-azure #16~22.04.1-Ubuntu SMP Fri Feb 16 15:42:02 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3232 MHz       1975 s          0 s        241 s       5058 s          0 s
       #2  3244 MHz       2055 s          0 s        280 s       4947 s          0 s
       #3  2698 MHz       1908 s          0 s        231 s       5134 s          0 s
       #4  2445 MHz       1548 s          0 s        231 s       5481 s          0 s
  Memory: 15.606498718261719 GB (12218.6875 MB free)
  Uptime: 730.94 sec
  Load Avg:  1.08  1.13  0.71
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, znver3)
  Threads: 1 on 4 virtual cores

Baseline

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1016-azure #16~22.04.1-Ubuntu SMP Fri Feb 16 15:42:02 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3250 MHz       2393 s          0 s        286 s       5952 s          0 s
       #2  3243 MHz       2541 s          0 s        314 s       5784 s          0 s
       #3  2445 MHz       2183 s          0 s        269 s       6179 s          0 s
       #4  2630 MHz       1636 s          0 s        252 s       6730 s          0 s
  Memory: 15.606498718261719 GB (12835.64453125 MB free)
  Uptime: 866.95 sec
  Load Avg:  1.02  1.09  0.76
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, znver3)
  Threads: 1 on 4 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 15 Mar 2024 - 15:59
  • Package commit: ed0627
  • Julia commit: 17cfb8
  • 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
["assemble", "basic bilinear"] 216.483 ms (5%) 32.234 ms 329.22 MiB (1%) 1255117
["assemble", "poisson DG", "AffineFESystem"] 69.319 ms (5%) 162.46 MiB (1%) 90509
["assemble", "poisson DG", "a_Γ(u, v)"] 45.312 ms (5%) 119.74 MiB (1%) 34009
["assemble", "poisson DG", "a_Γb(u, v)"] 12.327 ms (5%) 24.94 MiB (1%) 7459
["assemble", "poisson DG", "a_Ω(u, v)"] 10.288 ms (5%) 16.57 MiB (1%) 48101
["assemble", "poisson DG", "l_Γb(v)"] 97.895 μs (5%) 192.66 KiB (1%) 1077
["assemble", "poisson DG", "l_Ω(v)"] 22.192 μs (5%) 22.61 KiB (1%) 21
["covo", "Quad", "explicit_step"] 100.452 ms (5%) 69.28 MiB (1%) 3474
["covo", "Quad", "integral_surface"] 50.553 ms (5%)
["covo", "Quad", "integral_volume"] 22.438 ms (5%)
["covo", "TriQuad", "explicit_step"] 385.557 ms (5%) 33.266 ms 364.68 MiB (1%) 1634488
["covo", "TriQuad", "integral_surface"] 230.828 ms (5%) 210.06 MiB (1%) 1246116
["covo", "TriQuad", "integral_volume"] 57.537 ms (5%) 48.39 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 3.396 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

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

  • ["assemble"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1016-azure #16~22.04.1-Ubuntu SMP Fri Feb 16 15:42:02 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3232 MHz       1975 s          0 s        241 s       5058 s          0 s
       #2  3244 MHz       2055 s          0 s        280 s       4947 s          0 s
       #3  2698 MHz       1908 s          0 s        231 s       5134 s          0 s
       #4  2445 MHz       1548 s          0 s        231 s       5481 s          0 s
  Memory: 15.606498718261719 GB (12218.6875 MB free)
  Uptime: 730.94 sec
  Load Avg:  1.08  1.13  0.71
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, znver3)
  Threads: 1 on 4 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 15 Mar 2024 - 16:1
  • Package commit: 111fa8
  • Julia commit: 17cfb8
  • 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
["covo", "Quad", "explicit_step"] 101.475 ms (5%) 69.28 MiB (1%) 3474
["covo", "Quad", "integral_surface"] 51.342 ms (5%)
["covo", "Quad", "integral_volume"] 22.445 ms (5%)
["covo", "TriQuad", "explicit_step"] 364.025 ms (5%) 19.395 ms 364.68 MiB (1%) 1634488
["covo", "TriQuad", "integral_surface"] 239.710 ms (5%) 210.06 MiB (1%) 1246116
["covo", "TriQuad", "integral_volume"] 57.636 ms (5%) 48.39 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 2.785 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

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

  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1016-azure #16~22.04.1-Ubuntu SMP Fri Feb 16 15:42:02 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3250 MHz       2393 s          0 s        286 s       5952 s          0 s
       #2  3243 MHz       2541 s          0 s        314 s       5784 s          0 s
       #3  2445 MHz       2183 s          0 s        269 s       6179 s          0 s
       #4  2630 MHz       1636 s          0 s        252 s       6730 s          0 s
  Memory: 15.606498718261719 GB (12835.64453125 MB free)
  Uptime: 866.95 sec
  Load Avg:  1.02  1.09  0.76
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, znver3)
  Threads: 1 on 4 virtual cores

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() openblas64
Sys.CPU_THREADS 4

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Address sizes:                      48 bits physical, 48 bits virtual
Byte Order:                         Little Endian
CPU(s):                             4
On-line CPU(s) list:                0-3
Vendor ID:                          AuthenticAMD
Model name:                         AMD EPYC 7763 64-Core Processor
CPU family:                         25
Model:                              1
Thread(s) per core:                 2
Core(s) per socket:                 2
Socket(s):                          1
Stepping:                           1
BogoMIPS:                           4890.85
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization:                     AMD-V
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          64 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           1 MiB (2 instances)
L3 cache:                           32 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        Not affected
Vulnerability L1tf:                 Not affected
Vulnerability Mds:                  Not affected
Vulnerability Meltdown:             Not affected
Vulnerability Mmio stale data:      Not affected
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass:    Vulnerable
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Not affected
Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

Copy link

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 15 Mar 2024 - 20:21
    • Baseline: 15 Mar 2024 - 20:23
  • Package commits:
    • Target: 6c88fa
    • Baseline: 111fa8
  • Julia commits:
    • Target: 17cfb8
    • Baseline: 17cfb8
  • 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
["covo", "Quad", "integral_surface"] 1.06 (5%) ❌ 1.00 (1%)
["covo", "TriQuad", "explicit_step"] 1.06 (5%) ❌ 1.00 (1%)
["entities", "nnodes"] 1.10 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Target

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1016-azure #16~22.04.1-Ubuntu SMP Fri Feb 16 15:42:02 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2665 MHz       1514 s          0 s        201 s       4972 s          0 s
       #2  2946 MHz       1887 s          0 s        281 s       4529 s          0 s
       #3  3243 MHz       2030 s          0 s        259 s       4394 s          0 s
       #4  3240 MHz       2091 s          0 s        299 s       4285 s          0 s
  Memory: 15.606498718261719 GB (12281.22265625 MB free)
  Uptime: 672.51 sec
  Load Avg:  1.03  1.15  0.74
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, znver3)
  Threads: 1 on 4 virtual cores

Baseline

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1016-azure #16~22.04.1-Ubuntu SMP Fri Feb 16 15:42:02 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3244 MHz       1843 s          0 s        225 s       5989 s          0 s
       #2  3244 MHz       2328 s          0 s        342 s       5399 s          0 s
       #3  3243 MHz       2419 s          0 s        293 s       5342 s          0 s
       #4  3082 MHz       2208 s          0 s        321 s       5516 s          0 s
  Memory: 15.606498718261719 GB (12728.05859375 MB free)
  Uptime: 809.8 sec
  Load Avg:  1.11  1.13  0.8
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, znver3)
  Threads: 1 on 4 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 15 Mar 2024 - 20:21
  • Package commit: 6c88fa
  • Julia commit: 17cfb8
  • 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
["assemble", "basic bilinear", "mass matrix"] 70.088 ms (5%) 140.16 MiB (1%) 245117
["assemble", "basic bilinear", "stiffness matrix"] 216.729 ms (5%) 32.108 ms 329.22 MiB (1%) 1255117
["assemble", "poisson DG", "AffineFESystem"] 71.673 ms (5%) 162.46 MiB (1%) 90509
["assemble", "poisson DG", "a_Γ(u, v)"] 46.098 ms (5%) 119.74 MiB (1%) 34009
["assemble", "poisson DG", "a_Γb(u, v)"] 12.325 ms (5%) 24.94 MiB (1%) 7459
["assemble", "poisson DG", "a_Ω(u, v)"] 10.454 ms (5%) 16.57 MiB (1%) 48101
["assemble", "poisson DG", "l_Γb(v)"] 107.901 μs (5%) 192.66 KiB (1%) 1077
["assemble", "poisson DG", "l_Ω(v)"] 20.428 μs (5%) 22.61 KiB (1%) 21
["covo", "Quad", "explicit_step"] 102.125 ms (5%) 69.28 MiB (1%) 3474
["covo", "Quad", "integral_surface"] 53.639 ms (5%)
["covo", "Quad", "integral_volume"] 22.131 ms (5%)
["covo", "TriQuad", "explicit_step"] 384.451 ms (5%) 33.823 ms 364.68 MiB (1%) 1634488
["covo", "TriQuad", "integral_surface"] 239.168 ms (5%) 210.06 MiB (1%) 1246116
["covo", "TriQuad", "integral_volume"] 59.275 ms (5%) 48.39 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 3.396 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

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

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1016-azure #16~22.04.1-Ubuntu SMP Fri Feb 16 15:42:02 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2665 MHz       1514 s          0 s        201 s       4972 s          0 s
       #2  2946 MHz       1887 s          0 s        281 s       4529 s          0 s
       #3  3243 MHz       2030 s          0 s        259 s       4394 s          0 s
       #4  3240 MHz       2091 s          0 s        299 s       4285 s          0 s
  Memory: 15.606498718261719 GB (12281.22265625 MB free)
  Uptime: 672.51 sec
  Load Avg:  1.03  1.15  0.74
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, znver3)
  Threads: 1 on 4 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 15 Mar 2024 - 20:23
  • Package commit: 111fa8
  • Julia commit: 17cfb8
  • 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
["covo", "Quad", "explicit_step"] 102.952 ms (5%) 69.28 MiB (1%) 3474
["covo", "Quad", "integral_surface"] 50.529 ms (5%)
["covo", "Quad", "integral_volume"] 22.714 ms (5%)
["covo", "TriQuad", "explicit_step"] 361.771 ms (5%) 19.307 ms 364.68 MiB (1%) 1634488
["covo", "TriQuad", "integral_surface"] 246.804 ms (5%) 210.06 MiB (1%) 1246116
["covo", "TriQuad", "integral_volume"] 58.597 ms (5%) 48.39 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 3.095 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

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

  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1016-azure #16~22.04.1-Ubuntu SMP Fri Feb 16 15:42:02 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3244 MHz       1843 s          0 s        225 s       5989 s          0 s
       #2  3244 MHz       2328 s          0 s        342 s       5399 s          0 s
       #3  3243 MHz       2419 s          0 s        293 s       5342 s          0 s
       #4  3082 MHz       2208 s          0 s        321 s       5516 s          0 s
  Memory: 15.606498718261719 GB (12728.05859375 MB free)
  Uptime: 809.8 sec
  Load Avg:  1.11  1.13  0.8
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, znver3)
  Threads: 1 on 4 virtual cores

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() openblas64
Sys.CPU_THREADS 4

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Address sizes:                      48 bits physical, 48 bits virtual
Byte Order:                         Little Endian
CPU(s):                             4
On-line CPU(s) list:                0-3
Vendor ID:                          AuthenticAMD
Model name:                         AMD EPYC 7763 64-Core Processor
CPU family:                         25
Model:                              1
Thread(s) per core:                 2
Core(s) per socket:                 2
Socket(s):                          1
Stepping:                           1
BogoMIPS:                           4890.86
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization:                     AMD-V
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          64 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           1 MiB (2 instances)
L3 cache:                           32 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        Not affected
Vulnerability L1tf:                 Not affected
Vulnerability Mds:                  Not affected
Vulnerability Meltdown:             Not affected
Vulnerability Mmio stale data:      Not affected
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass:    Vulnerable
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Not affected
Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@ghislainb ghislainb merged commit 67cc671 into main Mar 15, 2024
9 checks passed
@ghislainb ghislainb deleted the bench_assemble branch March 15, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant