Skip to content

Latest commit

 

History

History
211 lines (189 loc) · 7.97 KB

File metadata and controls

211 lines (189 loc) · 7.97 KB

Benchmark Report

Job Properties

Commit(s): JuliaLang/julia@dde5c94b42b164dc03ba6367b8fc8226196cde4b vs JuliaLang/julia@91c1af8d9a2116191e0f933061f35da852bab716

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", "(\"all\", \"Array{Float64,1}\")"] 1.16 (15%) ❌ 1.00 (1%)
["array", "equality", "(\"==\", \"Array{Int64,1} == Array{Float32,1}\")"] 1.15 (15%) ❌ 1.00 (1%)
["dates", "arithmetic", "(\"DateTime\", \"Minute\")"] 1.16 (15%) ❌ 1.00 (1%)
["find", "findprev", "(\"Array{Bool,1}\", \"50-50\")"] 0.30 (15%) ✅ 1.00 (1%)
["linalg", "arithmetic", "(\"cumsum!\", Float32, 1024)"] 1.15 (45%) Inf (1%) ❌
["linalg", "arithmetic", "(\"cumsum!\", Float32, 256)"] 1.70 (45%) ❌ Inf (1%) ❌
["linalg", "arithmetic", "(\"cumsum!\", Float64, 1024)"] 1.36 (45%) Inf (1%) ❌
["linalg", "arithmetic", "(\"cumsum!\", Float64, 256)"] 1.60 (45%) ❌ Inf (1%) ❌
["linalg", "arithmetic", "(\"cumsum!\", Int32, 1024)"] 334.62 (45%) ❌ Inf (1%) ❌
["linalg", "arithmetic", "(\"cumsum!\", Int32, 256)"] 124.79 (45%) ❌ Inf (1%) ❌
["linalg", "arithmetic", "(\"cumsum!\", Int64, 1024)"] 165.02 (45%) ❌ Inf (1%) ❌
["linalg", "arithmetic", "(\"cumsum!\", Int64, 256)"] 124.04 (45%) ❌ Inf (1%) ❌
["linalg", "arithmetic", "(\"sqrt\", \"UnitUpperTriangular\", 1024)"] 2.45 (45%) ❌ 1.00 (1%)
["linalg", "arithmetic", "(\"sqrt\", \"UpperTriangular\", 1024)"] 2.44 (45%) ❌ 1.00 (1%)
["random", "types", "(\"rand!\", \"MersenneTwister\", \"Bool\")"] 1.32 (25%) ❌ 1.00 (1%)
["shootout", "fasta"] 1.17 (15%) ❌ 1.03 (1%) ❌
["union", "array", "(\"perf_countnothing\", \"Array{Union{Nothing, BigFloat},1}\")"] 1.19 (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"]
  • ["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", "cos"]
  • ["scalar", "cosh"]
  • ["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"]
  • ["string", "readuntil"]
  • ["string", "search"]
  • ["string", "searchindex"]
  • ["tuple", "index"]
  • ["tuple", "linear algebra"]
  • ["tuple", "reduction"]
  • ["union", "array"]

Version Info

Primary Build

Julia Version 0.7.0-DEV.3664
Commit dde5c94 (2018-01-30 19:34 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  107068074 s          0 s   16487139 s  5164742518 s        266 s
       #2  3501 MHz  422861941 s          0 s   17655908 s  4850451553 s         85 s
       #3  3501 MHz   84774081 s          0 s    9601124 s  5203786731 s        116 s
       #4  3501 MHz   79982937 s          0 s    9503758 s  5209116465 s         47 s
       
  Memory: 31.383651733398438 GB (4085.19140625 MB free)
  Uptime: 5.3002633e7 sec
  Load Avg:  1.025390625  1.0244140625  1.04541015625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, haswell)

Comparison Build

Julia Version 0.7.0-DEV.3661
Commit 91c1af8 (2018-01-30 17:13 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  107158673 s          0 s   16498801 s  5165616547 s        266 s
       #2  3501 MHz  423765978 s          0 s   17666581 s  4850516069 s         85 s
       #3  3501 MHz   84863442 s          0 s    9609610 s  5204668142 s        116 s
       #4  3501 MHz   80091668 s          0 s    9511718 s  5209979338 s         47 s
       
  Memory: 31.383651733398438 GB (3723.7265625 MB free)
  Uptime: 5.3012434e7 sec
  Load Avg:  1.0029296875  1.0146484375  1.04541015625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, haswell)