Skip to content

Instantly share code, notes, and snippets.

@nlw0
Created March 30, 2019 12:42
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 nlw0/03d5d652cde609e3568cc8b69a12062e to your computer and use it in GitHub Desktop.
Save nlw0/03d5d652cde609e3568cc8b69a12062e to your computer and use it in GitHub Desktop.
A benchmark for ChipSort

Benchmark Report for ChipSort

Job Properties

  • Time of benchmark: 30 Mar 2019 - 13:42
  • Package commit: dirty
  • Julia commit: 9f69b2
  • 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
["Array1MInt32", "ChipSort"] 38.673 ms (5%) 483.221 μs 22.26 MiB (1%) 98385
["Array1MInt32", "JuliaStd"] 69.721 ms (5%)
["Array32x288Int32", "ChipSort"] 14.490 μs (5%) 3.03 KiB (1%) 97
["Array32x288Int32", "CombSort"] 139.257 μs (5%) 3.03 KiB (1%) 97
["Array32x288Int32", "InsertionSort"] 362.803 μs (5%) 3.03 KiB (1%) 97
["Array32x288Int32", "JuliaStd"] 279.403 μs (5%) 3.03 KiB (1%) 97
["Array8kInt32", "ChipSort"] 163.790 μs (5%) 114.00 KiB (1%) 768
["Array8kInt32", "CombSort"] 249.453 μs (5%)
["Array8kInt32", "InsertionSort"] 6.105 ms (5%)
["Array8kInt32", "JuliaStd"] 343.732 μs (5%)

Benchmark Group List

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

  • ["Array1MInt32"]
  • ["Array32x288Int32"]
  • ["Array8kInt32"]

Julia versioninfo

Julia Version 1.2.0-DEV.483
Commit 9f69b2e4c9 (2019-03-14 18:55 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 17.10
  uname: Linux 4.13.0-43-generic #48-Ubuntu SMP Wed May 16 12:18:48 UTC 2018 x86_64 x86_64
  CPU: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz: 
              speed         user         nice          sys         idle          irq
       #1  2999 MHz     213428 s        523 s      36556 s    5217285 s          0 s
       #2  3000 MHz     201607 s        324 s      37100 s     156415 s          0 s
       #3  3000 MHz     188933 s        564 s      39224 s     160006 s          0 s
       #4  2981 MHz     195146 s        839 s      37154 s     156047 s          0 s
       #5  3000 MHz     201853 s        567 s      37991 s     160464 s          0 s
       #6  3017 MHz     178938 s        487 s      37394 s     159742 s          0 s
       #7  3049 MHz     186173 s        336 s      37612 s     160699 s          0 s
       #8  2988 MHz     208551 s        572 s      37959 s     161361 s          0 s
       
  Memory: 7.6746063232421875 GB (3288.34765625 MB free)
  Uptime: 488490.0 sec
  Load Avg:  0.7255859375  0.537109375  0.421875
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment