Skip to content

Latest commit

 

History

History
206 lines (187 loc) · 9 KB

File metadata and controls

206 lines (187 loc) · 9 KB

Benchmark Report

Job Properties

Commit(s): JuliaLang/julia@9a0ff525c1c589348f8b48eb1ebd9585357cf365

Triggered By: link

Tag Predicate: ALL

Daily Job: 2018-05-21 vs 2018-05-20

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
["collection", "deletion", "(\"Vector\", \"Any\", \"filter!\")"] 1.61 (25%) ❌ 1.00 (1%)
["collection", "queries & updates", "(\"BitSet\", \"Int\", \"first\")"] 0.42 (25%) ✅ 1.00 (1%)
["collection", "queries & updates", "(\"BitSet\", \"Int\", \"length\")"] 1.37 (25%) ❌ 1.00 (1%)
["collection", "queries & updates", "(\"Dict\", \"Int\", \"pop!\", \"unspecified\")"] 0.59 (25%) ✅ 1.00 (1%)
["collection", "set operations", "(\"BitSet\", \"Int\", \"union!\", \"BitSet\")"] 1.44 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"BitSet\", \"Int\", \"union\", \"BitSet\", \"BitSet\")"] 1.30 (25%) ❌ 1.00 (1%)
["find", "findnext", "(\"ispos\", \"Array{Float64,1}\")"] 1.22 (15%) ❌ 1.00 (1%)
["random", "ranges", "(\"RangeGenerator\", \"BigInt\", \"1:4294967295\")"] 1.48 (25%) ❌ 1.00 (1%)
["random", "ranges", "(\"RangeGenerator\", \"Bool\", \"true:true\")"] 1.26 (25%) ❌ 1.00 (1%)
["random", "ranges", "(\"rand\", \"MersenneTwister\", \"BigInt\", \"RangeGenerator(1:2^10000)\")"] 1.40 (25%) ❌ 1.00 (1%)
["scalar", "arithmetic", "(\"add\", \"Int64\", \"BigInt\")"] 1.57 (50%) ❌ 1.00 (1%)
["scalar", "arithmetic", "(\"sub\", \"Int64\", \"BigInt\")"] 1.63 (50%) ❌ 1.00 (1%)
["scalar", "asin", "(\"0.5 <= abs(x) < 0.975\", \"positive argument\", \"Float64\")"] 0.79 (15%) ✅ 1.00 (1%)
["scalar", "atan", "(\"19/16 <= abs(x) < 39/16\", \"negative argument\", \"Float64\")"] 0.85 (15%) ✅ 1.00 (1%)
["scalar", "atan", "(\"39/16 <= abs(x) < 2^66\", \"positive argument\", \"Float64\")"] 0.69 (15%) ✅ 1.00 (1%)
["scalar", "atan2", "(\"abs(y/x) safe (small)\", \"y positive\", \"x negative\", \"Float32\")"] 1.25 (15%) ❌ 1.00 (1%)
["scalar", "atanh", "(\"0.5 <= abs(x) < 1\", \"negative argument\", \"Float64\")"] 1.25 (15%) ❌ 1.00 (1%)
["scalar", "atanh", "(\"0.5 <= abs(x) < 1\", \"positive argument\", \"Float64\")"] 1.29 (15%) ❌ 1.00 (1%)
["scalar", "cos", "(\"argument reduction (hard) abs(x) < 2π/4\", \"negative argument\", \"Float64\", \"sin_kernel\")"] 0.78 (15%) ✅ 1.00 (1%)
["scalar", "cosh", "(\"0.00024414062f0 <= abs(x) < 9f0\", \"negative argument\", \"Float32\")"] 1.25 (15%) ❌ 1.00 (1%)
["scalar", "cosh", "(\"0.00024414062f0 <= abs(x) < 9f0\", \"positive argument\", \"Float32\")"] 1.25 (15%) ❌ 1.00 (1%)
["scalar", "cosh", "(\"very small\", \"positive argument\", \"Float32\")"] 1.18 (15%) ❌ 1.00 (1%)
["scalar", "floatexp", "(\"ldexp\", \"norm -> inf\", \"Float32\")"] 1.60 (40%) ❌ 1.00 (1%)
["scalar", "predicate", "(\"isequal\", \"Complex{BigInt}\")"] 1.47 (40%) ❌ 1.00 (1%)
["scalar", "sincos", "(\"no reduction\", \"zero\", \"Float32\")"] 1.17 (15%) ❌ 1.00 (1%)
["scalar", "sincos", "(\"no reduction\", \"zero\", \"Float64\")"] 1.17 (15%) ❌ 1.00 (1%)
["sparse", "constructors", "(\"Bidiagonal\", 100)"] 1.17 (15%) ❌ 1.00 (1%)
["union", "array", "(\"perf_countequals\", \"Float64\")"] 1.18 (15%) ❌ 1.00 (1%)
["union", "array", "(\"perf_countnothing\", BigInt, false)"] 1.16 (15%) ❌ 1.00 (1%)
["union", "array", "(\"perf_countnothing\", BigInt, true)"] 1.16 (15%) ❌ 1.00 (1%)
["union", "array", "(\"perf_simplecopy\", Float64, false)"] 1.30 (15%) ❌ 1.00 (1%)
["union", "array", "(\"perf_sum\", Int64, false)"] 1.17 (15%) ❌ 1.00 (1%)

Benchmark Group List

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

  • ["array", "accumulate"]
  • ["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.5143
Commit 9a0ff52 (2018-05-20 23:07 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   15823159 s        268 s    1825556 s  452792751 s          4 s
       #2  3501 MHz   99739396 s          0 s    1437757 s  370183583 s          3 s
       #3  3501 MHz   13303250 s       2373 s    1160230 s  456574558 s          8 s
       #4  3501 MHz   12578782 s          0 s    1376103 s  457248287 s          4 s
       
  Memory: 31.383651733398438 GB (4266.30859375 MB free)
  Uptime: 4.716793e6 sec
  Load Avg:  1.0224609375  1.02880859375  1.04541015625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, haswell)