Skip to content

Instantly share code, notes, and snippets.

@ashwani-rathee
Created May 15, 2021 16:34
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 ashwani-rathee/209b51ff69e001829c35dfb66c1c2765 to your computer and use it in GitHub Desktop.
Save ashwani-rathee/209b51ff69e001829c35dfb66c1c2765 to your computer and use it in GitHub Desktop.
Benchmark testresults

Benchmark Report for ImageDistances

Job Properties

  • Time of benchmark: 15 May 2021 - 21:57
  • Package commit: dirty
  • Julia commit: 6aaede
  • 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
["colwise", "Cityblock", "specialized"] 177.306 μs (5%) 96 bytes (1%) 1
["colwise", "Euclidean", "specialized"] 168.316 μs (5%) 96 bytes (1%) 1
["colwise", "SqEuclidean", "specialized"] 164.313 μs (5%) 96 bytes (1%) 1
["pairwise", "Cityblock", "specialized"] 685.559 μs (5%) 208 bytes (1%) 1
["pairwise", "Euclidean", "specialized"] 636.210 μs (5%) 208 bytes (1%) 1
["pairwise", "SqEuclidean", "specialized"] 636.538 μs (5%) 208 bytes (1%) 1

Benchmark Group List

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

  • ["colwise", "Cityblock"]
  • ["colwise", "Euclidean"]
  • ["colwise", "SqEuclidean"]
  • ["pairwise", "Cityblock"]
  • ["pairwise", "Euclidean"]
  • ["pairwise", "SqEuclidean"]

Julia versioninfo

Julia Version 1.6.1
Commit 6aaedecc44 (2021-04-23 05:59 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 20.04.2 LTS
  uname: Linux 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021 x86_64 x86_64
  CPU: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2400 MHz      42723 s        723 s      12775 s     450993 s          0 s
       #2  2400 MHz      43026 s        732 s      11153 s     185414 s          0 s
       #3  2400 MHz      46494 s        743 s      11143 s     183002 s          0 s
       #4  2400 MHz      47437 s       1198 s      11982 s     182665 s          0 s
       #5  2400 MHz      45509 s       1214 s      11489 s     172850 s          0 s
       #6  2401 MHz      35713 s        252 s      12297 s     183042 s          0 s
       #7  2400 MHz      41313 s        251 s      11221 s     184087 s          0 s
       #8  2400 MHz      42489 s        445 s      11159 s     183864 s          0 s
       
  Memory: 7.680507659912109 GB (428.2109375 MB free)
  Uptime: 52971.0 sec
  Load Avg:  1.1  1.15  1.16
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment