Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Additional tests on distance matrix#56

Merged
tpoisot merged 5 commits into
mainfrom
test/distancematrix
Mar 4, 2023
Merged

Additional tests on distance matrix#56
tpoisot merged 5 commits into
mainfrom
test/distancematrix

Conversation

@tpoisot
Copy link
Copy Markdown
Member

@tpoisot tpoisot commented Mar 4, 2023

Add tests for taxonomic distance matrix and authority methods

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 4, 2023

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 4 Mar 2023 - 02:42
    • Baseline: 4 Mar 2023 - 02:44
  • Package commits:
    • Target: f99544
    • Baseline: 0c277c
  • 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
["traversal", "children"] 0.70 (5%) ✅ 1.00 (1%)
["traversal", "in root"] 0.72 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["name finders"]
  • ["taxon search"]
  • ["traversal"]

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.2 LTS
  uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2593 MHz       2293 s          0 s        287 s       5409 s          0 s
       #2  2593 MHz       3582 s          0 s        211 s       3878 s          0 s
  Memory: 6.781219482421875 GB (3807.3203125 MB free)
  Uptime: 823.85 sec
  Load Avg:  1.0  0.96  0.62
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
  Threads: 1 on 2 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.2 LTS
  uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2593 MHz       2482 s          0 s        305 s       6505 s          0 s
       #2  2593 MHz       4666 s          0 s        230 s       4075 s          0 s
  Memory: 6.781219482421875 GB (3877.96484375 MB free)
  Uptime: 955.15 sec
  Load Avg:  1.01  0.99  0.68
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
  Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 4 Mar 2023 - 2:42
  • Package commit: f99544
  • 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
["name finders", "mammals (inclusive)"] 33.601 ms (5%) 2.87 MiB (1%) 308
["name finders", "mammals"] 24.448 ms (5%) 2.21 MiB (1%) 309
["name finders", "phage"] 26.063 ms (5%) 4.71 MiB (1%) 307
["taxon search", "by ID"] 5.683 μs (5%) 32 bytes (1%) 2
["taxon search", "by name"] 18.836 ms (5%) 441.12 KiB (1%) 11
["taxon search", "lowercase with finder"] 188.503 μs (5%) 8.36 KiB (1%) 13
["taxon search", "scientific with finder"] 243.603 μs (5%) 8.20 KiB (1%) 10
["taxon search", "with finder"] 243.303 μs (5%) 8.20 KiB (1%) 10
["traversal", "children"] 2.683 ms (5%) 309.03 KiB (1%) 22
["traversal", "common ancestor (array)"] 44.780 ms (5%) 36.62 KiB (1%) 714
["traversal", "common ancestor (pair)"] 15.377 ms (5%) 14.30 KiB (1%) 261
["traversal", "in root"] 185.637 ms (5%) 19.98 MiB (1%) 3601
["traversal", "lineage"] 7.719 ms (5%) 4.38 KiB (1%) 112
["traversal", "parent"] 17.000 μs (5%) 128 bytes (1%) 7
["utilities", "distance matrix (no allocation)"] 74.616 ms (5%) 91.41 KiB (1%) 1446
["utilities", "distance matrix (pre-allocation)"] 74.457 ms (5%) 91.16 KiB (1%) 1445

Benchmark Group List

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

  • ["name finders"]
  • ["taxon search"]
  • ["traversal"]
  • ["utilities"]

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.2 LTS
  uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2593 MHz       2293 s          0 s        287 s       5409 s          0 s
       #2  2593 MHz       3582 s          0 s        211 s       3878 s          0 s
  Memory: 6.781219482421875 GB (3807.3203125 MB free)
  Uptime: 823.85 sec
  Load Avg:  1.0  0.96  0.62
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
  Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 4 Mar 2023 - 2:44
  • Package commit: 0c277c
  • 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
["name finders", "mammals (inclusive)"] 33.983 ms (5%) 2.87 MiB (1%) 308
["name finders", "mammals"] 24.371 ms (5%) 2.21 MiB (1%) 309
["name finders", "phage"] 25.855 ms (5%) 4.71 MiB (1%) 307
["taxon search", "by ID"] 5.667 μs (5%) 32 bytes (1%) 2
["taxon search", "by name"] 18.741 ms (5%) 441.12 KiB (1%) 11
["taxon search", "lowercase with finder"] 191.103 μs (5%) 8.36 KiB (1%) 13
["taxon search", "scientific with finder"] 237.803 μs (5%) 8.20 KiB (1%) 10
["taxon search", "with finder"] 239.103 μs (5%) 8.20 KiB (1%) 10
["traversal", "children"] 3.818 ms (5%) 309.03 KiB (1%) 22
["traversal", "common ancestor (array)"] 44.030 ms (5%) 36.77 KiB (1%) 715
["traversal", "common ancestor (pair)"] 15.083 ms (5%) 14.30 KiB (1%) 261
["traversal", "in root"] 256.833 ms (5%) 19.98 MiB (1%) 3601
["traversal", "lineage"] 7.610 ms (5%) 4.38 KiB (1%) 112
["traversal", "parent"] 17.000 μs (5%) 128 bytes (1%) 7

Benchmark Group List

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

  • ["name finders"]
  • ["taxon search"]
  • ["traversal"]

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.2 LTS
  uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2593 MHz       2482 s          0 s        305 s       6505 s          0 s
       #2  2593 MHz       4666 s          0 s        230 s       4075 s          0 s
  Memory: 6.781219482421875 GB (3877.96484375 MB free)
  Uptime: 955.15 sec
  Load Avg:  1.01  0.99  0.68
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, skylake-avx512)
  Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 4, 2023

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 4 Mar 2023 - 03:06
    • Baseline: 4 Mar 2023 - 03:08
  • Package commits:
    • Target: a4a3b0
    • Baseline: 0c277c
  • 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
["taxon search", "by name"] 0.89 (5%) ✅ 1.00 (1%)
["taxon search", "lowercase with finder"] 1.06 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • ["name finders"]
  • ["taxon search"]
  • ["traversal"]

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.2 LTS
  uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 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       1087 s          0 s        142 s       6332 s          0 s
       #2  2793 MHz       4704 s          0 s        276 s       2630 s          0 s
  Memory: 6.781219482421875 GB (3868.80078125 MB free)
  Uptime: 767.99 sec
  Load Avg:  1.0  0.92  0.55
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 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.2 LTS
  uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 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       2067 s          0 s        164 s       6618 s          0 s
       #2  2793 MHz       4980 s          0 s        294 s       3623 s          0 s
  Memory: 6.781219482421875 GB (3849.6015625 MB free)
  Uptime: 897.25 sec
  Load Avg:  1.0  0.95  0.62
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 4 Mar 2023 - 3:6
  • Package commit: a4a3b0
  • 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
["name finders", "mammals (inclusive)"] 32.027 ms (5%) 2.87 MiB (1%) 308
["name finders", "mammals"] 25.954 ms (5%) 2.21 MiB (1%) 309
["name finders", "phage"] 27.591 ms (5%) 4.71 MiB (1%) 307
["taxon search", "by ID"] 5.083 μs (5%) 32 bytes (1%) 2
["taxon search", "by name"] 15.310 ms (5%) 441.12 KiB (1%) 11
["taxon search", "lowercase with finder"] 159.103 μs (5%) 8.36 KiB (1%) 13
["taxon search", "scientific with finder"] 186.103 μs (5%) 8.20 KiB (1%) 10
["taxon search", "with finder"] 185.703 μs (5%) 8.20 KiB (1%) 10
["traversal", "children"] 3.045 ms (5%) 309.03 KiB (1%) 22
["traversal", "common ancestor (array)"] 39.414 ms (5%) 36.62 KiB (1%) 714
["traversal", "common ancestor (pair)"] 13.516 ms (5%) 14.30 KiB (1%) 261
["traversal", "in root"] 215.102 ms (5%) 19.98 MiB (1%) 3601
["traversal", "lineage"] 6.833 ms (5%) 4.38 KiB (1%) 112
["traversal", "parent"] 15.300 μs (5%) 128 bytes (1%) 7
["utilities", "distance matrix (no allocation)"] 65.139 ms (5%) 91.41 KiB (1%) 1446
["utilities", "distance matrix (pre-allocation)"] 65.185 ms (5%) 91.16 KiB (1%) 1445

Benchmark Group List

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

  • ["name finders"]
  • ["taxon search"]
  • ["traversal"]
  • ["utilities"]

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.2 LTS
  uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 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       1087 s          0 s        142 s       6332 s          0 s
       #2  2793 MHz       4704 s          0 s        276 s       2630 s          0 s
  Memory: 6.781219482421875 GB (3868.80078125 MB free)
  Uptime: 767.99 sec
  Load Avg:  1.0  0.92  0.55
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 4 Mar 2023 - 3:8
  • Package commit: 0c277c
  • 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
["name finders", "mammals (inclusive)"] 32.574 ms (5%) 2.87 MiB (1%) 308
["name finders", "mammals"] 27.068 ms (5%) 2.21 MiB (1%) 309
["name finders", "phage"] 28.129 ms (5%) 4.71 MiB (1%) 307
["taxon search", "by ID"] 5.083 μs (5%) 32 bytes (1%) 2
["taxon search", "by name"] 17.112 ms (5%) 441.12 KiB (1%) 11
["taxon search", "lowercase with finder"] 150.202 μs (5%) 8.36 KiB (1%) 13
["taxon search", "scientific with finder"] 182.295 μs (5%) 8.20 KiB (1%) 10
["taxon search", "with finder"] 182.402 μs (5%) 8.20 KiB (1%) 10
["traversal", "children"] 3.047 ms (5%) 309.03 KiB (1%) 22
["traversal", "common ancestor (array)"] 39.400 ms (5%) 36.77 KiB (1%) 715
["traversal", "common ancestor (pair)"] 13.509 ms (5%) 14.30 KiB (1%) 261
["traversal", "in root"] 215.738 ms (5%) 19.98 MiB (1%) 3601
["traversal", "lineage"] 6.828 ms (5%) 4.38 KiB (1%) 112
["traversal", "parent"] 15.300 μs (5%) 128 bytes (1%) 7

Benchmark Group List

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

  • ["name finders"]
  • ["taxon search"]
  • ["traversal"]

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.2 LTS
  uname: Linux 5.15.0-1033-azure #40-Ubuntu SMP Mon Jan 23 20:36:59 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       2067 s          0 s        164 s       6618 s          0 s
       #2  2793 MHz       4980 s          0 s        294 s       3623 s          0 s
  Memory: 6.781219482421875 GB (3849.6015625 MB free)
  Uptime: 897.25 sec
  Load Avg:  1.0  0.95  0.62
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() openblas64
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.95
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 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 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

@tpoisot tpoisot merged commit f5a999a into main Mar 4, 2023
@tpoisot tpoisot deleted the test/distancematrix branch March 4, 2023 14:39
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