Skip to content

Latest commit

 

History

History
217 lines (195 loc) · 8.38 KB

File metadata and controls

217 lines (195 loc) · 8.38 KB

Benchmark Report

Job Properties

Commit(s): JuliaLang/julia@c8f59c24fc543956e158bce1d094f3663c47af92 vs JuliaLang/julia@7b2b68d9b97f47c7a177b70dd3e588d0f25b2a9c

Triggered By: link

Tag Predicate: ALL

Results

Note: If Chrome is your browser, I strongly recommend installing the Wide GitHub extension, which makes the result table easier to read.

Below is a table of this job's results, obtained by running the benchmarks found in JuliaCI/BaseBenchmarks.jl. 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.

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results that indicate possible regressions or improvements - are shown below (thus, an empty table means that all benchmark results remained invariant between builds).

ID time ratio memory ratio
["array", "any/all", "(\"any\", \"Array{Float32,1} generator\")"] 1.26 (15%) ❌ 1.00 (1%)
["array", "equality", "(\"isequal\", \"Array{Int64,1} isequal Array{Int64,1}\")"] 1.16 (15%) ❌ 1.00 (1%)
["array", "reverse", "rev_load_fast!"] 1.38 (15%) ❌ 1.00 (1%)
["collection", "set operations", "(\"Set\", \"Int\", \"==\", \"self\")"] 1.71 (25%) ❌ 1.00 (1%)
["dates", "arithmetic", "(\"Date\", \"Day\")"] 1.16 (15%) ❌ 1.00 (1%)
["find", "findprev", "(\"Array{Bool,1}\", \"50-50\")"] 0.38 (15%) ✅ 1.00 (1%)
["io", "read", "read"] 1.17 (15%) ❌ 1.00 (1%)
["io", "read", "readstring"] 1.18 (15%) ❌ 1.00 (1%)
["linalg", "arithmetic", "(\"*\", \"SymTridiagonal\", \"Vector\", 256)"] 1.50 (45%) ❌ 1.00 (1%)
["random", "collections", "(\"rand!\", \"RandomDevice\", \"large String\")"] 1.29 (25%) ❌ 1.00 (1%)
["random", "collections", "(\"rand!\", \"RandomDevice\", \"large Vector\")"] 1.53 (25%) ❌ 1.00 (1%)
["random", "collections", "(\"rand!\", \"RandomDevice\", \"small Vector\")"] 1.32 (25%) ❌ 1.00 (1%)
["sparse", "transpose", "(\"adjoint!\", (20000, 10000))"] 1.46 (30%) ❌ 1.00 (1%)
["sparse", "transpose", "(\"adjoint!\", (20000, 20000))"] 1.63 (30%) ❌ 1.00 (1%)
["sparse", "transpose", "(\"transpose!\", (20000, 10000))"] 1.30 (30%) ❌ 1.00 (1%)
["sparse", "transpose", "(\"transpose!\", (20000, 20000))"] 1.50 (30%) ❌ 1.00 (1%)
["string", "join"] 1.92 (40%) ❌ 1.00 (1%)
["union", "array", "(\"broadcast\", *, Float32, (true, true))"] 1.27 (15%) ❌ 1.00 (1%)
["union", "array", "(\"broadcast\", identity, BigInt, true)"] 1.23 (15%) ❌ 1.00 (1%)
["union", "array", "(\"broadcast\", identity, Complex{Float64}, true)"] 1.18 (15%) ❌ 1.00 (1%)
["union", "array", "(\"perf_sum\", BigInt, true)"] 0.85 (15%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["array", "any/all"]
  • ["array", "bool"]
  • ["array", "cat"]
  • ["array", "comprehension"]
  • ["array", "convert"]
  • ["array", "equality"]
  • ["array", "growth"]
  • ["array", "index"]
  • ["array", "reductions"]
  • ["array", "reverse"]
  • ["array", "setindex!"]
  • ["array", "subarray"]
  • ["broadcast", "dotop"]
  • ["broadcast", "fusion"]
  • ["broadcast", "mix_scalar_tuple"]
  • ["broadcast", "sparse"]
  • ["broadcast", "typeargs"]
  • ["collection", "deletion"]
  • ["collection", "initialization"]
  • ["collection", "iteration"]
  • ["collection", "optimizations"]
  • ["collection", "queries & updates"]
  • ["collection", "set operations"]
  • ["dates", "accessor"]
  • ["dates", "arithmetic"]
  • ["dates", "construction"]
  • ["dates", "conversion"]
  • ["dates", "parse"]
  • ["dates", "query"]
  • ["dates", "string"]
  • ["find", "findall"]
  • ["find", "findnext"]
  • ["find", "findprev"]
  • ["io", "read"]
  • ["io", "serialization"]
  • ["linalg", "arithmetic"]
  • ["linalg", "blas"]
  • ["linalg", "factorization"]
  • ["micro"]
  • ["misc", "afoldl"]
  • ["misc", "bitshift"]
  • ["misc", "julia"]
  • ["misc", "parse"]
  • ["misc", "repeat"]
  • ["misc", "splatting"]
  • ["parallel", "remotecall"]
  • ["problem", "chaosgame"]
  • ["problem", "fem"]
  • ["problem", "go"]
  • ["problem", "grigoriadis khachiyan"]
  • ["problem", "imdb"]
  • ["problem", "json"]
  • ["problem", "laplacian"]
  • ["problem", "monte carlo"]
  • ["problem", "raytrace"]
  • ["problem", "seismic"]
  • ["problem", "simplex"]
  • ["problem", "spellcheck"]
  • ["problem", "stockcorr"]
  • ["problem", "ziggurat"]
  • ["random", "collections"]
  • ["random", "randstring"]
  • ["random", "ranges"]
  • ["random", "sequences"]
  • ["random", "types"]
  • ["scalar", "acos"]
  • ["scalar", "acosh"]
  • ["scalar", "arithmetic"]
  • ["scalar", "asin"]
  • ["scalar", "asinh"]
  • ["scalar", "atan"]
  • ["scalar", "atan2"]
  • ["scalar", "atanh"]
  • ["scalar", "cbrt"]
  • ["scalar", "cos"]
  • ["scalar", "cosh"]
  • ["scalar", "exp2"]
  • ["scalar", "expm1"]
  • ["scalar", "fastmath"]
  • ["scalar", "floatexp"]
  • ["scalar", "intfuncs"]
  • ["scalar", "iteration"]
  • ["scalar", "mod2pi"]
  • ["scalar", "predicate"]
  • ["scalar", "rem_pio2"]
  • ["scalar", "sin"]
  • ["scalar", "sincos"]
  • ["scalar", "sinh"]
  • ["scalar", "tan"]
  • ["scalar", "tanh"]
  • ["shootout"]
  • ["simd"]
  • ["sort", "insertionsort"]
  • ["sort", "issorted"]
  • ["sort", "mergesort"]
  • ["sort", "quicksort"]
  • ["sparse", "arithmetic"]
  • ["sparse", "constructors"]
  • ["sparse", "index"]
  • ["sparse", "matmul"]
  • ["sparse", "transpose"]
  • ["string", "findfirst"]
  • ["string"]
  • ["string", "readuntil"]
  • ["tuple", "index"]
  • ["tuple", "linear algebra"]
  • ["tuple", "reduction"]
  • ["union", "array"]

Version Info

Primary Build

Julia Version 0.7.0-DEV.4389
Commit c8f59c2 (2018-02-25 20:56 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 14.04.4 LTS
  uname: Linux 3.13.0-85-generic #129-Ubuntu SMP Thu Mar 17 20:50:15 UTC 2016 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz: 
              speed         user         nice          sys         idle          irq
       #1  3501 MHz  109794107 s          0 s   17030900 s  5385580663 s        279 s
       #2  3501 MHz  444702307 s          0 s   18167136 s  5052620603 s         88 s
       #3  3501 MHz   86979385 s          0 s    9882118 s  5426047193 s        128 s
       #4  3501 MHz   82206225 s          0 s    9830939 s  5431301990 s         51 s
       
  Memory: 31.383651733398438 GB (5649.85546875 MB free)
  Uptime: 5.5250848e7 sec
  Load Avg:  1.0029296875  1.0146484375  1.04541015625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, haswell)

Comparison Build

Julia Version 0.7.0-DEV.4387
Commit 7b2b68d (2018-02-25 20:55 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 14.04.4 LTS
  uname: Linux 3.13.0-85-generic #129-Ubuntu SMP Thu Mar 17 20:50:15 UTC 2016 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz: 
              speed         user         nice          sys         idle          irq
       #1  3501 MHz  109887480 s          0 s   17041918 s  5386409367 s        279 s
       #2  3501 MHz  445563232 s          0 s   18177482 s  5052684652 s         88 s
       #3  3501 MHz   87072685 s          0 s    9890058 s  5426881856 s        128 s
       #4  3501 MHz   82307196 s          0 s    9838963 s  5432129143 s         51 s
       
  Memory: 31.383651733398438 GB (5277.515625 MB free)
  Uptime: 5.5260217e7 sec
  Load Avg:  1.0029296875  1.0146484375  1.04541015625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, haswell)