Skip to content

Instantly share code, notes, and snippets.

@dpo
Created October 27, 2018 22:01
Show Gist options
  • Save dpo/0697b0d2b8e51967eaacb9e780d2b3c6 to your computer and use it in GitHub Desktop.
Save dpo/0697b0d2b8e51967eaacb9e780d2b3c6 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 - 18:1
  • 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.773 s (5%) 332.547 μs 48.01 MiB (1%) 18
["CG", "DivGrad N=32"] 19.815 ms (5%) 770.67 KiB (1%) 16
["CG", "DivGrad N=64"] 385.593 ms (5%) 991.499 μs 6.00 MiB (1%) 17
["CG", "UFL-large", "Cannizzo/sts4098"] 276.464 ms (5%) 225.23 KiB (1%) 22
["CG", "UFL-large", "GHS_psdef/obstclae"] 324.556 μs (5%) 938.03 KiB (1%) 11
["CG", "UFL-large", "GHS_psdef/torsion1"] 309.486 μs (5%) 938.06 KiB (1%) 13
["CG", "UFL-medium", "Bates/Chem97ZtZ"] 797.031 μs (5%) 62.30 KiB (1%) 16
["CG", "UFL-medium", "Boeing/nasa1824"] 55.559 ms (5%) 75.81 KiB (1%) 17
["CG", "UFL-medium", "HB/bcsstk09"] 2.713 ms (5%) 30.38 KiB (1%) 14
["CG", "UFL-medium", "HB/plat1919"] 51.291 ms (5%) 78.06 KiB (1%) 17
["CG", "UFL-medium", "Oberwolfach/t3dl_e"] 25.198 ms (5%) 485.98 KiB (1%) 18
["CG", "UFL-small", "FIDAP/ex5"] 9.843 μs (5%) 1.83 KiB (1%) 11
["CG", "UFL-small", "HB/494_bus"] 896.527 μs (5%) 20.56 KiB (1%) 15
["CG", "UFL-small", "HB/bcsstk01"] 19.772 μs (5%) 2.97 KiB (1%) 12
["CG", "UFL-small", "HB/plat362"] 1.534 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     382798 s          0 s     369198 s    2694893 s          0 s
       #2  3100 MHz      33780 s          0 s      28363 s    3384350 s          0 s
       #3  3100 MHz     339573 s          0 s     165691 s    2941235 s          0 s
       #4  3100 MHz      34554 s          0 s      23456 s    3388482 s          0 s
       #5  3100 MHz     341924 s          0 s     168285 s    2936288 s          0 s
       #6  3100 MHz      34501 s          0 s      23496 s    3388494 s          0 s
       #7  3100 MHz     336391 s          0 s     165082 s    2945022 s          0 s
       #8  3100 MHz      34480 s          0 s      23396 s    3388613 s          0 s
       
  Memory: 16.0 GB (1128.328125 MB free)
  Uptime: 604760.0 sec
  Load Avg:  4.3779296875  3.4765625  3.05908203125
  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