Skip to content

Instantly share code, notes, and snippets.

@dpo
Created October 27, 2018 21:58
Show Gist options
  • Save dpo/5edcef88baabbf8cf8635a14af38345e to your computer and use it in GitHub Desktop.
Save dpo/5edcef88baabbf8cf8635a14af38345e to your computer and use it in GitHub Desktop.
A benchmark for Krylov repository

Benchmark Report for Krylov

Job Properties

  • Time of benchmark: 27 Oct 2018 - 17:58
  • Package commit: bb1121
  • Julia commit: a4cb80
  • 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"] 9.361 s (5%) 298.467 μs 48.01 MiB (1%) 18
["CG", "DivGrad N=32"] 19.494 ms (5%) 770.67 KiB (1%) 16
["CG", "DivGrad N=64"] 374.794 ms (5%) 6.00 MiB (1%) 17
["CG", "UFL-large", "Cannizzo/sts4098"] 287.248 ms (5%) 225.23 KiB (1%) 22
["CG", "UFL-large", "GHS_psdef/obstclae"] 322.647 μs (5%) 938.03 KiB (1%) 11
["CG", "UFL-large", "GHS_psdef/torsion1"] 314.678 μs (5%) 938.06 KiB (1%) 13
["CG", "UFL-medium", "Bates/Chem97ZtZ"] 792.774 μs (5%) 62.30 KiB (1%) 16
["CG", "UFL-medium", "Boeing/nasa1824"] 56.892 ms (5%) 75.81 KiB (1%) 17
["CG", "UFL-medium", "HB/bcsstk09"] 2.464 ms (5%) 30.38 KiB (1%) 14
["CG", "UFL-medium", "HB/plat1919"] 50.442 ms (5%) 78.06 KiB (1%) 17
["CG", "UFL-medium", "Oberwolfach/t3dl_e"] 24.599 ms (5%) 485.98 KiB (1%) 18
["CG", "UFL-small", "FIDAP/ex5"] 8.939 μs (5%) 1.83 KiB (1%) 11
["CG", "UFL-small", "HB/494_bus"] 895.329 μs (5%) 20.56 KiB (1%) 15
["CG", "UFL-small", "HB/bcsstk01"] 19.217 μs (5%) 2.97 KiB (1%) 12
["CG", "UFL-small", "HB/plat362"] 1.553 ms (5%) 17.56 KiB (1%) 15

Benchmark Group List

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

  • ["CG"]
  • ["CG", "UFL-large"]
  • ["CG", "UFL-medium"]
  • ["CG", "UFL-small"]

Julia versioninfo

Julia Version 0.7.0
Commit a4cb80f3ed (2018-08-08 06:46 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin14.5.0)
  uname: Darwin 17.7.0 Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64 x86_64 i386
  CPU: Intel(R) Core(TM) i7-7920HQ CPU @ 3.10GHz: 
              speed         user         nice          sys         idle          irq
       #1  3100 MHz     382217 s          0 s     368992 s    2693921 s          0 s
       #2  3100 MHz      33686 s          0 s      28317 s    3382731 s          0 s
       #3  3100 MHz     339003 s          0 s     165533 s    2940204 s          0 s
       #4  3100 MHz      34462 s          0 s      23414 s    3386856 s          0 s
       #5  3100 MHz     341352 s          0 s     168127 s    2935258 s          0 s
       #6  3100 MHz      34408 s          0 s      23453 s    3386870 s          0 s
       #7  3100 MHz     335825 s          0 s     164928 s    2943983 s          0 s
       #8  3100 MHz      34388 s          0 s      23353 s    3386989 s          0 s
       
  Memory: 16.0 GB (1632.72265625 MB free)
  Uptime: 604584.0 sec
  Load Avg:  3.806640625  3.21337890625  2.916015625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment