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

run benchmark CI on PR with 'run benchmark' label #37

Merged
merged 1 commit into from
Jul 3, 2020

Conversation

johnnychen94
Copy link
Member

An alternative to #34

@johnnychen94
Copy link
Member Author

Great!

When I added no changelog label, the benchmark CI is skipped, and once I added the run benchmark label, the CI's running.

@johnnychen94 johnnychen94 merged commit b740a97 into master Jul 3, 2020
@johnnychen94 johnnychen94 deleted the jc/benchmark branch July 3, 2020 10:55
@github-actions
Copy link
Contributor

github-actions bot commented Jul 3, 2020

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 3 Jul 2020 - 11:03
    • Baseline: 3 Jul 2020 - 11:06
  • Package commits:
    • Target: 9c15ef
    • Baseline: bf9ae6
  • Julia commits:
    • Target: 44fa15
    • Baseline: 44fa15
  • 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
["AdaptiveEqualization", "Gray{Float32}", "64×64"] 1.11 (5%) ❌ 1.00 (1%)
["AdaptiveEqualization", "Gray{Normed{UInt8,8}}", "64×64"] 1.13 (5%) ❌ 1.00 (1%)
["AdaptiveEqualization", "Normed{UInt8,8}", "64×64"] 1.18 (5%) ❌ 1.00 (1%)
["AdaptiveEqualization", "RGB{Float32}", "64×64"] 1.14 (5%) ❌ 1.00 (1%)
["AdaptiveEqualization", "RGB{Normed{UInt8,8}}", "64×64"] 1.12 (5%) ❌ 1.00 (1%)
["ContrastStretching", "Gray{Float32}", "64×64"] 0.94 (5%) ✅ 1.00 (1%)
["ContrastStretching", "RGB{Float32}", "64×64"] 1.12 (5%) ❌ 1.00 (1%)
["Equalization", "Gray{Normed{UInt8,8}}", "64×64"] 1.24 (5%) ❌ 1.00 (1%)
["Equalization", "RGB{Float32}", "64×64"] 1.12 (5%) ❌ 1.00 (1%)
["GammaCorrection", "Gray{Normed{UInt8,8}}", "64×64"] 0.79 (5%) ✅ 1.00 (1%)
["GammaCorrection", "RGB{Normed{UInt8,8}}", "64×64"] 1.16 (5%) ❌ 1.00 (1%)
["LinearStretching", "Float32", "64×64"] 1.25 (5%) ❌ 1.00 (1%)
["LinearStretching", "Gray{Float32}", "64×64"] 1.35 (5%) ❌ 1.00 (1%)
["LinearStretching", "Gray{Normed{UInt8,8}}", "64×64"] 1.14 (5%) ❌ 1.00 (1%)
["LinearStretching", "Normed{UInt8,8}", "64×64"] 1.24 (5%) ❌ 1.00 (1%)
["LinearStretching", "RGB{Normed{UInt8,8}}", "64×64"] 0.87 (5%) ✅ 1.00 (1%)
["Matching", "Gray{Normed{UInt8,8}}", "64×64"] 1.15 (5%) ❌ 1.00 (1%)
["Matching", "Normed{UInt8,8}", "64×64"] 1.16 (5%) ❌ 1.00 (1%)
["Matching", "RGB{Float32}", "64×64"] 1.12 (5%) ❌ 1.00 (1%)

Benchmark Group List

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

  • ["AdaptiveEqualization", "Float32"]
  • ["AdaptiveEqualization", "Gray{Float32}"]
  • ["AdaptiveEqualization", "Gray{Normed{UInt8,8}}"]
  • ["AdaptiveEqualization", "Normed{UInt8,8}"]
  • ["AdaptiveEqualization", "RGB{Float32}"]
  • ["AdaptiveEqualization", "RGB{Normed{UInt8,8}}"]
  • ["ContrastStretching", "Float32"]
  • ["ContrastStretching", "Gray{Float32}"]
  • ["ContrastStretching", "Gray{Normed{UInt8,8}}"]
  • ["ContrastStretching", "Normed{UInt8,8}"]
  • ["ContrastStretching", "RGB{Float32}"]
  • ["ContrastStretching", "RGB{Normed{UInt8,8}}"]
  • ["Equalization", "Float32"]
  • ["Equalization", "Gray{Float32}"]
  • ["Equalization", "Gray{Normed{UInt8,8}}"]
  • ["Equalization", "Normed{UInt8,8}"]
  • ["Equalization", "RGB{Float32}"]
  • ["Equalization", "RGB{Normed{UInt8,8}}"]
  • ["GammaCorrection", "Float32"]
  • ["GammaCorrection", "Gray{Float32}"]
  • ["GammaCorrection", "Gray{Normed{UInt8,8}}"]
  • ["GammaCorrection", "Normed{UInt8,8}"]
  • ["GammaCorrection", "RGB{Float32}"]
  • ["GammaCorrection", "RGB{Normed{UInt8,8}}"]
  • ["LinearStretching", "Float32"]
  • ["LinearStretching", "Gray{Float32}"]
  • ["LinearStretching", "Gray{Normed{UInt8,8}}"]
  • ["LinearStretching", "Normed{UInt8,8}"]
  • ["LinearStretching", "RGB{Float32}"]
  • ["LinearStretching", "RGB{Normed{UInt8,8}}"]
  • ["Matching", "Float32"]
  • ["Matching", "Gray{Float32}"]
  • ["Matching", "Gray{Normed{UInt8,8}}"]
  • ["Matching", "Normed{UInt8,8}"]
  • ["Matching", "RGB{Float32}"]
  • ["Matching", "RGB{Normed{UInt8,8}}"]

Julia versioninfo

Target

Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 18.04.4 LTS
  uname: Linux 5.3.0-1031-azure #32~18.04.1-Ubuntu SMP Mon Jun 22 15:27:23 UTC 2020 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2095 MHz      12082 s          0 s       1774 s      47154 s          0 s
       #2  2095 MHz      45746 s          0 s       1988 s      12865 s          0 s
       
  Memory: 6.764884948730469 GB (2821.17578125 MB free)
  Uptime: 628.0 sec
  Load Avg:  1.03515625  0.9765625  0.59228515625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, skylake)

Baseline

Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 18.04.4 LTS
  uname: Linux 5.3.0-1031-azure #32~18.04.1-Ubuntu SMP Mon Jun 22 15:27:23 UTC 2020 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2095 MHz      25540 s          0 s       1850 s      52525 s          0 s
       #2  2095 MHz      51202 s          0 s       2140 s      26161 s          0 s
       
  Memory: 6.764884948730469 GB (2801.1015625 MB free)
  Uptime: 818.0 sec
  Load Avg:  1.0654296875  1.02880859375  0.6943359375
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, skylake)

Target result

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

Job Properties

  • Time of benchmark: 3 Jul 2020 - 11:3
  • Package commit: 9c15ef
  • Julia commit: 44fa15
  • 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
["AdaptiveEqualization", "Float32", "64×64"] 15.556 ms (5%) 1.724 ms 73.95 MiB (1%) 67284
["AdaptiveEqualization", "Gray{Float32}", "64×64"] 16.269 ms (5%) 1.667 ms 73.95 MiB (1%) 67284
["AdaptiveEqualization", "Gray{Normed{UInt8,8}}", "64×64"] 16.444 ms (5%) 1.705 ms 74.08 MiB (1%) 67476
["AdaptiveEqualization", "Normed{UInt8,8}", "64×64"] 17.486 ms (5%) 1.808 ms 74.08 MiB (1%) 67476
["AdaptiveEqualization", "RGB{Float32}", "64×64"] 15.889 ms (5%) 1.737 ms 74.06 MiB (1%) 67293
["AdaptiveEqualization", "RGB{Normed{UInt8,8}}", "64×64"] 15.890 ms (5%) 1.660 ms 74.03 MiB (1%) 67292
["ContrastStretching", "Float32", "64×64"] 121.306 μs (5%) 16.17 KiB (1%) 2
["ContrastStretching", "Gray{Float32}", "64×64"] 124.506 μs (5%) 16.17 KiB (1%) 2
["ContrastStretching", "Gray{Normed{UInt8,8}}", "64×64"] 124.606 μs (5%) 4.23 KiB (1%) 2
["ContrastStretching", "Normed{UInt8,8}", "64×64"] 131.706 μs (5%) 4.23 KiB (1%) 2
["ContrastStretching", "RGB{Float32}", "64×64"] 267.913 μs (5%) 112.53 KiB (1%) 10
["ContrastStretching", "RGB{Normed{UInt8,8}}", "64×64"] 380.419 μs (5%) 76.58 KiB (1%) 9
["Equalization", "Float32", "64×64"] 60.903 μs (5%) 25.00 KiB (1%) 7
["Equalization", "Gray{Float32}", "64×64"] 55.803 μs (5%) 25.00 KiB (1%) 7
["Equalization", "Gray{Normed{UInt8,8}}", "64×64"] 74.905 μs (5%) 15.28 KiB (1%) 9
["Equalization", "Normed{UInt8,8}", "64×64"] 62.704 μs (5%) 15.28 KiB (1%) 9
["Equalization", "RGB{Float32}", "64×64"] 189.011 μs (5%) 121.36 KiB (1%) 15
["Equalization", "RGB{Normed{UInt8,8}}", "64×64"] 300.917 μs (5%) 85.41 KiB (1%) 14
["GammaCorrection", "Float32", "64×64"] 105.308 μs (5%) 16.16 KiB (1%) 2
["GammaCorrection", "Gray{Float32}", "64×64"] 216.017 μs (5%) 136.17 KiB (1%) 7683
["GammaCorrection", "Gray{Normed{UInt8,8}}", "64×64"] 4.900 μs (5%) 4.55 KiB (1%) 2
["GammaCorrection", "Normed{UInt8,8}", "64×64"] 124.610 μs (5%) 4.22 KiB (1%) 2
["GammaCorrection", "RGB{Float32}", "64×64"] 233.017 μs (5%) 112.52 KiB (1%) 10
["GammaCorrection", "RGB{Normed{UInt8,8}}", "64×64"] 344.925 μs (5%) 76.56 KiB (1%) 9
["LinearStretching", "Float32", "64×64"] 13.901 μs (5%) 16.13 KiB (1%) 1
["LinearStretching", "Gray{Float32}", "64×64"] 14.701 μs (5%) 16.13 KiB (1%) 1
["LinearStretching", "Gray{Normed{UInt8,8}}", "64×64"] 7.276 μs (5%) 20.31 KiB (1%) 2
["LinearStretching", "Normed{UInt8,8}", "64×64"] 8.526 μs (5%) 20.31 KiB (1%) 2
["LinearStretching", "RGB{Float32}", "64×64"] 97.808 μs (5%) 112.48 KiB (1%) 9
["LinearStretching", "RGB{Normed{UInt8,8}}", "64×64"] 181.914 μs (5%) 76.53 KiB (1%) 8
["Matching", "Float32", "64×64"] 344.518 μs (5%) 31.77 KiB (1%) 16
["Matching", "Gray{Float32}", "64×64"] 356.520 μs (5%) 31.80 KiB (1%) 16
["Matching", "Gray{Normed{UInt8,8}}", "64×64"] 358.619 μs (5%) 22.08 KiB (1%) 18
["Matching", "Normed{UInt8,8}", "64×64"] 333.219 μs (5%) 22.05 KiB (1%) 18
["Matching", "RGB{Float32}", "64×64"] 633.533 μs (5%) 176.47 KiB (1%) 32
["Matching", "RGB{Normed{UInt8,8}}", "64×64"] 776.639 μs (5%) 140.52 KiB (1%) 31

Benchmark Group List

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

  • ["AdaptiveEqualization", "Float32"]
  • ["AdaptiveEqualization", "Gray{Float32}"]
  • ["AdaptiveEqualization", "Gray{Normed{UInt8,8}}"]
  • ["AdaptiveEqualization", "Normed{UInt8,8}"]
  • ["AdaptiveEqualization", "RGB{Float32}"]
  • ["AdaptiveEqualization", "RGB{Normed{UInt8,8}}"]
  • ["ContrastStretching", "Float32"]
  • ["ContrastStretching", "Gray{Float32}"]
  • ["ContrastStretching", "Gray{Normed{UInt8,8}}"]
  • ["ContrastStretching", "Normed{UInt8,8}"]
  • ["ContrastStretching", "RGB{Float32}"]
  • ["ContrastStretching", "RGB{Normed{UInt8,8}}"]
  • ["Equalization", "Float32"]
  • ["Equalization", "Gray{Float32}"]
  • ["Equalization", "Gray{Normed{UInt8,8}}"]
  • ["Equalization", "Normed{UInt8,8}"]
  • ["Equalization", "RGB{Float32}"]
  • ["Equalization", "RGB{Normed{UInt8,8}}"]
  • ["GammaCorrection", "Float32"]
  • ["GammaCorrection", "Gray{Float32}"]
  • ["GammaCorrection", "Gray{Normed{UInt8,8}}"]
  • ["GammaCorrection", "Normed{UInt8,8}"]
  • ["GammaCorrection", "RGB{Float32}"]
  • ["GammaCorrection", "RGB{Normed{UInt8,8}}"]
  • ["LinearStretching", "Float32"]
  • ["LinearStretching", "Gray{Float32}"]
  • ["LinearStretching", "Gray{Normed{UInt8,8}}"]
  • ["LinearStretching", "Normed{UInt8,8}"]
  • ["LinearStretching", "RGB{Float32}"]
  • ["LinearStretching", "RGB{Normed{UInt8,8}}"]
  • ["Matching", "Float32"]
  • ["Matching", "Gray{Float32}"]
  • ["Matching", "Gray{Normed{UInt8,8}}"]
  • ["Matching", "Normed{UInt8,8}"]
  • ["Matching", "RGB{Float32}"]
  • ["Matching", "RGB{Normed{UInt8,8}}"]

Julia versioninfo

Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 18.04.4 LTS
  uname: Linux 5.3.0-1031-azure #32~18.04.1-Ubuntu SMP Mon Jun 22 15:27:23 UTC 2020 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2095 MHz      12082 s          0 s       1774 s      47154 s          0 s
       #2  2095 MHz      45746 s          0 s       1988 s      12865 s          0 s
       
  Memory: 6.764884948730469 GB (2821.17578125 MB free)
  Uptime: 628.0 sec
  Load Avg:  1.03515625  0.9765625  0.59228515625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, skylake)

Baseline result

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

Job Properties

  • Time of benchmark: 3 Jul 2020 - 11:6
  • Package commit: bf9ae6
  • Julia commit: 44fa15
  • 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
["AdaptiveEqualization", "Float32", "64×64"] 15.258 ms (5%) 1.633 ms 73.95 MiB (1%) 67284
["AdaptiveEqualization", "Gray{Float32}", "64×64"] 14.716 ms (5%) 1.417 ms 73.95 MiB (1%) 67284
["AdaptiveEqualization", "Gray{Normed{UInt8,8}}", "64×64"] 14.583 ms (5%) 1.354 ms 74.08 MiB (1%) 67476
["AdaptiveEqualization", "Normed{UInt8,8}", "64×64"] 14.879 ms (5%) 1.445 ms 74.08 MiB (1%) 67476
["AdaptiveEqualization", "RGB{Float32}", "64×64"] 13.902 ms (5%) 1.264 ms 74.06 MiB (1%) 67293
["AdaptiveEqualization", "RGB{Normed{UInt8,8}}", "64×64"] 14.150 ms (5%) 1.336 ms 74.03 MiB (1%) 67292
["ContrastStretching", "Float32", "64×64"] 123.505 μs (5%) 16.17 KiB (1%) 2
["ContrastStretching", "Gray{Float32}", "64×64"] 132.304 μs (5%) 16.17 KiB (1%) 2
["ContrastStretching", "Gray{Normed{UInt8,8}}", "64×64"] 123.305 μs (5%) 4.23 KiB (1%) 2
["ContrastStretching", "Normed{UInt8,8}", "64×64"] 128.605 μs (5%) 4.23 KiB (1%) 2
["ContrastStretching", "RGB{Float32}", "64×64"] 239.808 μs (5%) 112.53 KiB (1%) 10
["ContrastStretching", "RGB{Normed{UInt8,8}}", "64×64"] 379.412 μs (5%) 76.58 KiB (1%) 9
["Equalization", "Float32", "64×64"] 60.603 μs (5%) 25.00 KiB (1%) 7
["Equalization", "Gray{Float32}", "64×64"] 55.902 μs (5%) 25.00 KiB (1%) 7
["Equalization", "Gray{Normed{UInt8,8}}", "64×64"] 60.202 μs (5%) 15.28 KiB (1%) 9
["Equalization", "Normed{UInt8,8}", "64×64"] 62.902 μs (5%) 15.28 KiB (1%) 9
["Equalization", "RGB{Float32}", "64×64"] 168.206 μs (5%) 121.36 KiB (1%) 15
["Equalization", "RGB{Normed{UInt8,8}}", "64×64"] 300.011 μs (5%) 85.41 KiB (1%) 14
["GammaCorrection", "Float32", "64×64"] 107.904 μs (5%) 16.16 KiB (1%) 2
["GammaCorrection", "Gray{Float32}", "64×64"] 217.709 μs (5%) 136.17 KiB (1%) 7683
["GammaCorrection", "Gray{Normed{UInt8,8}}", "64×64"] 6.200 μs (5%) 4.55 KiB (1%) 2
["GammaCorrection", "Normed{UInt8,8}", "64×64"] 125.105 μs (5%) 4.22 KiB (1%) 2
["GammaCorrection", "RGB{Float32}", "64×64"] 234.209 μs (5%) 112.52 KiB (1%) 10
["GammaCorrection", "RGB{Normed{UInt8,8}}", "64×64"] 298.012 μs (5%) 76.56 KiB (1%) 9
["LinearStretching", "Float32", "64×64"] 11.100 μs (5%) 16.13 KiB (1%) 1
["LinearStretching", "Gray{Float32}", "64×64"] 10.901 μs (5%) 16.13 KiB (1%) 1
["LinearStretching", "Gray{Normed{UInt8,8}}", "64×64"] 6.400 μs (5%) 20.31 KiB (1%) 2
["LinearStretching", "Normed{UInt8,8}", "64×64"] 6.900 μs (5%) 20.31 KiB (1%) 2
["LinearStretching", "RGB{Float32}", "64×64"] 97.504 μs (5%) 112.48 KiB (1%) 9
["LinearStretching", "RGB{Normed{UInt8,8}}", "64×64"] 209.608 μs (5%) 76.53 KiB (1%) 8
["Matching", "Float32", "64×64"] 345.012 μs (5%) 31.77 KiB (1%) 16
["Matching", "Gray{Float32}", "64×64"] 356.812 μs (5%) 31.80 KiB (1%) 16
["Matching", "Gray{Normed{UInt8,8}}", "64×64"] 310.611 μs (5%) 22.08 KiB (1%) 18
["Matching", "Normed{UInt8,8}", "64×64"] 286.810 μs (5%) 22.05 KiB (1%) 18
["Matching", "RGB{Float32}", "64×64"] 563.220 μs (5%) 176.47 KiB (1%) 32
["Matching", "RGB{Normed{UInt8,8}}", "64×64"] 790.527 μs (5%) 140.52 KiB (1%) 31

Benchmark Group List

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

  • ["AdaptiveEqualization", "Float32"]
  • ["AdaptiveEqualization", "Gray{Float32}"]
  • ["AdaptiveEqualization", "Gray{Normed{UInt8,8}}"]
  • ["AdaptiveEqualization", "Normed{UInt8,8}"]
  • ["AdaptiveEqualization", "RGB{Float32}"]
  • ["AdaptiveEqualization", "RGB{Normed{UInt8,8}}"]
  • ["ContrastStretching", "Float32"]
  • ["ContrastStretching", "Gray{Float32}"]
  • ["ContrastStretching", "Gray{Normed{UInt8,8}}"]
  • ["ContrastStretching", "Normed{UInt8,8}"]
  • ["ContrastStretching", "RGB{Float32}"]
  • ["ContrastStretching", "RGB{Normed{UInt8,8}}"]
  • ["Equalization", "Float32"]
  • ["Equalization", "Gray{Float32}"]
  • ["Equalization", "Gray{Normed{UInt8,8}}"]
  • ["Equalization", "Normed{UInt8,8}"]
  • ["Equalization", "RGB{Float32}"]
  • ["Equalization", "RGB{Normed{UInt8,8}}"]
  • ["GammaCorrection", "Float32"]
  • ["GammaCorrection", "Gray{Float32}"]
  • ["GammaCorrection", "Gray{Normed{UInt8,8}}"]
  • ["GammaCorrection", "Normed{UInt8,8}"]
  • ["GammaCorrection", "RGB{Float32}"]
  • ["GammaCorrection", "RGB{Normed{UInt8,8}}"]
  • ["LinearStretching", "Float32"]
  • ["LinearStretching", "Gray{Float32}"]
  • ["LinearStretching", "Gray{Normed{UInt8,8}}"]
  • ["LinearStretching", "Normed{UInt8,8}"]
  • ["LinearStretching", "RGB{Float32}"]
  • ["LinearStretching", "RGB{Normed{UInt8,8}}"]
  • ["Matching", "Float32"]
  • ["Matching", "Gray{Float32}"]
  • ["Matching", "Gray{Normed{UInt8,8}}"]
  • ["Matching", "Normed{UInt8,8}"]
  • ["Matching", "RGB{Float32}"]
  • ["Matching", "RGB{Normed{UInt8,8}}"]

Julia versioninfo

Julia Version 1.4.2
Commit 44fa15b150* (2020-05-23 18:35 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 18.04.4 LTS
  uname: Linux 5.3.0-1031-azure #32~18.04.1-Ubuntu SMP Mon Jun 22 15:27:23 UTC 2020 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2095 MHz      25540 s          0 s       1850 s      52525 s          0 s
       #2  2095 MHz      51202 s          0 s       2140 s      26161 s          0 s
       
  Memory: 6.764884948730469 GB (2801.1015625 MB free)
  Uptime: 818.0 sec
  Load Avg:  1.0654296875  1.02880859375  0.6943359375
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, skylake)

Runtime information

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

lscpu output:

Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              2
On-line CPU(s) list: 0,1
Thread(s) per core:  1
Core(s) per socket:  2
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               85
Model name:          Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Stepping:            4
CPU MHz:             2095.196
BogoMIPS:            4190.39
Hypervisor vendor:   Microsoft
Virtualization type: full
L1d cache:           32K
L1i cache:           32K
L2 cache:            1024K
L3 cache:            36608K
NUMA node0 CPU(s):   0,1
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 mpx avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves
Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading 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, 44 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant