# Benchmark Report ## Job Properties *Commit(s):* [JuliaLang/julia@421f07988ab25b4fd7e78b53cdfd1c3fedabe343](https://github.com/JuliaLang/julia/commit/421f07988ab25b4fd7e78b53cdfd1c3fedabe343) *Triggered By:* [link](https://github.com/JuliaLang/julia/commit/421f07988ab25b4fd7e78b53cdfd1c3fedabe343#commitcomment-19673404) *Tag Predicate:* `ALL` *Daily Job:* 2016-11-03 vs 2016-11-02 ## Results *Note: If Chrome is your browser, I strongly recommend installing the [Wide GitHub](https://chrome.google.com/webstore/detail/wide-github/kaalofacklcidaampbokdplbklpeldpj?hl=en) 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](https://github.com/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 :x:), while a ratio less than `1.0` denotes a possible improvement (marked with :white_check_mark:). 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 | |----|------------|--------------| | `["nullable","basic",("isequal","Nullable{BigFloat}()","Nullable{BigFloat}(1.000000000000000000000000000000000000000000000000000000000000000000000000000000)")]` | 0.67 (30%) :white_check_mark: | 1.00 (1%) | | `["nullable","basic",("isequal","Nullable{BigFloat}(1.000000000000000000000000000000000000000000000000000000000000000000000000000000)","Nullable{BigFloat}()")]` | 1.50 (30%) :x: | 1.00 (1%) | | `["nullable","basic",("isequal","Nullable{BigInt}()","Nullable{BigInt}(0)")]` | 0.67 (30%) :white_check_mark: | 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"]` - `["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","iteration"]` - `["scalar","predicate"]` - `["shootout"]` - `["simd"]` - `["sort","insertionsort"]` - `["sort","issorted"]` - `["sort","mergesort"]` - `["sort","quicksort"]` - `["sparse","index"]` - `["sparse","transpose"]` - `["string"]` - `["tuple","index"]` ## Version Info #### Primary Build ``` Julia Version 0.6.0-dev.1178 Commit 421f079 (2016-11-02 19:28 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 (12832.515625 MB free) Uptime: 1.3796319e7 sec Load Avg: 0.943359375 1.00732421875 0.970703125 Intel(R) Xeon(R) CPU E3-1241 v3 @ 3.50GHz: speed user nice sys idle irq #1 3501 MHz 22048545 s 0 s 3693511 s 1351027473 s 45 s #2 3501 MHz 59039849 s 0 s 4205393 s 1314352675 s 14 s #3 3501 MHz 19146867 s 0 s 2455535 s 1357368286 s 21 s #4 3501 MHz 16034509 s 0 s 2381362 s 1360677662 s 8 s BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell) LAPACK: libopenblas64_ LIBM: libopenlibm LLVM: libLLVM-3.7.1 (ORCJIT, haswell) ```