Skip to content

Instantly share code, notes, and snippets.

@amontoison
Created February 18, 2019 06:12
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 amontoison/cd3385a9be89c1fd14c244955cba65c4 to your computer and use it in GitHub Desktop.
Save amontoison/cd3385a9be89c1fd14c244955cba65c4 to your computer and use it in GitHub Desktop.
A benchmark for Krylov repository

Benchmark Report for Krylov

Job Properties

  • Time of benchmark: 18 Feb 2019 - 1:11
  • Package commit: dirty
  • Julia commit: 80516c
  • 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", "IterativeSolvers"] 12.911 s (5%) 2.058 ms 80.00 MiB (1%) 24
["CG", "DivGrad N=128", "Krylov"] 13.499 s (5%) 1.743 ms 48.01 MiB (1%) 18
["CG", "DivGrad N=128", "KrylovKit"] 15.929 s (5%) 365.130 ms 4.20 GiB (1%) 541
["CG", "DivGrad N=128", "KrylovMethods"] 17.121 s (5%) 2.621 ms 80.00 MiB (1%) 18
["CG", "DivGrad N=32", "IterativeSolvers"] 34.282 ms (5%) 1.25 MiB (1%) 24
["CG", "DivGrad N=32", "Krylov"] 32.561 ms (5%) 770.64 KiB (1%) 18
["CG", "DivGrad N=32", "KrylovKit"] 39.699 ms (5%) 18.01 MiB (1%) 147
["CG", "DivGrad N=32", "KrylovMethods"] 34.647 ms (5%) 1.25 MiB (1%) 18
["CG", "DivGrad N=64", "IterativeSolvers"] 659.814 ms (5%) 10.00 MiB (1%) 24
["CG", "DivGrad N=64", "Krylov"] 688.982 ms (5%) 1.151 ms 6.00 MiB (1%) 17
["CG", "DivGrad N=64", "KrylovKit"] 845.519 ms (5%) 14.273 ms 274.01 MiB (1%) 277
["CG", "DivGrad N=64", "KrylovMethods"] 968.775 ms (5%) 10.00 MiB (1%) 18

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"]

Julia versioninfo

Julia Version 1.1.0
Commit 80516ca202 (2019-01-21 21:24 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 18.04.1 LTS
  uname: Linux 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64
  CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz: 
              speed         user         nice          sys         idle          irq
       #1  2620 MHz     395328 s        522 s     124141 s    3585247 s          0 s
       #2  2436 MHz     493584 s        496 s     121166 s    3242432 s          0 s
       #3  2492 MHz     427211 s        502 s     117985 s    3295279 s          0 s
       #4  2478 MHz     426760 s        480 s     126761 s    3290963 s          0 s
       
  Memory: 7.669216156005859 GB (1668.59375 MB free)
  Uptime: 104089.0 sec
  Load Avg:  3.82080078125  2.29443359375  1.75732421875
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment