Skip to content

Instantly share code, notes, and snippets.

@amontoison
Created February 10, 2022 19:05
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/95083f2b3b399a64364843fa9c84ac15 to your computer and use it in GitHub Desktop.
Save amontoison/95083f2b3b399a64364843fa9c84ac15 to your computer and use it in GitHub Desktop.
Benchmarks uploaded by SolverBenchmark.jl

Benchmark Report for Krylov

Job Properties

  • Time of benchmark: 10 Feb 2022 - 14:5
  • Package commit: dirty
  • Julia commit: bf5349
  • 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
["IterativeSolvers", "DivGrad N=128"] 20.111 s (5%) 64.00 MiB (1%) 18
["IterativeSolvers", "DivGrad N=32"] 63.996 ms (5%) 1.00 MiB (1%) 18
["IterativeSolvers", "DivGrad N=64"] 1.196 s (5%) 8.00 MiB (1%) 18
["Krylov", "DivGrad N=128"] 21.817 s (5%) 64.00 MiB (1%) 15
["Krylov", "DivGrad N=32"] 64.071 ms (5%) 1.00 MiB (1%) 15
["Krylov", "DivGrad N=64"] 1.280 s (5%) 8.00 MiB (1%) 15
["KrylovKit", "DivGrad N=128"] 22.733 s (5%) 41.338 ms 4.20 GiB (1%) 541
["KrylovKit", "DivGrad N=32"] 71.221 ms (5%) 18.00 MiB (1%) 147
["KrylovKit", "DivGrad N=64"] 1.347 s (5%) 1.501 ms 274.01 MiB (1%) 277
["KrylovMethods", "DivGrad N=128"] 23.407 s (5%) 80.00 MiB (1%) 16
["KrylovMethods", "DivGrad N=32"] 59.619 ms (5%) 1.25 MiB (1%) 16
["KrylovMethods", "DivGrad N=64"] 1.232 s (5%) 10.00 MiB (1%) 16

Benchmark Group List

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

  • ["IterativeSolvers"]
  • ["Krylov"]
  • ["KrylovKit"]
  • ["KrylovMethods"]

Julia versioninfo

Julia Version 1.7.2
Commit bf53498635 (2022-02-06 15:21 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 20.04.3 LTS
  uname: Linux 5.4.0-97-generic #110-Ubuntu SMP Thu Jan 13 18:22:13 UTC 2022 x86_64 x86_64
  CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz: 
              speed         user         nice          sys         idle          irq
       #1  2376 MHz      32516 s        285 s       9849 s      62560 s          0 s
       #2  2392 MHz      32601 s        184 s       9431 s      62838 s          0 s
       #3  2388 MHz      31766 s        218 s      10115 s      62974 s          0 s
       #4  2389 MHz      34063 s        134 s       9630 s      61181 s          0 s
       
  Memory: 7.649845123291016 GB (398.69140625 MB free)
  Uptime: 10697.59 sec
  Load Avg:  6.11  5.4  3.97
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-12.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