Skip to content

Instantly share code, notes, and snippets.

@Gnimuc
Created March 4, 2020 00:45
Show Gist options
  • Save Gnimuc/aa8847bd3ff93296c08637ede8d8ad17 to your computer and use it in GitHub Desktop.
Save Gnimuc/aa8847bd3ff93296c08637ede8d8ad17 to your computer and use it in GitHub Desktop.

Benchmark Report for Hungarian

Job Properties

  • Time of benchmarks:
    • Target: 4 Mar 2020 - 08:36
    • Baseline: 4 Mar 2020 - 08:39
  • Package commits:
    • Target: cb09cd
    • Baseline: e532c3
  • Julia commits:
    • Target: 46ce4d
    • Baseline: 46ce4d
  • 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
["non-square", "Float64", "10 x 20"] 1.10 (5%) ❌ 0.69 (1%) ✅
["non-square", "Float64", "100 x 200"] 1.11 (5%) ❌ 0.15 (1%) ✅
["non-square", "Float64", "100 x 50"] 1.26 (5%) ❌ 0.32 (1%) ✅
["non-square", "Float64", "1000 x 2000"] 0.99 (5%) 0.02 (1%) ✅
["non-square", "Float64", "1000 x 800"] 1.88 (5%) ❌ 0.03 (1%) ✅
["non-square", "Float64", "20 x 10"] 1.25 (5%) ❌ 0.68 (1%) ✅
["non-square", "Float64", "200 x 100"] 1.26 (5%) ❌ 0.15 (1%) ✅
["non-square", "Float64", "200 x 400"] 1.07 (5%) ❌ 0.09 (1%) ✅
["non-square", "Float64", "2000 x 1000"] 1.91 (5%) ❌ 0.02 (1%) ✅
["non-square", "Float64", "400 x 200"] 1.46 (5%) ❌ 0.09 (1%) ✅
["non-square", "Float64", "400 x 800"] 1.04 (5%) 0.04 (1%) ✅
["non-square", "Float64", "50 x 100"] 1.17 (5%) ❌ 0.32 (1%) ✅
["non-square", "Float64", "800 x 1000"] 1.02 (5%) 0.03 (1%) ✅
["non-square", "Float64", "800 x 400"] 1.66 (5%) ❌ 0.04 (1%) ✅
["square", "Float64", "10 x 10"] 1.08 (5%) ❌ 0.72 (1%) ✅
["square", "Float64", "100 x 100"] 1.18 (5%) ❌ 0.28 (1%) ✅
["square", "Float64", "1000 x 1000"] 1.16 (5%) ❌ 0.03 (1%) ✅
["square", "Float64", "200 x 200"] 1.14 (5%) ❌ 0.18 (1%) ✅
["square", "Float64", "2000 x 2000"] 1.02 (5%) 0.01 (1%) ✅
["square", "Float64", "400 x 400"] 1.10 (5%) ❌ 0.08 (1%) ✅
["square", "Float64", "50 x 50"] 1.23 (5%) ❌ 0.53 (1%) ✅
["square", "Float64", "800 x 800"] 1.08 (5%) ❌ 0.05 (1%) ✅
["square", "UInt16", "100 x 100"] 1.31 (5%) ❌ 0.69 (1%) ✅
["square", "UInt16", "1000 x 1000"] 1.21 (5%) ❌ 0.12 (1%) ✅
["square", "UInt16", "16000 x 16000"] 3.02 (5%) ❌ 0.01 (1%) ✅
["square", "UInt16", "2000 x 2000"] 1.36 (5%) ❌ 0.05 (1%) ✅
["square", "UInt16", "4000 x 4000"] 1.81 (5%) ❌ 0.03 (1%) ✅
["square", "UInt16", "500 x 500"] 1.15 (5%) ❌ 0.20 (1%) ✅
["square", "UInt16", "8000 x 8000"] 2.15 (5%) ❌ 0.03 (1%) ✅

Benchmark Group List

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

  • ["non-square", "Float64"]
  • ["square", "Float64"]
  • ["square", "UInt16"]

Julia versioninfo

Target

Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin19.0.0)
  uname: Darwin 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan  9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64 i386
  CPU: Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz: 
              speed         user         nice          sys         idle          irq
       #1  2900 MHz      14016 s          0 s       9409 s     151119 s          0 s
       #2  2900 MHz       5280 s          0 s       3342 s     165909 s          0 s
       #3  2900 MHz      14428 s          0 s       7324 s     152780 s          0 s
       #4  2900 MHz       4967 s          0 s       3018 s     166547 s          0 s
       
  Memory: 16.0 GB (447.19140625 MB free)
  Uptime: 35198.0 sec
  Load Avg:  1.74365234375  2.9794921875  2.8896484375
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)

Baseline

Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin19.0.0)
  uname: Darwin 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan  9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64 i386
  CPU: Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz: 
              speed         user         nice          sys         idle          irq
       #1  2900 MHz      14664 s          0 s       9454 s     152142 s          0 s
       #2  2900 MHz       5396 s          0 s       3355 s     167495 s          0 s
       #3  2900 MHz      15342 s          0 s       7363 s     153543 s          0 s
       #4  2900 MHz       5073 s          0 s       3029 s     168145 s          0 s
       
  Memory: 16.0 GB (856.76953125 MB free)
  Uptime: 35369.0 sec
  Load Avg:  1.80224609375  2.501953125  2.70361328125
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
@Gnimuc
Copy link
Author

Gnimuc commented Mar 4, 2020

Benchmark Report for Hungarian

Job Properties

  • Time of benchmarks:
    • Target: 4 Mar 2020 - 23:21
    • Baseline: 4 Mar 2020 - 23:24
  • Package commits:
    • Target: 359192
    • Baseline: e532c3
  • Julia commits:
    • Target: 46ce4d
    • Baseline: 46ce4d
  • 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
["non-square", "Float64", "10 x 20"] 1.09 (5%) ❌ 0.69 (1%) ✅
["non-square", "Float64", "100 x 200"] 1.10 (5%) ❌ 0.15 (1%) ✅
["non-square", "Float64", "100 x 50"] 1.26 (5%) ❌ 0.32 (1%) ✅
["non-square", "Float64", "1000 x 2000"] 0.86 (5%) ✅ 0.02 (1%) ✅
["non-square", "Float64", "1000 x 800"] 2.56 (5%) ❌ 0.03 (1%) ✅
["non-square", "Float64", "20 x 10"] 1.24 (5%) ❌ 0.68 (1%) ✅
["non-square", "Float64", "200 x 100"] 1.26 (5%) ❌ 0.15 (1%) ✅
["non-square", "Float64", "200 x 400"] 1.07 (5%) ❌ 0.09 (1%) ✅
["non-square", "Float64", "2000 x 1000"] 2.11 (5%) ❌ 0.02 (1%) ✅
["non-square", "Float64", "400 x 200"] 1.48 (5%) ❌ 0.09 (1%) ✅
["non-square", "Float64", "400 x 800"] 1.04 (5%) 0.04 (1%) ✅
["non-square", "Float64", "50 x 100"] 1.17 (5%) ❌ 0.32 (1%) ✅
["non-square", "Float64", "800 x 1000"] 0.95 (5%) ✅ 0.03 (1%) ✅
["non-square", "Float64", "800 x 400"] 1.66 (5%) ❌ 0.04 (1%) ✅
["square", "Float64", "10 x 10"] 1.07 (5%) ❌ 0.72 (1%) ✅
["square", "Float64", "100 x 100"] 1.18 (5%) ❌ 0.28 (1%) ✅
["square", "Float64", "1000 x 1000"] 1.06 (5%) ❌ 0.03 (1%) ✅
["square", "Float64", "200 x 200"] 1.13 (5%) ❌ 0.18 (1%) ✅
["square", "Float64", "2000 x 2000"] 0.98 (5%) 0.01 (1%) ✅
["square", "Float64", "400 x 400"] 1.10 (5%) ❌ 0.08 (1%) ✅
["square", "Float64", "50 x 50"] 1.22 (5%) ❌ 0.53 (1%) ✅
["square", "Float64", "800 x 800"] 1.08 (5%) ❌ 0.05 (1%) ✅
["square", "UInt16", "100 x 100"] 1.24 (5%) ❌ 0.66 (1%) ✅
["square", "UInt16", "1000 x 1000"] 1.16 (5%) ❌ 0.12 (1%) ✅
["square", "UInt16", "16000 x 16000"] 2.71 (5%) ❌ 0.01 (1%) ✅
["square", "UInt16", "2000 x 2000"] 1.32 (5%) ❌ 0.05 (1%) ✅
["square", "UInt16", "4000 x 4000"] 1.85 (5%) ❌ 0.03 (1%) ✅
["square", "UInt16", "500 x 500"] 1.14 (5%) ❌ 0.19 (1%) ✅
["square", "UInt16", "8000 x 8000"] 1.68 (5%) ❌ 0.03 (1%) ✅

Benchmark Group List

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

  • ["non-square", "Float64"]
  • ["square", "Float64"]
  • ["square", "UInt16"]

Julia versioninfo

Target

Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin19.0.0)
  uname: Darwin 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan  9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64 i386
  CPU: Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz: 
              speed         user         nice          sys         idle          irq
       #1  2900 MHz      17992 s          0 s       9975 s     104453 s          0 s
       #2  2900 MHz       6094 s          0 s       4008 s     122313 s          0 s
       #3  2900 MHz      18078 s          0 s       8272 s     106065 s          0 s
       #4  2900 MHz       5433 s          0 s       3172 s     123809 s          0 s
       
  Memory: 16.0 GB (107.53515625 MB free)
  Uptime: 13241.0 sec
  Load Avg:  2.38525390625  2.267578125  2.0478515625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)

Baseline

Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin19.0.0)
  uname: Darwin 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan  9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64 i386
  CPU: Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz: 
              speed         user         nice          sys         idle          irq
       #1  2900 MHz      18835 s          0 s      10069 s     105252 s          0 s
       #2  2900 MHz       6238 s          0 s       4043 s     123869 s          0 s
       #3  2900 MHz      18924 s          0 s       8361 s     106866 s          0 s
       #4  2900 MHz       5579 s          0 s       3206 s     125365 s          0 s
       
  Memory: 16.0 GB (304.93359375 MB free)
  Uptime: 13414.0 sec
  Load Avg:  2.33642578125  2.28076171875  2.08740234375
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)

@Gnimuc
Copy link
Author

Gnimuc commented Mar 5, 2020

Benchmark Report for Hungarian

Job Properties

  • Time of benchmarks:
    • Target: 5 Mar 2020 - 16:34
    • Baseline: 5 Mar 2020 - 16:37
  • Package commits:
    • Target: 1a53a4
    • Baseline: e532c3
  • Julia commits:
    • Target: 46ce4d
    • Baseline: 46ce4d
  • 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
["non-square", "Float64", "10 x 20"] 0.81 (5%) ✅ 0.63 (1%) ✅
["non-square", "Float64", "100 x 200"] 1.00 (5%) 0.13 (1%) ✅
["non-square", "Float64", "100 x 50"] 1.09 (5%) ❌ 0.29 (1%) ✅
["non-square", "Float64", "1000 x 2000"] 0.79 (5%) ✅ 0.01 (1%) ✅
["non-square", "Float64", "1000 x 800"] 2.51 (5%) ❌ 0.03 (1%) ✅
["non-square", "Float64", "20 x 10"] 0.72 (5%) ✅ 0.61 (1%) ✅
["non-square", "Float64", "200 x 100"] 1.15 (5%) ❌ 0.13 (1%) ✅
["non-square", "Float64", "200 x 400"] 1.00 (5%) 0.08 (1%) ✅
["non-square", "Float64", "2000 x 1000"] 2.12 (5%) ❌ 0.01 (1%) ✅
["non-square", "Float64", "400 x 200"] 1.43 (5%) ❌ 0.08 (1%) ✅
["non-square", "Float64", "400 x 800"] 1.02 (5%) 0.03 (1%) ✅
["non-square", "Float64", "50 x 100"] 0.98 (5%) 0.28 (1%) ✅
["non-square", "Float64", "800 x 1000"] 1.14 (5%) ❌ 0.03 (1%) ✅
["non-square", "Float64", "800 x 400"] 1.73 (5%) ❌ 0.03 (1%) ✅
["square", "Float64", "10 x 10"] 0.59 (5%) ✅ 0.64 (1%) ✅
["square", "Float64", "100 x 100"] 0.99 (5%) 0.20 (1%) ✅
["square", "Float64", "1000 x 1000"] 1.01 (5%) 0.02 (1%) ✅
["square", "Float64", "200 x 200"] 1.00 (5%) 0.13 (1%) ✅
["square", "Float64", "2000 x 2000"] 0.90 (5%) ✅ 0.01 (1%) ✅
["square", "Float64", "400 x 400"] 1.00 (5%) 0.05 (1%) ✅
["square", "Float64", "50 x 50"] 0.98 (5%) 0.42 (1%) ✅
["square", "Float64", "800 x 800"] 0.92 (5%) ✅ 0.04 (1%) ✅
["square", "UInt16", "100 x 100"] 1.09 (5%) ❌ 0.46 (1%) ✅
["square", "UInt16", "1000 x 1000"] 1.14 (5%) ❌ 0.09 (1%) ✅
["square", "UInt16", "16000 x 16000"] 2.28 (5%) ❌ 0.01 (1%) ✅
["square", "UInt16", "2000 x 2000"] 1.14 (5%) ❌ 0.03 (1%) ✅
["square", "UInt16", "4000 x 4000"] 1.31 (5%) ❌ 0.02 (1%) ✅
["square", "UInt16", "500 x 500"] 1.14 (5%) ❌ 0.13 (1%) ✅
["square", "UInt16", "8000 x 8000"] 1.71 (5%) ❌ 0.03 (1%) ✅

Benchmark Group List

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

  • ["non-square", "Float64"]
  • ["square", "Float64"]
  • ["square", "UInt16"]

Julia versioninfo

Target

Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin19.0.0)
  uname: Darwin 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan  9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64 i386
  CPU: Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz: 
              speed         user         nice          sys         idle          irq
       #1  2900 MHz     120012 s          0 s      53634 s     508971 s          0 s
       #2  2900 MHz      51570 s          0 s      26414 s     604622 s          0 s
       #3  2900 MHz     122291 s          0 s      47936 s     512379 s          0 s
       #4  2900 MHz      39495 s          0 s      19969 s     623142 s          0 s
       
  Memory: 16.0 GB (16.75 MB free)
  Uptime: 75182.0 sec
  Load Avg:  2.80322265625  2.357421875  2.0654296875
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)

Baseline

Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin19.0.0)
  uname: Darwin 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan  9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64 i386
  CPU: Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz: 
              speed         user         nice          sys         idle          irq
       #1  2900 MHz     120858 s          0 s      53778 s     509719 s          0 s
       #2  2900 MHz      51770 s          0 s      26472 s     606101 s          0 s
       #3  2900 MHz     123172 s          0 s      48077 s     513095 s          0 s
       #4  2900 MHz      39693 s          0 s      20025 s     624627 s          0 s
       
  Memory: 16.0 GB (299.9921875 MB free)
  Uptime: 75356.0 sec
  Load Avg:  1.96337890625  2.20263671875  2.056640625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)

@Gnimuc
Copy link
Author

Gnimuc commented Mar 5, 2020

Benchmark Report for Hungarian

Job Properties

  • Time of benchmarks:
    • Target: 5 Mar 2020 - 22:37
    • Baseline: 5 Mar 2020 - 22:40
  • Package commits:
    • Target: 2f49c9
    • Baseline: e532c3
  • Julia commits:
    • Target: 46ce4d
    • Baseline: 46ce4d
  • 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
["non-square", "Float64", "10 x 20"] 0.83 (5%) ✅ 0.63 (1%) ✅
["non-square", "Float64", "100 x 200"] 1.01 (5%) 0.13 (1%) ✅
["non-square", "Float64", "100 x 50"] 1.05 (5%) 0.98 (1%) ✅
["non-square", "Float64", "1000 x 2000"] 1.12 (5%) ❌ 0.01 (1%) ✅
["non-square", "Float64", "20 x 10"] 0.78 (5%) ✅ 0.88 (1%) ✅
["non-square", "Float64", "200 x 400"] 0.99 (5%) 0.08 (1%) ✅
["non-square", "Float64", "400 x 800"] 1.00 (5%) 0.03 (1%) ✅
["non-square", "Float64", "50 x 100"] 1.00 (5%) 0.28 (1%) ✅
["non-square", "Float64", "800 x 1000"] 1.01 (5%) 0.03 (1%) ✅
["square", "Float64", "10 x 10"] 0.61 (5%) ✅ 0.64 (1%) ✅
["square", "Float64", "100 x 100"] 1.01 (5%) 0.20 (1%) ✅
["square", "Float64", "1000 x 1000"] 1.02 (5%) 0.02 (1%) ✅
["square", "Float64", "200 x 200"] 1.01 (5%) 0.13 (1%) ✅
["square", "Float64", "2000 x 2000"] 1.01 (5%) 0.01 (1%) ✅
["square", "Float64", "400 x 400"] 1.02 (5%) 0.05 (1%) ✅
["square", "Float64", "50 x 50"] 1.01 (5%) 0.42 (1%) ✅
["square", "Float64", "800 x 800"] 1.01 (5%) 0.04 (1%) ✅
["square", "UInt16", "100 x 100"] 0.96 (5%) 0.46 (1%) ✅
["square", "UInt16", "1000 x 1000"] 0.86 (5%) ✅ 0.09 (1%) ✅
["square", "UInt16", "16000 x 16000"] 1.96 (5%) ❌ 0.01 (1%) ✅
["square", "UInt16", "2000 x 2000"] 0.90 (5%) ✅ 0.03 (1%) ✅
["square", "UInt16", "4000 x 4000"] 1.10 (5%) ❌ 0.02 (1%) ✅
["square", "UInt16", "500 x 500"] 0.86 (5%) ✅ 0.13 (1%) ✅
["square", "UInt16", "8000 x 8000"] 1.46 (5%) ❌ 0.03 (1%) ✅

Benchmark Group List

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

  • ["non-square", "Float64"]
  • ["square", "Float64"]
  • ["square", "UInt16"]

Julia versioninfo

Target

Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin19.0.0)
  uname: Darwin 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan  9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64 i386
  CPU: Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz: 
              speed         user         nice          sys         idle          irq
       #1  2900 MHz     164539 s          0 s      72587 s     663497 s          0 s
       #2  2900 MHz      65062 s          0 s      33967 s     801583 s          0 s
       #3  2900 MHz     168007 s          0 s      63879 s     668727 s          0 s
       #4  2900 MHz      52012 s          0 s      26517 s     822083 s          0 s
       
  Memory: 16.0 GB (709.8203125 MB free)
  Uptime: 96983.0 sec
  Load Avg:  2.59423828125  2.48486328125  2.4287109375
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)

Baseline

Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-26 06:09 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin19.0.0)
  uname: Darwin 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan  9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64 i386
  CPU: Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz: 
              speed         user         nice          sys         idle          irq
       #1  2900 MHz     165322 s          0 s      72646 s     664384 s          0 s
       #2  2900 MHz      65174 s          0 s      33984 s     803183 s          0 s
       #3  2900 MHz     168861 s          0 s      63931 s     669550 s          0 s
       #4  2900 MHz      52126 s          0 s      26532 s     823682 s          0 s
       
  Memory: 16.0 GB (485.8515625 MB free)
  Uptime: 97156.0 sec
  Load Avg:  2.1572265625  2.38134765625  2.39404296875
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)

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