Skip to content

Latest commit

 

History

History
388 lines (366 loc) · 30.4 KB

File metadata and controls

388 lines (366 loc) · 30.4 KB

Benchmark Report

Job Properties

Commit(s): JuliaLang/julia@c16cd54aee85c45de5ee9cb4438d31dcbede941f vs JuliaLang/julia@11c803cfcce2fa717b543858d18178d426e2689a

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", "accumulate", "(\"accumulate!\", \"Float64\")"] 1.23 (15%) ❌ 1.00 (1%)
["array", "accumulate", "(\"accumulate!\", \"Int\")"] 1.37 (15%) ❌ 1.00 (1%)
["array", "accumulate", "(\"cumsum!\", \"Float64\")"] 1.18 (15%) ❌ 1.00 (1%)
["array", "accumulate", "(\"cumsum!\", \"Int\")"] 1.39 (15%) ❌ 1.00 (1%)
["array", "accumulate", "(\"cumsum\", \"Float64\")"] 1.16 (15%) ❌ 1.00 (1%)
["array", "accumulate", "(\"cumsum\", \"Int\")"] 1.25 (15%) ❌ 1.00 (1%)
["array", "any/all", "(\"all\", \"BitArray\")"] 1.19 (15%) ❌ 1.00 (1%)
["array", "any/all", "(\"all\", \"Vector{Bool}\")"] 0.67 (15%) ✅ 1.00 (1%)
["array", "any/all", "(\"any\", \"Vector{Bool}\")"] 0.75 (15%) ✅ 1.00 (1%)
["array", "cat", "(\"catnd\", 500)"] 0.79 (15%) ✅ 1.00 (1%)
["array", "equality", "(\"==\", \"Array{Float32,1}\")"] 0.81 (15%) ✅ 1.00 (1%)
["array", "equality", "(\"==\", \"Array{Float64,1}\")"] 0.74 (15%) ✅ 1.00 (1%)
["array", "equality", "(\"==\", \"Array{Int64,1} == Array{Float32,1}\")"] 1.31 (15%) ❌ 1.00 (1%)
["array", "equality", "(\"==\", \"Array{Int64,1} == Array{Float64,1}\")"] 0.79 (15%) ✅ 1.00 (1%)
["array", "equality", "(\"==\", \"Array{Int64,1} == Array{Int16,1}\")"] 0.73 (15%) ✅ 1.00 (1%)
["array", "equality", "(\"==\", \"Vector{Bool}\")"] 0.73 (15%) ✅ 1.00 (1%)
["array", "equality", "(\"isequal\", \"Array{Float32,1}\")"] 0.78 (15%) ✅ 1.00 (1%)
["array", "equality", "(\"isequal\", \"Array{Float64,1}\")"] 0.79 (15%) ✅ 1.00 (1%)
["array", "equality", "(\"isequal\", \"Array{Int16,1}\")"] 0.62 (15%) ✅ 1.00 (1%)
["array", "equality", "(\"isequal\", \"Array{Int64,1} isequal Array{Float32,1}\")"] 1.16 (15%) ❌ 1.00 (1%)
["array", "equality", "(\"isequal\", \"Array{Int64,1} isequal Array{Float64,1}\")"] 1.17 (15%) ❌ 1.00 (1%)
["array", "equality", "(\"isequal\", \"Array{Int64,1} isequal Array{Int16,1}\")"] 0.73 (15%) ✅ 1.00 (1%)
["array", "equality", "(\"isequal\", \"Array{Int64,1}\")"] 0.66 (15%) ✅ 1.00 (1%)
["array", "equality", "(\"isequal\", \"Vector{Bool}\")"] 0.67 (15%) ✅ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLF{Float32,2}\")"] 2.11 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLF{Int32,2}\")"] 2.13 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLSLS{Float32,2}\")"] 1.86 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLSLS{Int32,2}\")"] 1.78 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLS{Float32,2}\")"] 1.85 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLS{Int32,2}\")"] 1.82 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"SubArray{Float32,2,Array{Float32,2},Tuple{Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},true}\")"] 1.93 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"SubArray{Float32,2,Array{Float32,2},Tuple{UnitRange{Int64},UnitRange{Int64}},false}\")"] 2.29 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"SubArray{Float32,2,Array{Float32,3},Tuple{Int64,Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},true}\")"] 1.70 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"SubArray{Float32,2,BaseBenchmarks.ArrayBenchmarks.ArrayLS{Float32,2},Tuple{Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},false}\")"] 2.05 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"SubArray{Float32,2,BaseBenchmarks.ArrayBenchmarks.ArrayLS{Float32,3},Tuple{Int64,Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},false}\")"] 1.92 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"SubArray{Int32,2,Array{Int32,2},Tuple{Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},true}\")"] 1.95 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"SubArray{Int32,2,Array{Int32,2},Tuple{UnitRange{Int64},UnitRange{Int64}},false}\")"] 2.27 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"SubArray{Int32,2,Array{Int32,3},Tuple{Int64,Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},true}\")"] 1.70 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"SubArray{Int32,2,BaseBenchmarks.ArrayBenchmarks.ArrayLS{Int32,2},Tuple{Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},false}\")"] 2.12 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumcolon\", \"SubArray{Int32,2,BaseBenchmarks.ArrayBenchmarks.ArrayLS{Int32,3},Tuple{Int64,Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},false}\")"] 1.93 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumelt\", \"100000:-1:1\")"] 1.51 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumelt\", \"SubArray{Int32,2,Array{Int32,2},Tuple{Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},true}\")"] 1.65 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumelt_boundscheck\", \"Array{Int32,2}\")"] 0.23 (50%) ✅ 1.00 (1%)
["array", "index", "(\"sumrange\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLF{Float32,2}\")"] 2.17 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLF{Int32,2}\")"] 2.17 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLSLS{Float32,2}\")"] 1.88 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLSLS{Int32,2}\")"] 1.87 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLS{Float32,2}\")"] 2.02 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"BaseBenchmarks.ArrayBenchmarks.ArrayLS{Int32,2}\")"] 2.04 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"SubArray{Float32,2,Array{Float32,2},Tuple{Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},true}\")"] 2.05 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"SubArray{Float32,2,Array{Float32,2},Tuple{UnitRange{Int64},UnitRange{Int64}},false}\")"] 2.17 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"SubArray{Float32,2,Array{Float32,3},Tuple{Int64,Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},true}\")"] 1.70 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"SubArray{Float32,2,BaseBenchmarks.ArrayBenchmarks.ArrayLS{Float32,2},Tuple{Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},false}\")"] 2.19 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"SubArray{Float32,2,BaseBenchmarks.ArrayBenchmarks.ArrayLS{Float32,3},Tuple{Int64,Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},false}\")"] 1.99 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"SubArray{Int32,2,Array{Int32,2},Tuple{Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},true}\")"] 1.99 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"SubArray{Int32,2,Array{Int32,2},Tuple{UnitRange{Int64},UnitRange{Int64}},false}\")"] 2.19 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"SubArray{Int32,2,Array{Int32,3},Tuple{Int64,Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},true}\")"] 1.69 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"SubArray{Int32,2,BaseBenchmarks.ArrayBenchmarks.ArrayLS{Int32,2},Tuple{Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},false}\")"] 2.25 (50%) ❌ 1.00 (1%)
["array", "index", "(\"sumrange\", \"SubArray{Int32,2,BaseBenchmarks.ArrayBenchmarks.ArrayLS{Int32,3},Tuple{Int64,Base.Slice{Base.OneTo{Int64}},Base.Slice{Base.OneTo{Int64}}},false}\")"] 1.98 (50%) ❌ 1.00 (1%)
["array", "reductions", "(\"BaseBenchmarks.ArrayBenchmarks.perf_mapreduce\", \"Int64\")"] 5.54 (15%) ❌ 1.00 (1%)
["array", "reductions", "(\"BaseBenchmarks.ArrayBenchmarks.perf_reduce\", \"Int64\")"] 5.54 (15%) ❌ 1.00 (1%)
["array", "reductions", "(\"maxabs\", \"Float64\")"] 0.75 (15%) ✅ 1.00 (1%)
["array", "setindex!", "(\"setindex!\", 1)"] 0.67 (15%) ✅ 1.00 (1%)
["array", "setindex!", "(\"setindex!\", 2)"] 0.66 (15%) ✅ 1.00 (1%)
["array", "setindex!", "(\"setindex!\", 3)"] 0.66 (15%) ✅ 1.00 (1%)
["array", "setindex!", "(\"setindex!\", 4)"] 0.66 (15%) ✅ 1.00 (1%)
["array", "setindex!", "(\"setindex!\", 5)"] 0.65 (15%) ✅ 1.00 (1%)
["broadcast", "typeargs", "(\"tuple\", 10)"] 0.67 (15%) ✅ 1.00 (1%)
["collection", "deletion", "(\"Dict\", \"Any\", \"pop!\")"] 7.15 (25%) ❌ 1.00 (1%)
["collection", "deletion", "(\"Dict\", \"Int\", \"pop!\")"] 53.86 (25%) ❌ 1.00 (1%)
["collection", "deletion", "(\"Dict\", \"String\", \"pop!\")"] 32.15 (25%) ❌ 1.00 (1%)
["collection", "deletion", "(\"Set\", \"Any\", \"pop!\")"] 42.69 (25%) ❌ Inf (1%) ❌
["collection", "deletion", "(\"Set\", \"Int\", \"pop!\")"] 62.27 (25%) ❌ 1.00 (1%)
["collection", "deletion", "(\"Set\", \"String\", \"pop!\")"] 40.23 (25%) ❌ Inf (1%) ❌
["collection", "iteration", "(\"BitSet\", \"Int\", \"start\")"] 52.29 (25%) ❌ Inf (1%) ❌
["collection", "iteration", "(\"Dict\", \"Any\", \"next\")"] 1.19 (25%) 1.50 (1%) ❌
["collection", "iteration", "(\"Dict\", \"Any\", \"start\")"] 600.71 (25%) ❌ Inf (1%) ❌
["collection", "iteration", "(\"Dict\", \"Int\", \"start\")"] 762.00 (25%) ❌ Inf (1%) ❌
["collection", "iteration", "(\"Dict\", \"String\", \"next\")"] 1.21 (25%) 1.50 (1%) ❌
["collection", "iteration", "(\"Dict\", \"String\", \"start\")"] 667.44 (25%) ❌ Inf (1%) ❌
["collection", "iteration", "(\"Set\", \"Any\", \"next\")"] 2.42 (25%) ❌ 2.00 (1%) ❌
["collection", "iteration", "(\"Set\", \"Any\", \"start\")"] 572.39 (25%) ❌ Inf (1%) ❌
["collection", "iteration", "(\"Set\", \"Int\", \"start\")"] 629.81 (25%) ❌ Inf (1%) ❌
["collection", "iteration", "(\"Set\", \"String\", \"next\")"] 1.13 (25%) 2.00 (1%) ❌
["collection", "iteration", "(\"Set\", \"String\", \"start\")"] 629.69 (25%) ❌ Inf (1%) ❌
["collection", "iteration", "(\"Vector\", \"Any\", \"next\")"] 2.41 (25%) ❌ 2.50 (1%) ❌
["collection", "iteration", "(\"Vector\", \"Any\", \"start\")"] 285.85 (25%) ❌ Inf (1%) ❌
["collection", "iteration", "(\"Vector\", \"Int\", \"start\")"] 272.77 (25%) ❌ Inf (1%) ❌
["collection", "iteration", "(\"Vector\", \"String\", \"next\")"] 1.33 (25%) ❌ 2.00 (1%) ❌
["collection", "iteration", "(\"Vector\", \"String\", \"start\")"] 271.77 (25%) ❌ Inf (1%) ❌
["collection", "optimizations", "(\"BitSet\", \"UInt16\")"] 1.20 (25%) 1.86 (1%) ❌
["collection", "queries & updates", "(\"Dict\", \"Any\", \"getindex\")"] 1.26 (25%) ❌ 1.00 (1%)
["collection", "queries & updates", "(\"Dict\", \"Int\", \"first\")"] 0.69 (25%) ✅ 1.00 (1%)
["collection", "queries & updates", "(\"Set\", \"Any\", \"pop!\", \"unspecified\")"] 2.76 (25%) ❌ Inf (1%) ❌
["collection", "queries & updates", "(\"Set\", \"Int\", \"first\")"] 1.90 (25%) ❌ 1.00 (1%)
["collection", "queries & updates", "(\"Set\", \"Int\", \"pop!\", \"specified\")"] 0.63 (25%) ✅ 1.00 (1%)
["collection", "queries & updates", "(\"Set\", \"Int\", \"pop!\", \"unspecified\")"] 1.66 (25%) ❌ 1.00 (1%)
["collection", "queries & updates", "(\"Set\", \"String\", \"in\", \"false\")"] 0.70 (25%) ✅ 1.00 (1%)
["collection", "queries & updates", "(\"Set\", \"String\", \"pop!\", \"unspecified\")"] 1.02 (25%) Inf (1%) ❌
["collection", "set operations", "(\"BitSet\", \"Int\", \"intersect\", \"Set\")"] 0.93 (25%) 0.78 (1%) ✅
["collection", "set operations", "(\"BitSet\", \"Int\", \"intersect\", \"Set\", \"Set\")"] 0.92 (25%) 0.79 (1%) ✅
["collection", "set operations", "(\"BitSet\", \"Int\", \"intersect\", \"Vector\")"] 0.99 (25%) 1.55 (1%) ❌
["collection", "set operations", "(\"BitSet\", \"Int\", \"intersect\", \"Vector\", \"Vector\")"] 1.06 (25%) 1.48 (1%) ❌
["collection", "set operations", "(\"BitSet\", \"Int\", \"setdiff!\", \"Set\")"] 1.26 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"BitSet\", \"Int\", \"setdiff!\", \"Vector\")"] 1.44 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"BitSet\", \"Int\", \"union!\", \"Vector\")"] 1.27 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"Set\", \"Int\", \"intersect\", \"Vector\")"] 0.98 (25%) 1.01 (1%) ❌
["collection", "set operations", "(\"Set\", \"Int\", \"⊆\", \"BitSet\")"] 1.80 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"Set\", \"Int\", \"⊆\", \"Set\")"] 1.59 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"Set\", \"Int\", \"⊆\", \"Vector\")"] 1.26 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"empty\", \"Int\", \"<\", \"Set\")"] 1.50 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"empty\", \"Int\", \"⊆\", \"BitSet\")"] 1.49 (25%) ❌ 1.00 (1%)
["collection", "set operations", "(\"empty\", \"Int\", \"⊆\", \"Set\")"] 1.56 (25%) ❌ 1.00 (1%)
["dates", "parse", "(\"DateTime\", \"DateFormat\")"] 0.90 (15%) 0.91 (1%) ✅
["dates", "parse", "(\"DateTime\", \"RFC1123Format\", \"Lowercase\")"] 8.34 (15%) ❌ 8.00 (1%) ❌
["dates", "parse", "(\"DateTime\", \"RFC1123Format\", \"Mixedcase\")"] 4.53 (15%) ❌ 2.76 (1%) ❌
["dates", "parse", "(\"DateTime\", \"RFC1123Format\", \"Titlecase\")"] 8.29 (15%) ❌ 8.00 (1%) ❌
["dates", "parse", "(\"Date\", \"DateFormat\")"] 0.93 (15%) 0.92 (1%) ✅
["find", "findall", "(\"Array{Bool,1}\", \"10-90\")"] 0.83 (15%) ✅ 1.00 (1%)
["find", "findall", "(\"BitArray{1}\", \"10-90\")"] 0.76 (15%) ✅ 1.00 (1%)
["find", "findall", "(\"ispos\", \"Array{Int8,1}\")"] 0.81 (15%) ✅ 1.00 (1%)
["parallel", "remotecall", "(\"identity\", 1024)"] 0.91 (15%) 0.98 (1%) ✅
["parallel", "remotecall", "(\"identity\", 2)"] 0.91 (15%) 0.96 (1%) ✅
["parallel", "remotecall", "(\"identity\", 512)"] 0.91 (15%) 0.97 (1%) ✅
["parallel", "remotecall", "(\"identity\", 64)"] 0.90 (15%) 0.96 (1%) ✅
["problem", "imdb", "centrality"] 1.87 (15%) ❌ 2.87 (1%) ❌
["problem", "raytrace", "raytrace"] 9.22 (15%) ❌ 9.71 (1%) ❌
["problem", "spellcheck", "spellcheck"] 1.79 (15%) ❌ 1.81 (1%) ❌
["random", "collections", "(\"rand\", \"MersenneTwister\", \"large Set\")"] 1.27 (25%) ❌ 1.00 (1%)
["random", "collections", "(\"rand\", \"MersenneTwister\", \"small Set\")"] 1.32 (25%) ❌ 1.00 (1%)
["random", "ranges", "(\"rand\", \"MersenneTwister\", \"BigInt\", \"RangeGenerator(1:2^10000)\")"] 1.32 (25%) ❌ 1.00 (1%)
["random", "ranges", "(\"rand\", \"MersenneTwister\", \"UInt128\", \"RangeGenerator(1:170141183460469231731687303715884105728)\")"] 0.73 (25%) ✅ 1.00 (1%)
["random", "types", "(\"rand\", \"MersenneTwister\", \"Int128\")"] 0.70 (25%) ✅ 1.00 (1%)
["random", "types", "(\"rand\", \"MersenneTwister\", \"UInt128\")"] 0.70 (25%) ✅ 1.00 (1%)
["scalar", "atan", "(\"11/16 <= abs(x) < 19/16\", \"positive argument\", \"Float64\")"] 1.22 (15%) ❌ 1.00 (1%)
["scalar", "atan", "(\"19/16 <= abs(x) < 39/16\", \"negative argument\", \"Float64\")"] 0.82 (15%) ✅ 1.00 (1%)
["scalar", "atan", "(\"7/16 <= abs(x) < 11/16\", \"positive argument\", \"Float64\")"] 1.21 (15%) ❌ 1.00 (1%)
["scalar", "atan2", "(\"x one\", \"Float64\")"] 1.67 (15%) ❌ 1.00 (1%)
["scalar", "atanh", "(\"0.5 <= abs(x) < 1\", \"negative argument\", \"Float32\")"] 0.82 (15%) ✅ 1.00 (1%)
["scalar", "atanh", "(\"0.5 <= abs(x) < 1\", \"positive argument\", \"Float32\")"] 1.21 (15%) ❌ 1.00 (1%)
["scalar", "cos", "(\"argument reduction (easy) abs(x) < 3π/4\", \"positive argument\", \"Float32\", \"sin_kernel\")"] 1.20 (15%) ❌ 1.00 (1%)
["scalar", "cos", "(\"argument reduction (hard) abs(x) < 2π/4\", \"positive argument\", \"Float32\", \"sin_kernel\")"] 1.34 (15%) ❌ 1.00 (1%)
["scalar", "cos", "(\"argument reduction (hard) abs(x) < 6π/4\", \"negative argument\", \"Float32\", \"sin_kernel\")"] 1.22 (15%) ❌ 1.00 (1%)
["scalar", "cos", "(\"argument reduction (hard) abs(x) < 8π/4\", \"positive argument\", \"Float32\", \"cos_kernel\")"] 1.47 (15%) ❌ 1.00 (1%)
["scalar", "predicate", "(\"isinf\", \"Complex{BigFloat}\")"] 1.44 (40%) ❌ 1.00 (1%)
["scalar", "sin", "(\"argument reduction (hard) abs(x) < 2π/4\", \"negative argument\", \"Float32\", \"cos_kernel\")"] 0.83 (15%) ✅ 1.00 (1%)
["scalar", "sin", "(\"no reduction\", \"negative argument\", \"Float32\", \"sin_kernel\")"] 1.22 (15%) ❌ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 2.0^20π/4\", \"negative argument\", \"Float64\")"] 0.73 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 2.0^20π/4\", \"positive argument\", \"Float64\")"] 0.73 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 2π/4\", \"negative argument\", \"Float32\")"] 0.73 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 2π/4\", \"negative argument\", \"Float64\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 2π/4\", \"positive argument\", \"Float32\")"] 0.78 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 2π/4\", \"positive argument\", \"Float64\")"] 0.73 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 3π/4\", \"negative argument\", \"Float32\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 3π/4\", \"negative argument\", \"Float64\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 3π/4\", \"positive argument\", \"Float32\")"] 0.76 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 3π/4\", \"positive argument\", \"Float64\")"] 0.78 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 4π/4\", \"negative argument\", \"Float32\")"] 0.81 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 4π/4\", \"negative argument\", \"Float64\")"] 0.84 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 5π/4\", \"negative argument\", \"Float32\")"] 0.84 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 5π/4\", \"negative argument\", \"Float64\")"] 0.81 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 5π/4\", \"positive argument\", \"Float32\")"] 0.81 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 6π/4\", \"negative argument\", \"Float32\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 6π/4\", \"negative argument\", \"Float64\")"] 0.73 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 6π/4\", \"positive argument\", \"Float32\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 6π/4\", \"positive argument\", \"Float64\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 7π/4\", \"negative argument\", \"Float32\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 7π/4\", \"negative argument\", \"Float64\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 7π/4\", \"positive argument\", \"Float32\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 7π/4\", \"positive argument\", \"Float64\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 8π/4\", \"negative argument\", \"Float32\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 8π/4\", \"negative argument\", \"Float64\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 8π/4\", \"positive argument\", \"Float32\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 8π/4\", \"positive argument\", \"Float64\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 9π/4\", \"negative argument\", \"Float32\")"] 0.78 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 9π/4\", \"negative argument\", \"Float64\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 9π/4\", \"positive argument\", \"Float32\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"argument reduction (easy) abs(x) < 9π/4\", \"positive argument\", \"Float64\")"] 0.75 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"no reduction\", \"negative argument\", \"Float32\")"] 0.83 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"no reduction\", \"positive argument\", \"Float64\")"] 0.83 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"no reduction\", \"zero\", \"Float32\")"] 0.83 (15%) ✅ 1.00 (1%)
["scalar", "sincos", "(\"no reduction\", \"zero\", \"Float64\")"] 0.83 (15%) ✅ 1.00 (1%)
["shootout", "k_nucleotide"] 1.82 (15%) ❌ 2.26 (1%) ❌
["sparse", "constructors", "(\"Diagonal\", 10)"] 0.79 (15%) ✅ 1.00 (1%)
["sparse", "constructors", "(\"Diagonal\", 100)"] 0.79 (15%) ✅ 1.00 (1%)
["sparse", "matmul", "(\"At_mul_B!\", \"dense 40x4000, sparse 40x40 -> dense 4000x40\")"] 0.69 (30%) ✅ 1.00 (1%)
["tuple", "reduction", "(\"sum\", (8,))"] 0.83 (15%) ✅ 1.00 (1%)
["union", "array", "(\"map\", identity, Float32, true)"] 1.15 (15%) ❌ 1.00 (1%)
["union", "array", "(\"perf_countnothing\", BigInt, false)"] 1.16 (15%) ❌ 1.00 (1%)
["union", "array", "(\"perf_countnothing\", BigInt, true)"] 1.16 (15%) ❌ 1.00 (1%)
["union", "array", "(\"perf_simplecopy\", Int64, true)"] 1.18 (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", "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"]

Version Info

Primary Build

Julia Version 0.7.0-DEV.5119
Commit c16cd54 (2018-05-16 01:09 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    6094038 s        248 s    1098024 s  419126443 s          4 s
       #2  3501 MHz   40432810 s          0 s     701661 s  385480426 s          4 s
       #3  3501 MHz    5347529 s       2388 s     795440 s  420678919 s          7 s
       #4  3501 MHz    5286406 s          2 s     561594 s  421229786 s          2 s
       
  Memory: 31.383651733398438 GB (5719.61328125 MB free)
  Uptime: 4.272957e6 sec
  Load Avg:  0.9453125  1.0078125  1.0400390625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, haswell)

Comparison Build

Julia Version 0.7.0-DEV.5110
Commit 11c803c (2018-05-15 22:04 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    6219099 s        248 s    1108448 s  419905749 s          4 s
       #2  3501 MHz   41286268 s          0 s     711902 s  385534671 s          4 s
       #3  3501 MHz    5457412 s       2388 s     804206 s  421477866 s          7 s
       #4  3501 MHz    5398452 s          2 s     570401 s  422026723 s          2 s
       
  Memory: 31.383651733398438 GB (5360.41015625 MB free)
  Uptime: 4.282141e6 sec
  Load Avg:  1.0029296875  1.0146484375  1.04541015625
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, haswell)