Skip to content

Latest commit

 

History

History
225 lines (203 loc) · 9.56 KB

File metadata and controls

225 lines (203 loc) · 9.56 KB

Benchmark Report

Job Properties

Commit(s): JuliaLang/julia@55f77e09e123128e2fb1525b1260ce4fe8a0c2c9 vs JuliaLang/julia@4e3902d6240d08bbd07032ccf99d2992239a6f8f

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", "setindex!", "(\"setindex!\", 1)"] 0.98 (15%) 0.95 (1%) ✅
["array", "setindex!", "(\"setindex!\", 2)"] 1.00 (15%) 0.95 (1%) ✅
["array", "setindex!", "(\"setindex!\", 3)"] 0.97 (15%) 0.95 (1%) ✅
["array", "setindex!", "(\"setindex!\", 4)"] 0.96 (15%) 0.95 (1%) ✅
["array", "setindex!", "(\"setindex!\", 5)"] 1.00 (15%) 0.95 (1%) ✅
["collection", "set operations", "(\"BitSet\", \"Int\", \"symdiff!\", \"big\")"] 1.44 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"Set\", \"Int\", \"==\", \"self\")"] 0.54 (25%) ✅ 1.00 (1%)
["dates", "arithmetic", "(\"DateTime\", \"Year\")"] 0.75 (15%) ✅ 1.00 (1%)
["find", "findall", "(\"BitArray{1}\", \"90-10\")"] 0.80 (15%) ✅ 1.00 (1%)
["random", "collections", "(\"rand\", \"ImplicitRNG\", \"small Dict\")"] 1.28 (25%) ❌ 1.00 (1%)
["random", "collections", "(\"rand\", \"MersenneTwister\", \"small Dict\")"] 0.72 (25%) ✅ 1.00 (1%)
["random", "ranges", "(\"rand\", \"MersenneTwister\", \"BigInt\", \"RangeGenerator(1:4294967295)\")"] 0.70 (25%) ✅ 1.00 (1%)
["random", "ranges", "(\"rand\", \"MersenneTwister\", \"Int64\", \"RangeGenerator(1:1)\")"] 0.69 (25%) ✅ 1.00 (1%)
["scalar", "arithmetic", "(\"add\", \"BigInt\", \"UInt64\")"] 1.56 (50%) ❌ 1.00 (1%)
["scalar", "arithmetic", "(\"mul\", \"BigInt\", \"BigInt\")"] 1.54 (50%) ❌ 1.00 (1%)
["scalar", "arithmetic", "(\"sub\", \"BigInt\", \"Int64\")"] 1.68 (50%) ❌ 1.00 (1%)
["scalar", "asin", "(\"0.5 <= abs(x) < 0.975\", \"positive argument\", \"Float64\")"] 1.25 (15%) ❌ 1.00 (1%)
["scalar", "cos", "(\"argument reduction (hard) abs(x) < 2π/4\", \"positive argument\", \"Float32\", \"sin_kernel\")"] 1.22 (15%) ❌ 1.00 (1%)
["scalar", "cos", "(\"argument reduction (hard) abs(x) < 6π/4\", \"negative argument\", \"Float32\", \"sin_kernel\")"] 0.84 (15%) ✅ 1.00 (1%)
["scalar", "cos", "(\"argument reduction (hard) abs(x) < 6π/4\", \"negative argument\", \"Float64\", \"sin_kernel\")"] 1.26 (15%) ❌ 1.00 (1%)
["scalar", "cosh", "(\"9f0 <= abs(x) < 88.72283f0\", \"negative argument\", \"Float32\")"] 1.25 (15%) ❌ 1.00 (1%)
["scalar", "cosh", "(\"9f0 <= abs(x) < 88.72283f0\", \"positive argument\", \"Float32\")"] 0.85 (15%) ✅ 1.00 (1%)
["scalar", "expm1", "(\"arg reduction I\", \"positive argument\", \"Float32\")"] 1.18 (15%) ❌ 1.00 (1%)
["simd", "(\"conditional_loop!\", \"Int32\", 4095)"] 0.69 (20%) ✅ 1.00 (1%)
["simd", "(\"conditional_loop!\", \"Int32\", 4096)"] 0.69 (20%) ✅ 1.00 (1%)
["simd", "(\"sum_reduce\", \"Int32\", 4095)"] 1.21 (20%) ❌ 1.00 (1%)
["simd", "(\"sum_reduce\", \"Int32\", 4096)"] 1.21 (20%) ❌ 1.00 (1%)
["union", "array", "(\"perf_simplecopy\", Bool, true)"] 1.29 (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-beta.23
Commit 55f77e0 (2018-06-26 07:01 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   35152475 s        278 s    3687246 s  742957651 s          7 s
       #2  3501 MHz  160071267 s          0 s    2212679 s  621509969 s          4 s
       #3  3501 MHz   21493438 s       2377 s    1786941 s  760185312 s         11 s
       #4  3501 MHz   20095014 s          0 s    2063474 s  761450481 s          8 s
       
  Memory: 31.383651733398438 GB (4881.0 MB free)
  Uptime: 7.842596e6 sec
  Load Avg:  0.97412109375  0.998046875  1.0400390625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, haswell)

Comparison Build

Julia Version 0.7.0-beta.18
Commit 4e3902d (2018-06-26 06:43 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   35278394 s        278 s    3698749 s  743913711 s          7 s
       #2  3501 MHz  161082855 s          0 s    2223793 s  621584659 s          4 s
       #3  3501 MHz   21625339 s       2377 s    1795793 s  761141648 s         11 s
       #4  3501 MHz   20205900 s          0 s    2072662 s  762427643 s          8 s
       
  Memory: 31.383651733398438 GB (4364.89453125 MB free)
  Uptime: 7.853576e6 sec
  Load Avg:  1.0029296875  1.0146484375  1.04541015625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, haswell)