Commit(s): JuliaLang/julia@43f66e2f3cadfa588a0ba799c508d632e0f9b4b3
Triggered By: link
Tag Predicate: ALL
Daily Job: 2018-06-21 vs 2018-06-20
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", "(\"any\", \"UnitRange{Int64} generator\")"] |
0.67 (15%) ✅ | 1.00 (1%) |
["array", "growth", "(\"prerend!\", 256)"] |
1.20 (15%) ❌ | 1.00 (1%) |
["broadcast", "dotop", "(\"Float64\", (1000, 1000), 2)"] |
1.42 (15%) ❌ | 1.00 (1%) |
["collection", "queries & updates", "(\"Set\", \"Any\", \"push!\", \"new\")"] |
0.50 (25%) ✅ | 1.00 (1%) |
["collection", "queries & updates", "(\"Set\", \"Int\", \"first\")"] |
0.71 (25%) ✅ | 1.00 (1%) |
["collection", "set operations", "(\"BitSet\", \"Int\", \"setdiff\", \"Vector\")"] |
1.38 (25%) ❌ | 1.00 (1%) |
["dates", "query", "(\"firstdayofmonth\", \"DateTime\")"] |
1.26 (25%) ❌ | 1.00 (1%) |
["random", "types", "(\"rand\", \"MersenneTwister\", \"Float16\")"] |
1.96 (25%) ❌ | 1.00 (1%) |
["scalar", "asin", "(\"0.5 <= abs(x) < 0.975\", \"positive argument\", \"Float32\")"] |
0.63 (15%) ✅ | 1.00 (1%) |
["scalar", "asin", "(\"0.975 <= abs(x) < 1.0\", \"negative argument\", \"Float64\")"] |
1.43 (15%) ❌ | 1.00 (1%) |
["scalar", "asin", "(\"0.975 <= abs(x) < 1.0\", \"positive argument\", \"Float64\")"] |
1.33 (15%) ❌ | 1.00 (1%) |
["scalar", "asin", "(\"small\", \"negative argument\", \"Float64\")"] |
1.20 (15%) ❌ | 1.00 (1%) |
["scalar", "atan", "(\"zero\", \"Float64\")"] |
0.84 (15%) ✅ | 1.00 (1%) |
["scalar", "atanh", "(\"2^-28 <= abs(x) < 0.5\", \"negative argument\", \"Float32\")"] |
0.83 (15%) ✅ | 1.00 (1%) |
["scalar", "cos", "(\"argument reduction (hard) abs(x) < 6π/4\", \"negative argument\", \"Float32\", \"sin_kernel\")"] |
0.82 (15%) ✅ | 1.00 (1%) |
["scalar", "cos", "(\"argument reduction (hard) abs(x) < 6π/4\", \"positive argument\", \"Float64\", \"sin_kernel\")"] |
0.80 (15%) ✅ | 1.00 (1%) |
["scalar", "expm1", "(\"arg reduction II\", \"negative argument\", \"Float32\")"] |
0.79 (15%) ✅ | 1.00 (1%) |
["scalar", "expm1", "(\"arg reduction II\", \"positive argument\", \"Float32\")"] |
0.82 (15%) ✅ | 1.00 (1%) |
["scalar", "expm1", "(\"arg reduction I\", \"negative argument\", \"Float32\")"] |
0.79 (15%) ✅ | 1.00 (1%) |
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 7π/4\", \"positive argument\", \"Float64\")"] |
0.67 (15%) ✅ | 1.00 (1%) |
["scalar", "sinh", "(\"2f-12 <= abs(x) < 9f0\", \"positive argument\", \"Float32\")"] |
0.77 (15%) ✅ | 1.00 (1%) |
["scalar", "sinh", "(\"9f0 <= abs(x) < 88.72283f0\", \"negative argument\", \"Float32\")"] |
0.64 (15%) ✅ | 1.00 (1%) |
["scalar", "sinh", "(\"9f0 <= abs(x) < 88.72283f0\", \"positive argument\", \"Float32\")"] |
0.53 (15%) ✅ | 1.00 (1%) |
["simd", "(\"conditional_loop!\", \"Int64\", 4096)"] |
1.71 (20%) ❌ | 1.00 (1%) |
["tuple", "reduction", "(\"sum\", (8,))"] |
0.83 (15%) ✅ | 1.00 (1%) |
["union", "array", "(\"perf_simplecopy\", Int64, true)"] |
1.29 (15%) ❌ | 1.00 (1%) |
["union", "array", "(\"perf_sum\", Complex{Float64}, true)"] |
1.21 (15%) ❌ | 1.00 (1%) |
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"]
Julia Version 0.7.0-alpha.215
Commit 43f66e2 (2018-06-20 19:48 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 31931217 s 277 s 3384830 s 701919013 s 6 s
#2 3501 MHz 140610984 s 0 s 1956556 s 596569455 s 4 s
#3 3501 MHz 18774043 s 2375 s 1577584 s 718460750 s 10 s
#4 3501 MHz 17529427 s 0 s 1847290 s 719575931 s 7 s
Memory: 31.383651733398438 GB (4950.35546875 MB free)
Uptime: 7.3956e6 sec
Load Avg: 0.97412109375 0.998046875 1.0400390625
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, haswell)