Skip to content

Latest commit

 

History

History
168 lines (149 loc) · 7.95 KB

File metadata and controls

168 lines (149 loc) · 7.95 KB

Benchmark Report

Job Properties

Commit(s): JuliaLang/julia@d3de8cc9d9e2676bebd0dd98c4b2ca8e3bcf461e

Triggered By: link

Tag Predicate: ALL

Daily Job: 2017-02-28 vs 2017-02-27

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.47 (15%) ✅ 1.00 (1%)
["array","comprehension",("collect","StepRangeLen{Float64,Base.TwicePrecision{Float64},Base.TwicePrecision{Float64}}")] 0.73 (15%) ✅ 1.00 (1%)
["array","comprehension",("comprehension_collect","Array{Float64,1}")] 0.60 (15%) ✅ 1.00 (1%)
["array","comprehension",("comprehension_collect","StepRangeLen{Float64,Base.TwicePrecision{Float64},Base.TwicePrecision{Float64}}")] 0.72 (15%) ✅ 1.00 (1%)
["array","subarray",("lucompletepivCopy!",500)] 1.15 (15%) ❌ 1.00 (1%)
["array","subarray",("lucompletepivSub!",100)] 0.71 (15%) ✅ 0.48 (1%) ✅
["array","subarray",("lucompletepivSub!",1000)] 0.65 (15%) ✅ 0.50 (1%) ✅
["array","subarray",("lucompletepivSub!",250)] 0.57 (15%) ✅ 0.49 (1%) ✅
["array","subarray",("lucompletepivSub!",500)] 0.66 (15%) ✅ 0.50 (1%) ✅
["broadcast","dotop",("Float64",(1000,1000),2)] 1.25 (15%) ❌ 1.00 (1%)
["broadcast","sparse",((1000,1000),1)] 0.60 (15%) ✅ 1.00 (1%)
["linalg","arithmetic",("*","Diagonal","Diagonal",1024)] 1.54 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("*","Diagonal","Diagonal",256)] 2.13 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("*","Diagonal","Vector",1024)] 1.55 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("*","Diagonal","Vector",256)] 1.76 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("+","Diagonal","Diagonal",1024)] 1.52 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("+","Diagonal","Diagonal",256)] 2.09 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("+","SymTridiagonal","SymTridiagonal",1024)] 1.46 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("+","SymTridiagonal","SymTridiagonal",256)] 1.90 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("+","Tridiagonal","Tridiagonal",256)] 1.69 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("+","Vector","Vector",1024)] 1.52 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("+","Vector","Vector",256)] 2.17 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("-","Diagonal","Diagonal",1024)] 1.45 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("-","Diagonal","Diagonal",256)] 2.08 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("-","SymTridiagonal","SymTridiagonal",1024)] 1.46 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("-","SymTridiagonal","SymTridiagonal",256)] 1.79 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("-","Tridiagonal","Tridiagonal",256)] 1.63 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("-","Vector","Vector",1024)] 1.47 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("-","Vector","Vector",256)] 1.73 (45%) ❌ 1.00 (1%)
["linalg","arithmetic",("\\","Diagonal","Vector",256)] 1.47 (45%) ❌ 1.00 (1%)
["scalar","arithmetic",("add","Complex{Int64}","Complex{Int64}")] 0.72 (25%) ✅ 1.00 (1%)
["scalar","arithmetic",("add","Complex{UInt64}","Complex{UInt64}")] 1.38 (25%) ❌ 1.00 (1%)
["scalar","arithmetic",("sub","Complex{UInt64}","Complex{UInt64}")] 1.38 (25%) ❌ 1.00 (1%)
["simd",("sum_reduce","Float32",4095)] 1.38 (20%) ❌ 1.00 (1%)
["simd",("sum_reduce","Float32",4096)] 0.79 (20%) ✅ 1.00 (1%)
["sparse","transpose",("ctranspose!",(20000,20000))] 1.40 (30%) ❌ 1.00 (1%)
["sparse","transpose",("transpose!",(20000,20000))] 1.49 (30%) ❌ 1.00 (1%)

Benchmark Group List

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

  • ["array","bool"]
  • ["array","cat"]
  • ["array","comprehension"]
  • ["array","convert"]
  • ["array","growth"]
  • ["array","index"]
  • ["array","reductions"]
  • ["array","reverse"]
  • ["array","setindex!"]
  • ["array","subarray"]
  • ["broadcast","dotop"]
  • ["broadcast","fusion"]
  • ["broadcast","sparse"]
  • ["dates","accessor"]
  • ["dates","arithmetic"]
  • ["dates","construction"]
  • ["dates","conversion"]
  • ["dates","parse"]
  • ["dates","query"]
  • ["dates","string"]
  • ["io","read"]
  • ["io","serialization"]
  • ["linalg","arithmetic"]
  • ["linalg","blas"]
  • ["linalg","factorization"]
  • ["micro"]
  • ["misc","afoldl"]
  • ["misc","bitshift"]
  • ["misc","parse"]
  • ["misc","repeat"]
  • ["misc","splatting"]
  • ["nullable","basic"]
  • ["nullable","nullablearray"]
  • ["parallel","remotecall"]
  • ["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"]
  • ["scalar","arithmetic"]
  • ["scalar","fastmath"]
  • ["scalar","floatexp"]
  • ["scalar","iteration"]
  • ["scalar","predicate"]
  • ["shootout"]
  • ["simd"]
  • ["sort","insertionsort"]
  • ["sort","issorted"]
  • ["sort","mergesort"]
  • ["sort","quicksort"]
  • ["sparse","arithmetic"]
  • ["sparse","index"]
  • ["sparse","transpose"]
  • ["string"]
  • ["tuple","index"]

Version Info

Primary Build

Julia Version 0.6.0-dev.2995
Commit d3de8cc (2017-02-27 22:04 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 (2941.17578125 MB free)
Uptime: 2.3909439e7 sec
Load Avg:  1.0029296875  1.0146484375  1.04541015625
Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz: 
       speed         user         nice          sys         idle          irq
#1  3501 MHz   40549675 s          0 s    8515880 s  2334967671 s         69 s
#2  3501 MHz  146719703 s          0 s    5084493 s  2237752246 s          9 s
#3  3501 MHz   36380037 s          0 s    4459024 s  2348992043 s         50 s
#4  3501 MHz   34017222 s          0 s    4606210 s  2351193385 s          9 s

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