Skip to content

Instantly share code, notes, and snippets.

@JSOBot
Created September 28, 2020 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JSOBot/17a44cc9c861d9f68d420e89104636cf to your computer and use it in GitHub Desktop.
Save JSOBot/17a44cc9c861d9f68d420e89104636cf to your computer and use it in GitHub Desktop.
A benchmark for Krylov repository

Benchmark Report for Krylov

Job Properties

  • Time of benchmark: 28 Sep 2020 - 12:49
  • Package commit: 81001f
  • Julia commit: 697e78
  • 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
["CG", "DivGrad N=128", "Krylov"] 16.786 s (5%) 48.01 MiB (1%) 17
["CG", "DivGrad N=32", "Krylov"] 42.683 ms (5%) 770.58 KiB (1%) 15
["CG", "DivGrad N=64", "Krylov"] 925.865 ms (5%) 6.00 MiB (1%) 16
["CG", "UFL", "LF10", "Krylov"] 7.743 μs (5%) 1.41 KiB (1%) 10
["CG", "UFL", "LFAT5", "Krylov"] 5.497 μs (5%) 1.05 KiB (1%) 9
["CG", "UFL", "bcsstk01", "Krylov"] 53.603 μs (5%) 2.73 KiB (1%) 11
["CG", "UFL", "bcsstk02", "Krylov"] 327.128 μs (5%) 3.11 KiB (1%) 11
["CG", "UFL", "bcsstm02", "Krylov"] 7.467 μs (5%) 2.31 KiB (1%) 9
["CG", "UFL", "ex5", "Krylov"] 27.931 μs (5%) 1.64 KiB (1%) 10
["CG", "UFL", "mesh1e1", "Krylov"] 17.341 μs (5%) 1.94 KiB (1%) 9
["CG", "UFL", "mesh1em1", "Krylov"] 30.060 μs (5%) 2.20 KiB (1%) 10
["CG", "UFL", "mesh1em6", "Krylov"] 17.325 μs (5%) 1.94 KiB (1%) 9
["CG", "UFL", "nos4", "Krylov"] 143.242 μs (5%) 4.97 KiB (1%) 12

Benchmark Group List

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

  • ["CG", "DivGrad N=128"]
  • ["CG", "DivGrad N=32"]
  • ["CG", "DivGrad N=64"]
  • ["CG", "UFL", "LF10"]
  • ["CG", "UFL", "LFAT5"]
  • ["CG", "UFL", "bcsstk01"]
  • ["CG", "UFL", "bcsstk02"]
  • ["CG", "UFL", "bcsstm02"]
  • ["CG", "UFL", "ex5"]
  • ["CG", "UFL", "mesh1e1"]
  • ["CG", "UFL", "mesh1em1"]
  • ["CG", "UFL", "mesh1em6"]
  • ["CG", "UFL", "nos4"]

Julia versioninfo

Julia Version 1.5.1
Commit 697e782ab8 (2020-08-25 20:08 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  uname: Linux 3.10.0-1062.4.1.el7.x86_64 #1 SMP Fri Oct 18 17:15:30 UTC 2019 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU           E5530  @ 2.40GHz: 
                 speed         user         nice          sys         idle          irq
       #1-16  1596 MHz     587355 s       2735 s    1320933 s  45898529739 s          0 s
       
  Memory: 46.99770736694336 GB (45228.2421875 MB free)
  Uptime: 2.8692828e7 sec
  Load Avg:  2.095703125  0.8837890625  0.36474609375
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-9.0.1 (ORCJIT, nehalem)

Benchmark Report for Krylov

Job Properties

  • Time of benchmarks:
    • Target: 28 Sep 2020 - 12:49
    • Baseline: 28 Sep 2020 - 12:52
  • Package commits:
    • Target: 81001f
    • Baseline: 2b74a8
  • Julia commits:
    • Target: 697e78
    • Baseline: 697e78
  • 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
["CG", "UFL", "LF10", "Krylov"] 0.90 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["CG", "DivGrad N=128"]
  • ["CG", "DivGrad N=32"]
  • ["CG", "DivGrad N=64"]
  • ["CG", "UFL", "LF10"]
  • ["CG", "UFL", "LFAT5"]
  • ["CG", "UFL", "bcsstk01"]
  • ["CG", "UFL", "bcsstk02"]
  • ["CG", "UFL", "bcsstm02"]
  • ["CG", "UFL", "ex5"]
  • ["CG", "UFL", "mesh1e1"]
  • ["CG", "UFL", "mesh1em1"]
  • ["CG", "UFL", "mesh1em6"]
  • ["CG", "UFL", "nos4"]

Julia versioninfo

Target

Julia Version 1.5.1
Commit 697e782ab8 (2020-08-25 20:08 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  uname: Linux 3.10.0-1062.4.1.el7.x86_64 #1 SMP Fri Oct 18 17:15:30 UTC 2019 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU           E5530  @ 2.40GHz: 
                 speed         user         nice          sys         idle          irq
       #1-16  1596 MHz     587355 s       2735 s    1320933 s  45898529739 s          0 s
       
  Memory: 46.99770736694336 GB (45228.2421875 MB free)
  Uptime: 2.8692828e7 sec
  Load Avg:  2.095703125  0.8837890625  0.36474609375
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-9.0.1 (ORCJIT, nehalem)

Baseline

Julia Version 1.5.1
Commit 697e782ab8 (2020-08-25 20:08 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  uname: Linux 3.10.0-1062.4.1.el7.x86_64 #1 SMP Fri Oct 18 17:15:30 UTC 2019 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU           E5530  @ 2.40GHz: 
                 speed         user         nice          sys         idle          irq
       #1-16  1596 MHz     608787 s       2735 s    1333289 s  45898730110 s          0 s
       
  Memory: 46.99770736694336 GB (45210.44140625 MB free)
  Uptime: 2.8692974e7 sec
  Load Avg:  2.64208984375  1.43359375  0.63330078125
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-9.0.1 (ORCJIT, nehalem)

Benchmark Report for Krylov

Job Properties

  • Time of benchmark: 28 Sep 2020 - 12:52
  • Package commit: 2b74a8
  • Julia commit: 697e78
  • 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
["CG", "DivGrad N=128", "Krylov"] 16.325 s (5%) 48.01 MiB (1%) 17
["CG", "DivGrad N=32", "Krylov"] 42.573 ms (5%) 770.58 KiB (1%) 15
["CG", "DivGrad N=64", "Krylov"] 938.400 ms (5%) 6.00 MiB (1%) 16
["CG", "UFL", "LF10", "Krylov"] 8.635 μs (5%) 1.41 KiB (1%) 10
["CG", "UFL", "LFAT5", "Krylov"] 5.676 μs (5%) 1.05 KiB (1%) 9
["CG", "UFL", "bcsstk01", "Krylov"] 53.720 μs (5%) 2.73 KiB (1%) 11
["CG", "UFL", "bcsstk02", "Krylov"] 328.955 μs (5%) 3.11 KiB (1%) 11
["CG", "UFL", "bcsstm02", "Krylov"] 7.415 μs (5%) 2.31 KiB (1%) 9
["CG", "UFL", "ex5", "Krylov"] 27.950 μs (5%) 1.64 KiB (1%) 10
["CG", "UFL", "mesh1e1", "Krylov"] 17.343 μs (5%) 1.94 KiB (1%) 9
["CG", "UFL", "mesh1em1", "Krylov"] 31.319 μs (5%) 2.20 KiB (1%) 10
["CG", "UFL", "mesh1em6", "Krylov"] 17.338 μs (5%) 1.94 KiB (1%) 9
["CG", "UFL", "nos4", "Krylov"] 148.114 μs (5%) 4.97 KiB (1%) 12

Benchmark Group List

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

  • ["CG", "DivGrad N=128"]
  • ["CG", "DivGrad N=32"]
  • ["CG", "DivGrad N=64"]
  • ["CG", "UFL", "LF10"]
  • ["CG", "UFL", "LFAT5"]
  • ["CG", "UFL", "bcsstk01"]
  • ["CG", "UFL", "bcsstk02"]
  • ["CG", "UFL", "bcsstm02"]
  • ["CG", "UFL", "ex5"]
  • ["CG", "UFL", "mesh1e1"]
  • ["CG", "UFL", "mesh1em1"]
  • ["CG", "UFL", "mesh1em6"]
  • ["CG", "UFL", "nos4"]

Julia versioninfo

Julia Version 1.5.1
Commit 697e782ab8 (2020-08-25 20:08 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  uname: Linux 3.10.0-1062.4.1.el7.x86_64 #1 SMP Fri Oct 18 17:15:30 UTC 2019 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU           E5530  @ 2.40GHz: 
                 speed         user         nice          sys         idle          irq
       #1-16  1596 MHz     608787 s       2735 s    1333289 s  45898730110 s          0 s
       
  Memory: 46.99770736694336 GB (45210.44140625 MB free)
  Uptime: 2.8692974e7 sec
  Load Avg:  2.64208984375  1.43359375  0.63330078125
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-9.0.1 (ORCJIT, nehalem)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment