Skip to content

Latest commit

 

History

History
211 lines (189 loc) · 8.06 KB

File metadata and controls

211 lines (189 loc) · 8.06 KB

Benchmark Report

Job Properties

Commit(s): JuliaLang/julia@e743827a888a3bd3b0e448c665965fb7e40f3d09 vs JuliaLang/julia@0f95988141373cebb968a2eed022d661b440293d

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{Float32,1} generator\")"] 0.84 (15%) ✅ 1.00 (1%)
["array", "any/all", "(\"all\", \"Array{Float32,1}\")"] 0.84 (15%) ✅ 1.00 (1%)
["array", "any/all", "(\"any\", \"Array{Float32,1} generator\")"] 0.79 (15%) ✅ 1.00 (1%)
["array", "reductions", "(\"BaseBenchmarks.ArrayBenchmarks.norm1\", \"Int64\")"] 1.17 (15%) ❌ 1.00 (1%)
["collection", "set operations", "(\"Set\", \"Int\", \"⊆\", \"self\")"] 1.61 (25%) ❌ 1.00 (1%)
["dates", "arithmetic", "(\"DateTime\", \"Hour\")"] 1.16 (15%) ❌ 1.00 (1%)
["dates", "arithmetic", "(\"DateTime\", \"Second\")"] 1.16 (15%) ❌ 1.00 (1%)
["find", "findnext", "(\"ispos\", \"Array{Int64,1}\")"] 1.24 (15%) ❌ 1.00 (1%)
["linalg", "arithmetic", "(\"cumsum!\", Float32, 1024)"] 2.36 (45%) ❌ Inf (1%) ❌
["linalg", "arithmetic", "(\"cumsum!\", Float32, 256)"] 2.10 (45%) ❌ Inf (1%) ❌
["linalg", "arithmetic", "(\"cumsum!\", Float64, 1024)"] 2.26 (45%) ❌ Inf (1%) ❌
["linalg", "arithmetic", "(\"cumsum!\", Float64, 256)"] 2.10 (45%) ❌ Inf (1%) ❌
["linalg", "arithmetic", "(\"sqrt\", \"UnitUpperTriangular\", 1024)"] 0.42 (45%) ✅ 1.00 (1%)
["linalg", "arithmetic", "(\"sqrt\", \"UpperTriangular\", 1024)"] 0.41 (45%) ✅ 1.00 (1%)
["random", "types", "(\"rand!\", \"MersenneTwister\", \"Bool\")"] 1.32 (25%) ❌ 1.00 (1%)
["shootout", "fasta"] 1.20 (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.3670
Commit e743827 (2018-01-31 05:39 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  107272266 s          0 s   16511612 s  5167594036 s        267 s
       #2  3501 MHz  424674822 s          0 s   17678852 s  4851702176 s         86 s
       #3  3501 MHz   84949692 s          0 s    9618274 s  5206682020 s        116 s
       #4  3501 MHz   80184284 s          0 s    9521004 s  5211985755 s         47 s
       
  Memory: 31.383651733398438 GB (3964.70703125 MB free)
  Uptime: 5.3033532e7 sec
  Load Avg:  0.966796875  0.998046875  1.0400390625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, haswell)

Comparison Build

Julia Version 0.7.0-DEV.3666
Commit 0f95988 (2018-01-31 03:25 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  107365448 s          0 s   16522816 s  5168468832 s        267 s
       #2  3501 MHz  425581815 s          0 s   17689538 s  4851766573 s         86 s
       #3  3501 MHz   85061712 s          0 s    9626988 s  5207543316 s        116 s
       #4  3501 MHz   80267618 s          0 s    9529286 s  5212876319 s         47 s
       
  Memory: 31.383651733398438 GB (3666.7109375 MB free)
  Uptime: 5.3043362e7 sec
  Load Avg:  0.88916015625  0.9814453125  1.03466796875
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, haswell)