Skip to content

Latest commit

 

History

History
324 lines (303 loc) · 18.4 KB

File metadata and controls

324 lines (303 loc) · 18.4 KB

Benchmark Report

Job Properties

Commits: JuliaLang/julia@e48ef0b6e4720d07e98d2af6e1be909d9fcc25cd vs JuliaLang/julia@d9d1fc5be8f40ae9b1276a556b62745de71a8ee0

Comparison Diff: link

Triggered By: link

Tag Predicate: !"scalar"

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
["alloc", "strings"] 1.06 (5%) ❌ 1.00 (1%)
["array", "bool", "boolarray_bool_load!"] 0.89 (5%) ✅ 1.00 (1%)
["array", "convert", ("Float64", "Int")] 0.93 (5%) ✅ 1.00 (1%)
["array", "equality", ("==", "UnitRange{Int64}")] 0.92 (5%) ✅ 1.00 (1%)
["array", "equality", ("==", "Vector{Int64}")] 0.94 (5%) ✅ 1.00 (1%)
["array", "equality", ("isequal", "Vector{Int64} isequal Vector{Float32}")] 1.08 (5%) ❌ 1.00 (1%)
["array", "reductions", ("sumabs2", "Float64")] 0.90 (5%) ✅ 1.00 (1%)
["array", "setindex!", ("setindex!", 1)] 0.93 (5%) ✅ 1.00 (1%)
["array", "setindex!", ("setindex!", 3)] 1.07 (5%) ❌ 1.00 (1%)
["array", "setindex!", ("setindex!", 4)] 0.94 (5%) ✅ 1.00 (1%)
["array", "setindex!", ("setindex!", 5)] 0.93 (5%) ✅ 1.00 (1%)
["collection", "deletion", ("Set", "String", "filter!")] 1.72 (25%) ❌ 1.00 (1%)
["collection", "set operations", ("BitSet", "Int", "symdiff", "BitSet")] 1.31 (25%) ❌ 1.00 (1%)
["dates", "arithmetic", ("DateTime", "Millisecond")] 1.09 (5%) ❌ 1.00 (1%)
["dates", "parse", "Date"] 1.07 (5%) ❌ 1.00 (1%)
["dates", "parse", ("Date", "DateFormat")] 1.10 (5%) ❌ 1.00 (1%)
["dates", "parse", ("DateTime", "DateFormat")] 1.08 (5%) ❌ 1.00 (1%)
["dates", "parse", ("DateTime", "ISODateTimeFormat")] 0.93 (5%) ✅ 1.00 (1%)
["dates", "parse", ("DateTime", "RFC1123Format", "Lowercase")] 0.76 (5%) ✅ 1.00 (1%)
["dates", "parse", ("DateTime", "RFC1123Format", "Mixedcase")] 0.86 (5%) ✅ 1.00 (1%)
["dates", "parse", ("DateTime", "RFC1123Format", "Titlecase")] 0.73 (5%) ✅ 1.00 (1%)
["dates", "string", "Date"] 1.06 (5%) ❌ 1.00 (1%)
["find", "findall", ("BitVector", "50-50")] 0.93 (5%) ✅ 1.00 (1%)
["find", "findall", ("Vector{Bool}", "90-10")] 0.92 (5%) ✅ 1.00 (1%)
["find", "findall", ("ispos", "Vector{Int8}")] 0.94 (5%) ✅ 1.00 (1%)
["find", "findnext", ("ispos", "Vector{Bool}")] 0.86 (5%) ✅ 1.00 (1%)
["find", "findnext", ("ispos", "Vector{UInt64}")] 1.06 (5%) ❌ 1.00 (1%)
["find", "findnext", ("ispos", "Vector{UInt8}")] 0.94 (5%) ✅ 1.00 (1%)
["find", "findprev", ("ispos", "Vector{UInt64}")] 1.12 (5%) ❌ 1.00 (1%)
["inference", "abstract interpretation", "Base.init_stdio(::Ptr{Cvoid})"] 0.99 (5%) 1.01 (1%) ❌
["inference", "abstract interpretation", "many_const_calls"] 0.95 (5%) ✅ 0.99 (1%)
["inference", "abstract interpretation", "many_invoke_calls"] 0.95 (5%) ✅ 1.00 (1%)
["inference", "abstract interpretation", "many_method_matches"] 0.92 (5%) ✅ 1.00 (1%)
["inference", "abstract interpretation", "many_opaque_closures"] 0.95 (5%) ✅ 0.99 (1%)
["inference", "abstract interpretation", "sin(42)"] 0.88 (5%) ✅ 1.00 (1%)
["inference", "optimization", "many_local_vars"] 0.93 (5%) ✅ 1.00 (1%)
["misc", "23042", "Float64"] 1.09 (5%) ❌ 1.00 (1%)
["misc", "allocation elision view", "no conditional"] 1.51 (5%) ❌ 1.00 (1%)
["misc", "bitshift", ("Int", "Int")] 1.08 (5%) ❌ 1.00 (1%)
["misc", "bitshift", ("Int", "UInt")] 1.09 (5%) ❌ 1.00 (1%)
["misc", "bitshift", ("UInt32", "UInt32")] 1.19 (5%) ❌ 1.00 (1%)
["misc", "foldl", "foldl(+, filter(...))"] 0.82 (5%) ✅ 1.00 (1%)
["misc", "foldl", "foldl(+, filter(...); init = 0.0)"] 1.21 (5%) ❌ 1.00 (1%)
["misc", "julia", ("parse", "array")] 1.10 (5%) ❌ 1.00 (1%)
["misc", "julia", ("parse", "function")] 1.05 (5%) ❌ 1.00 (1%)
["misc", "julia", ("parse", "nested")] 1.06 (5%) ❌ 1.00 (1%)
["misc", "parse", "Float64"] 1.07 (5%) ❌ 1.00 (1%)
["misc", "perf highdim generator"] 0.91 (5%) ✅ 1.00 (1%)
["problem", "fem", "sparse_fem"] 1.10 (5%) ❌ 1.00 (1%)
["problem", "spellcheck", "spellcheck"] 1.11 (5%) ❌ 1.00 (1%)
["simd", ("Cartesian", "axpy!", "Float64", 2, 64)] 1.22 (20%) ❌ 1.00 (1%)
["simd", ("Cartesian", "axpy!", "Int64", 3, 64)] 1.42 (20%) ❌ 1.00 (1%)
["simd", ("Cartesian", "conditional_loop!", "Int32", 3, 31)] 1.32 (20%) ❌ 1.00 (1%)
["simd", ("Cartesian", "conditional_loop!", "Int32", 3, 63)] 1.44 (20%) ❌ 1.00 (1%)
["simd", ("CartesianPartition", "axpy!", "Int64", 3, 64)] 1.30 (20%) ❌ 1.00 (1%)
["simd", ("CartesianPartition", "conditional_loop!", "Int32", 2, 63)] 1.46 (20%) ❌ 1.00 (1%)
["simd", ("CartesianPartition", "inner", "Float64", 4, 31)] 1.38 (20%) ❌ 1.00 (1%)
["simd", ("CartesianPartition", "manual_partition!", "Int32", 3, 31)] 0.76 (20%) ✅ 1.00 (1%)
["simd", ("Linear", "auto_conditional_loop!", "Int32", 4095)] 0.76 (20%) ✅ 1.00 (1%)
["simd", ("Linear", "axpy!", "Float32", 4095)] 0.78 (20%) ✅ 1.00 (1%)
["sort", "issues", "partialsort!(rand(10_000), 1:3, rev=true)"] 1.00 (20%) 0.98 (1%) ✅
["sort", "length = 10", "sort!(fill(missing, length), rev=true)"] 1.21 (20%) ❌ 1.00 (1%)
["sort", "length = 3", "all same"] 0.77 (20%) ✅ 1.00 (1%)
["sort", "length = 3", "sort(randn(length))"] 1.23 (20%) ❌ 1.00 (1%)
["sparse", "constructors", ("Diagonal", 100)] 1.05 (5%) ❌ 1.00 (1%)
["sparse", "constructors", ("SymTridiagonal", 100)] 0.92 (5%) ✅ 1.00 (1%)
["sparse", "constructors", ("Tridiagonal", 100)] 0.94 (5%) ✅ 1.00 (1%)
["sparse", "sparse solves", "square system (ldlt), vector rhs"] 0.94 (5%) ✅ 1.00 (1%)
["string", "==(::AbstractString, ::AbstractString)", "different"] 0.90 (5%) ✅ 1.00 (1%)
["string", "repeat", "repeat str len 16"] 0.95 (5%) ✅ 1.00 (1%)
["tuple", "linear algebra", ("matmat", "(16, 16)", "(16, 16)")] 1.05 (5%) ❌ 1.00 (1%)
["tuple", "linear algebra", ("matmat", "(8, 8)", "(8, 8)")] 0.95 (5%) ✅ 1.00 (1%)
["tuple", "linear algebra", ("matvec", "(8, 8)", "(8,)")] 1.06 (5%) ❌ 1.00 (1%)
["tuple", "reduction", ("sum", "(2,)")] 0.93 (5%) ✅ 1.00 (1%)
["tuple", "reduction", ("sum", "(8, 8)")] 1.29 (5%) ❌ 1.00 (1%)
["tuple", "reduction", ("sumabs", "(2,)")] 0.93 (5%) ✅ 1.00 (1%)
["tuple", "reduction", ("sumabs", "(8,)")] 0.94 (5%) ✅ 1.00 (1%)
["union", "array", ("broadcast", "*", "Bool", "(false, true)")] 0.92 (5%) ✅ 1.00 (1%)
["union", "array", ("broadcast", "*", "Bool", "(true, true)")] 0.94 (5%) ✅ 1.00 (1%)
["union", "array", ("broadcast", "*", "ComplexF64", "(false, true)")] 0.89 (5%) ✅ 1.00 (1%)
["union", "array", ("broadcast", "*", "ComplexF64", "(true, true)")] 0.95 (5%) ✅ 1.00 (1%)
["union", "array", ("broadcast", "*", "Float64", "(false, true)")] 0.90 (5%) ✅ 1.00 (1%)
["union", "array", ("broadcast", "*", "Float64", "(true, true)")] 0.94 (5%) ✅ 1.00 (1%)
["union", "array", ("broadcast", "abs", "Float32", 1)] 0.94 (5%) ✅ 1.00 (1%)
["union", "array", ("broadcast", "abs", "Int8", 1)] 0.88 (5%) ✅ 1.00 (1%)
["union", "array", ("broadcast", "identity", "Float32", 0)] 1.06 (5%) ❌ 1.00 (1%)
["union", "array", ("broadcast", "identity", "Float32", 1)] 1.06 (5%) ❌ 1.00 (1%)
["union", "array", ("broadcast", "identity", "Float64", 1)] 1.11 (5%) ❌ 1.00 (1%)
["union", "array", ("collect", "all", "Bool", 1)] 1.08 (5%) ❌ 1.00 (1%)
["union", "array", ("collect", "all", "Float32", 1)] 1.11 (5%) ❌ 1.00 (1%)
["union", "array", ("map", "abs", "BigFloat", 1)] 0.95 (5%) ✅ 1.00 (1%)
["union", "array", ("map", "identity", "Bool", 1)] 1.09 (5%) ❌ 1.00 (1%)
["union", "array", ("map", "identity", "Float32", 1)] 1.11 (5%) ❌ 1.00 (1%)
["union", "array", ("perf_binaryop", "*", "Float64", "(true, true)")] 1.08 (5%) ❌ 1.00 (1%)
["union", "array", ("perf_binaryop", "*", "Int64", "(true, true)")] 1.05 (5%) ❌ 1.00 (1%)
["union", "array", ("perf_binaryop", "*", "Int8", "(false, true)")] 1.14 (5%) ❌ 1.00 (1%)
["union", "array", ("perf_binaryop", "*", "Int8", "(true, true)")] 1.10 (5%) ❌ 1.00 (1%)
["union", "array", ("perf_countequals", "BigInt")] 0.94 (5%) ✅ 1.00 (1%)
["union", "array", ("perf_simplecopy", "Bool", 1)] 1.09 (5%) ❌ 1.00 (1%)
["union", "array", ("perf_simplecopy", "Float32", 1)] 0.94 (5%) ✅ 1.00 (1%)
["union", "array", ("perf_sum", "Int8", 0)] 0.95 (5%) ✅ 1.00 (1%)
["union", "array", ("perf_sum", "Int8", 1)] 0.91 (5%) ✅ 1.00 (1%)
["union", "array", ("perf_sum2", "Int8", 1)] 0.91 (5%) ✅ 1.00 (1%)
["union", "array", ("perf_sum3", "Bool", 1)] 0.81 (5%) ✅ 1.00 (1%)
["union", "array", ("perf_sum3", "ComplexF64", 1)] 0.90 (5%) ✅ 1.00 (1%)
["union", "array", ("perf_sum3", "Float64", 1)] 1.26 (5%) ❌ 1.00 (1%)
["union", "array", ("perf_sum3", "Int64", 0)] 1.11 (5%) ❌ 1.00 (1%)
["union", "array", ("perf_sum4", "Int8", 0)] 1.16 (5%) ❌ 1.00 (1%)
["union", "array", ("skipmissing", "collect", "Int8", 0)] 0.92 (5%) ✅ 1.00 (1%)
["union", "array", ("skipmissing", "collect", "Union{Missing, ComplexF64}", 1)] 1.22 (5%) ❌ 1.00 (1%)
["union", "array", ("skipmissing", "filter", "Bool", 0)] 1.08 (5%) ❌ 1.00 (1%)
["union", "array", ("skipmissing", "perf_sumskipmissing", "Union{Missing, Float64}", 1)] 0.93 (5%) ✅ 1.00 (1%)
["union", "array", ("skipmissing", "perf_sumskipmissing", "Union{Missing, Int64}", 1)] 0.94 (5%) ✅ 1.00 (1%)
["union", "array", ("skipmissing", "perf_sumskipmissing", "Union{Missing, Int8}", 1)] 0.94 (5%) ✅ 1.00 (1%)
["union", "array", ("skipmissing", "perf_sumskipmissing", "Union{Nothing, Int64}", 0)] 1.23 (5%) ❌ 1.00 (1%)
["union", "array", ("sort", "BigInt", 0)] 0.91 (5%) ✅ 1.00 (1%)
["union", "array", ("sort", "Union{Nothing, BigInt}", 0)] 0.93 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["alloc"]
  • ["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"]
  • ["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"]
  • ["frontend"]
  • ["inference", "abstract interpretation"]
  • ["inference", "allinference"]
  • ["inference", "optimization"]
  • ["io", "array_limit"]
  • ["io", "read"]
  • ["io", "serialization"]
  • ["io"]
  • ["linalg", "arithmetic"]
  • ["linalg", "blas"]
  • ["linalg", "factorization"]
  • ["linalg"]
  • ["micro"]
  • ["misc"]
  • ["misc", "23042"]
  • ["misc", "afoldl"]
  • ["misc", "allocation elision view"]
  • ["misc", "bitshift"]
  • ["misc", "foldl"]
  • ["misc", "issue 12165"]
  • ["misc", "iterators"]
  • ["misc", "julia"]
  • ["misc", "parse"]
  • ["misc", "repeat"]
  • ["misc", "splatting"]
  • ["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"]
  • ["shootout"]
  • ["simd"]
  • ["sort", "insertionsort"]
  • ["sort", "issorted"]
  • ["sort", "issues"]
  • ["sort", "length = 10"]
  • ["sort", "length = 100"]
  • ["sort", "length = 1000"]
  • ["sort", "length = 10000"]
  • ["sort", "length = 3"]
  • ["sort", "length = 30"]
  • ["sort", "mergesort"]
  • ["sort", "quicksort"]
  • ["sparse", "arithmetic"]
  • ["sparse", "constructors"]
  • ["sparse", "index"]
  • ["sparse", "matmul"]
  • ["sparse", "sparse matvec"]
  • ["sparse", "sparse solves"]
  • ["sparse", "transpose"]
  • ["string", "==(::AbstractString, ::AbstractString)"]
  • ["string", "==(::SubString, ::String)"]
  • ["string", "findfirst"]
  • ["string"]
  • ["string", "readuntil"]
  • ["string", "repeat"]
  • ["tuple", "index"]
  • ["tuple", "linear algebra"]
  • ["tuple", "misc"]
  • ["tuple", "reduction"]
  • ["union", "array"]

Version Info

Primary Build

Julia Version 1.12.0-DEV.1662
Commit e48ef0b6e4 (2024-11-20 20:29 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 5.15.0-112-generic #122-Ubuntu SMP Thu May 23 07:48:21 UTC 2024 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz: 
              speed         user         nice          sys         idle          irq
       #1  3500 MHz     722156 s        194 s     181788 s  140721613 s          0 s
       #2  3500 MHz    9958929 s        107 s     220839 s  131516234 s          0 s
       #3  3501 MHz     561239 s        128 s      83928 s  141037697 s          0 s
       #4  3498 MHz     544281 s        109 s     101779 s  140972642 s          0 s
       #5  3503 MHz     473089 s         78 s      74473 s  141014670 s          0 s
       #6  3501 MHz     507329 s         66 s      97638 s  140316600 s          0 s
       #7  3503 MHz     544580 s        119 s      80268 s  140927636 s          0 s
       #8  3501 MHz     478344 s         80 s      66733 s  141086458 s          0 s
  Memory: 31.30148696899414 GB (18335.890625 MB free)
  Uptime: 1.417541554e7 sec
  Load Avg:  1.01  1.02  1.0
  WORD_SIZE: 64
  LLVM: libLLVM-18.1.7 (ORCJIT, haswell)
Threads: 1 default, 0 interactive, 1 GC (on 8 virtual cores)

Comparison Build

Julia Version 1.12.0-DEV.1660
Commit d9d1fc5be8 (2024-11-20 20:17 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 5.15.0-112-generic #122-Ubuntu SMP Thu May 23 07:48:21 UTC 2024 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz: 
              speed         user         nice          sys         idle          irq
       #1  3500 MHz     723736 s        194 s     182660 s  140911741 s          0 s
       #2  3500 MHz   10149488 s        107 s     222682 s  131517159 s          0 s
       #3  3501 MHz     561810 s        128 s      83953 s  141230397 s          0 s
       #4  3498 MHz     544449 s        109 s     101788 s  141165750 s          0 s
       #5  3504 MHz     473191 s         78 s      74481 s  141207719 s          0 s
       #6  3493 MHz     507353 s         66 s      97646 s  140509459 s          0 s
       #7  3504 MHz     544641 s        119 s      80276 s  141120869 s          0 s
       #8  3501 MHz     478409 s         80 s      66745 s  141279666 s          0 s
  Memory: 31.30148696899414 GB (18302.6015625 MB free)
  Uptime: 1.419474836e7 sec
  Load Avg:  1.0  1.0  1.0
  WORD_SIZE: 64
  LLVM: libLLVM-18.1.7 (ORCJIT, haswell)
Threads: 1 default, 0 interactive, 1 GC (on 8 virtual cores)