Skip to content

Latest commit

 

History

History
231 lines (209 loc) · 10 KB

File metadata and controls

231 lines (209 loc) · 10 KB

Benchmark Report

Job Properties

Commit(s): JuliaLang/julia@f65bd52cb317538c13a66f3c1d835f0bfadfe59a vs JuliaLang/julia@423d4dfcecbcaecb523108c276f2a855eb75d8ab

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", "comprehension", "(\"collect\", \"Array{Float64,1}\")"] 0.65 (15%) ✅ 1.00 (1%)
["array", "comprehension", "(\"collect\", \"StepRangeLen{Float64,Base.TwicePrecision{Float64},Base.TwicePrecision{Float64}}\")"] 0.76 (15%) ✅ 1.00 (1%)
["array", "comprehension", "(\"comprehension_collect\", \"Array{Float64,1}\")"] 0.65 (15%) ✅ 1.00 (1%)
["array", "comprehension", "(\"comprehension_collect\", \"StepRangeLen{Float64,Base.TwicePrecision{Float64},Base.TwicePrecision{Float64}}\")"] 0.76 (15%) ✅ 1.00 (1%)
["collection", "queries & updates", "(\"IntSet\", \"Int\", \"push!\", \"new\")"] 1.41 (25%) ❌ 1.00 (1%)
["collection", "queries & updates", "(\"Set\", \"String\", \"pop!\", \"unspecified\")"] 1.33 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"IntSet\", \"Int\", \"==\", \"self\")"] 1.48 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"IntSet\", \"Int\", \"setdiff!\", \"IntSet\")"] 1.30 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"empty\", \"Int\", \"<\", \"Set\")"] 1.77 (25%) ❌ 1.00 (1%)
["find", "findall", "(\"Array{Bool,1}\", \"10-90\")"] 1.24 (15%) ❌ 1.00 (1%)
["random", "ranges", "(\"rand\", \"MersenneTwister\", \"BigInt\", \"RangeGenerator(1:2^10000)\")"] 0.69 (25%) ✅ 1.00 (1%)
["random", "ranges", "(\"rand\", \"MersenneTwister\", \"Int16\", \"RangeGenerator(1:1)\")"] 1.30 (25%) ❌ 1.00 (1%)
["random", "ranges", "(\"rand\", \"MersenneTwister\", \"UInt16\", \"RangeGenerator(1:1)\")"] 1.30 (25%) ❌ 1.00 (1%)
["random", "types", "(\"rand\", \"MersenneTwister\", \"Complex{Float16}\")"] 1.43 (25%) ❌ 1.00 (1%)
["random", "types", "(\"rand\", \"MersenneTwister\", \"Complex{Float32}\")"] 1.26 (25%) ❌ 1.00 (1%)
["random", "types", "(\"rand\", \"MersenneTwister\", \"Complex{UInt64}\")"] 1.29 (25%) ❌ 1.00 (1%)
["random", "types", "(\"rand\", \"MersenneTwister\", \"Int128\")"] 1.28 (25%) ❌ 1.00 (1%)
["scalar", "arithmetic", "(\"mul\", \"Complex{Float64}\", \"Complex{Float32}\")"] 1.63 (50%) ❌ 1.00 (1%)
["scalar", "arithmetic", "(\"sub\", \"Int64\", \"BigInt\")"] 1.56 (50%) ❌ 1.00 (1%)
["scalar", "atan2", "(\"x one\", \"Float64\")"] 1.61 (15%) ❌ 1.00 (1%)
["scalar", "expm1", "(\"arg reduction I\", \"negative argument\", \"Float32\")"] 1.22 (15%) ❌ 1.00 (1%)
["scalar", "expm1", "(\"one\", \"Float32\")"] 1.22 (15%) ❌ 1.00 (1%)
["scalar", "sin", "(\"argument reduction (easy) abs(x) < 3π/4\", \"negative argument\", \"Float32\", \"cos_kernel\")"] 0.84 (15%) ✅ 1.00 (1%)
["scalar", "sin", "(\"argument reduction (easy) abs(x) < 6π/4\", \"positive argument\", \"Float32\", \"cos_kernel\")"] 0.80 (15%) ✅ 1.00 (1%)
["scalar", "sin", "(\"argument reduction (hard) abs(x) < 4π/4\", \"negative argument\", \"Float32\", \"sin_kernel\")"] 0.83 (15%) ✅ 1.00 (1%)
["sparse", "transpose", "(\"ctranspose\", (20000, 20000))"] 0.63 (30%) ✅ 1.00 (1%)
["sparse", "transpose", "(\"transpose\", (20000, 20000))"] 0.70 (30%) ✅ 1.00 (1%)
["union", "array", "(\"map\", identity, BigInt, true)"] 1.38 (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", "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"]
  • ["string", "readuntil"]
  • ["string", "search"]
  • ["string", "searchindex"]
  • ["tuple", "index"]
  • ["tuple", "linear algebra"]
  • ["tuple", "reduction"]
  • ["union", "array"]

Version Info

Primary Build

Julia Version 0.6.4-pre.9
Commit f65bd52 (2018-06-20 04:00 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz
  WORD_SIZE: 64
           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
Memory: 31.383651733398438 GB (5577.7265625 MB free)
Uptime: 7.328654e6 sec
Load Avg:  0.88916015625  0.9814453125  1.03466796875
Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz: 
       speed         user         nice          sys         idle          irq
#1  3501 MHz   13704280 s        256 s    2329156 s  714620985 s          5 s
#2  3501 MHz   72451423 s          0 s    1158958 s  658468210 s          5 s
#3  3501 MHz    9943470 s       2389 s    1290961 s  720955095 s         10 s
#4  3501 MHz    9570737 s          4 s     940681 s  722037790 s          2 s

  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell MAX_THREADS=16)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, haswell)

Comparison Build

Julia Version 0.6.4-pre.0
Commit 423d4df (2018-05-30 17:34 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz
  WORD_SIZE: 64
           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
Memory: 31.383651733398438 GB (5270.9765625 MB free)
Uptime: 7.337679e6 sec
Load Avg:  0.966796875  0.998046875  1.0400390625
Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz: 
       speed         user         nice          sys         idle          irq
#1  3501 MHz   13798247 s        256 s    2340519 s  715414745 s          5 s
#2  3501 MHz   73290335 s          0 s    1168544 s  658521378 s          5 s
#3  3501 MHz   10027449 s       2389 s    1299448 s  721764331 s         10 s
#4  3501 MHz    9671083 s          4 s     949479 s  722830610 s          2 s

  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell MAX_THREADS=16)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, haswell)