JuliaFolds / BangBang.jl

Immutables as mutables, mutables as immutables.
MIT License
108 stars 11 forks source link

Implement mergewith!! in terms of modify!! #157

Closed tkf closed 4 years ago

github-actions[bot] commented 4 years ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/BangBang.jl/BangBang.jl* ## Job Properties * Time of benchmarks: - Target: 29 May 2020 - 04:49 - Baseline: 29 May 2020 - 04:51 * Package commits: - Target: a98e71 - Baseline: bd1f55 * Julia commits: - Target: 44fa15 - Baseline: 44fa15 * Julia command flags: - Target: None - Baseline: None * Environment variables: - Target: None - Baseline: None ## Results 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 | |------------------------------------------------------------------------------------------|------------------------------|--------------| | `["append", "append!!(::Vector, ::SingletonVector)"]` | 0.92 (5%) :white_check_mark: | 1.00 (1%) | | `["append", "append!!(Empty(SVector), ::SingletonVector)"]` | 0.95 (5%) :white_check_mark: | 1.00 (1%) | | `["collectors", ":comp => \"filter\"", ":impl => \"nonexpanding\""]` | 1.11 (5%) :x: | 1.00 (1%) | | `["collectors", ":comp => \"map\"", ":impl => \"man\""]` | 0.48 (5%) :white_check_mark: | 1.00 (1%) | | `["collectors", ":comp => \"map\"", ":impl => \"safe_coll\""]` | 0.93 (5%) :white_check_mark: | 1.00 (1%) | | `["dataframes", "Categorical"]` | 0.89 (5%) :white_check_mark: | 1.00 (1%) | | `["dataframes", "Missing-Int"]` | 1.10 (5%) :x: | 1.00 (1%) | | `["dataframes", "String-String"]` | 0.91 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :equal"]` | 0.75 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :half"]` | 0.88 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :empty"]` | 0.92 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :equal"]` | 0.75 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :half"]` | 0.86 (5%) :white_check_mark: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["append"]` - `["collectors", ":comp => \"filter\""]` - `["collectors", ":comp => \"map\""]` - `["dataframes"]` - `["mergewith", ":combine => :+", ":desttype => :compatible"]` - `["mergewith", ":combine => :+", ":desttype => :widen"]` - `["mergewith", ":combine => :right", ":desttype => :compatible"]` - `["mergewith", ":combine => :right", ":desttype => :widen"]` ## Julia versioninfo ### Target ``` Julia Version 1.4.2 Commit 44fa15b150* (2020-05-23 18:35 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.3.0-1022-azure #23~18.04.1-Ubuntu SMP Mon May 11 11:55:56 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 14504 s 0 s 1524 s 22787 s 0 s #2 2294 MHz 21226 s 0 s 1566 s 15832 s 0 s Memory: 6.764884948730469 GB (3453.6015625 MB free) Uptime: 402.0 sec Load Avg: 1.01123046875 0.873046875 0.44287109375 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` ### Baseline ``` Julia Version 1.4.2 Commit 44fa15b150* (2020-05-23 18:35 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.3.0-1022-azure #23~18.04.1-Ubuntu SMP Mon May 11 11:55:56 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 15981 s 0 s 1589 s 32797 s 0 s #2 2294 MHz 31264 s 0 s 1703 s 17205 s 0 s Memory: 6.764884948730469 GB (3416.453125 MB free) Uptime: 518.0 sec Load Avg: 1.0126953125 0.9296875 0.5166015625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Target result # Benchmark Report for */home/runner/work/BangBang.jl/BangBang.jl* ## Job Properties * Time of benchmark: 29 May 2020 - 4:49 * Package commit: a98e71 * Julia commit: 44fa15 * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. 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. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |------------------------------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["append", "append!!(::SVector, ::SingletonVector)"]` | 953.602 μs (5%) | | 1.53 MiB (1%) | 100000 | | `["append", "append!!(::Vector, ::SingletonVector)"]` | 458.800 μs (5%) | | | | | `["append", "append!!(Empty(SVector), ::SingletonVector)"]` | 3.500 ns (5%) | | | | | `["collectors", ":comp => \"filter\"", ":impl => \"base\""]` | 45.600 μs (5%) | | 128.66 KiB (1%) | 14 | | `["collectors", ":comp => \"filter\"", ":impl => \"coll\""]` | 52.901 μs (5%) | | 284.81 KiB (1%) | 5012 | | `["collectors", ":comp => \"filter\"", ":impl => \"nonexpanding\""]` | 59.900 μs (5%) | | 312.75 KiB (1%) | 5005 | | `["collectors", ":comp => \"filter\"", ":impl => \"vec\""]` | 46.300 μs (5%) | | 128.59 KiB (1%) | 13 | | `["collectors", ":comp => \"map\"", ":impl => \"coll\""]` | 8.200 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"man\""]` | 4.833 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"safe_coll\""]` | 10.600 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"vec\""]` | 82.900 μs (5%) | | 256.64 KiB (1%) | 14 | | `["dataframes", "Categorical"]` | 921.747 ms (5%) | 116.379 ms | 992.89 MiB (1%) | 6318092 | | `["dataframes", "Int-Int"]` | 1.156 ms (5%) | | 160.23 KiB (1%) | 10251 | | `["dataframes", "Missing-Int"]` | 1.776 ms (5%) | | 160.23 KiB (1%) | 10251 | | `["dataframes", "Missing-String"]` | 1.644 ms (5%) | | 160.27 KiB (1%) | 10252 | | `["dataframes", "String-String"]` | 1.567 ms (5%) | | 160.27 KiB (1%) | 10252 | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :empty"]` | 50.400 μs (5%) | | 91.72 KiB (1%) | 14 | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :equal"]` | 21.000 μs (5%) | | | | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :half"]` | 36.300 μs (5%) | | 68.34 KiB (1%) | 5 | | `["mergewith", ":combine => :+", ":desttype => :widen", ":destkeys => :empty"]` | 50.100 μs (5%) | | 92.31 KiB (1%) | 18 | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :empty"]` | 47.300 μs (5%) | | 91.72 KiB (1%) | 14 | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :equal"]` | 19.700 μs (5%) | | | | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :half"]` | 33.700 μs (5%) | | 68.34 KiB (1%) | 5 | | `["mergewith", ":combine => :right", ":desttype => :widen", ":destkeys => :empty"]` | 49.700 μs (5%) | | 92.31 KiB (1%) | 18 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["append"]` - `["collectors", ":comp => \"filter\""]` - `["collectors", ":comp => \"map\""]` - `["dataframes"]` - `["mergewith", ":combine => :+", ":desttype => :compatible"]` - `["mergewith", ":combine => :+", ":desttype => :widen"]` - `["mergewith", ":combine => :right", ":desttype => :compatible"]` - `["mergewith", ":combine => :right", ":desttype => :widen"]` ## Julia versioninfo ``` Julia Version 1.4.2 Commit 44fa15b150* (2020-05-23 18:35 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.3.0-1022-azure #23~18.04.1-Ubuntu SMP Mon May 11 11:55:56 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 14504 s 0 s 1524 s 22787 s 0 s #2 2294 MHz 21226 s 0 s 1566 s 15832 s 0 s Memory: 6.764884948730469 GB (3453.6015625 MB free) Uptime: 402.0 sec Load Avg: 1.01123046875 0.873046875 0.44287109375 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Baseline result # Benchmark Report for */home/runner/work/BangBang.jl/BangBang.jl* ## Job Properties * Time of benchmark: 29 May 2020 - 4:51 * Package commit: bd1f55 * Julia commit: 44fa15 * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. 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. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |------------------------------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["append", "append!!(::SVector, ::SingletonVector)"]` | 924.906 μs (5%) | | 1.53 MiB (1%) | 100000 | | `["append", "append!!(::Vector, ::SingletonVector)"]` | 497.803 μs (5%) | | | | | `["append", "append!!(Empty(SVector), ::SingletonVector)"]` | 3.700 ns (5%) | | | | | `["collectors", ":comp => \"filter\"", ":impl => \"base\""]` | 43.601 μs (5%) | | 128.66 KiB (1%) | 14 | | `["collectors", ":comp => \"filter\"", ":impl => \"coll\""]` | 54.100 μs (5%) | | 284.81 KiB (1%) | 5012 | | `["collectors", ":comp => \"filter\"", ":impl => \"nonexpanding\""]` | 54.000 μs (5%) | | 312.75 KiB (1%) | 5005 | | `["collectors", ":comp => \"filter\"", ":impl => \"vec\""]` | 48.700 μs (5%) | | 128.59 KiB (1%) | 13 | | `["collectors", ":comp => \"map\"", ":impl => \"coll\""]` | 8.500 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"man\""]` | 10.100 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"safe_coll\""]` | 11.400 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"vec\""]` | 86.500 μs (5%) | | 256.64 KiB (1%) | 14 | | `["dataframes", "Categorical"]` | 1.033 s (5%) | 124.027 ms | 992.89 MiB (1%) | 6318092 | | `["dataframes", "Int-Int"]` | 1.140 ms (5%) | | 160.23 KiB (1%) | 10251 | | `["dataframes", "Missing-Int"]` | 1.621 ms (5%) | | 160.23 KiB (1%) | 10251 | | `["dataframes", "Missing-String"]` | 1.657 ms (5%) | | 160.27 KiB (1%) | 10252 | | `["dataframes", "String-String"]` | 1.731 ms (5%) | | 160.27 KiB (1%) | 10252 | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :empty"]` | 51.501 μs (5%) | | 91.72 KiB (1%) | 14 | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :equal"]` | 28.000 μs (5%) | | | | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :half"]` | 41.300 μs (5%) | | 68.34 KiB (1%) | 5 | | `["mergewith", ":combine => :+", ":desttype => :widen", ":destkeys => :empty"]` | 49.600 μs (5%) | | 92.31 KiB (1%) | 18 | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :empty"]` | 51.200 μs (5%) | | 91.72 KiB (1%) | 14 | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :equal"]` | 26.400 μs (5%) | | | | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :half"]` | 39.100 μs (5%) | | 68.34 KiB (1%) | 5 | | `["mergewith", ":combine => :right", ":desttype => :widen", ":destkeys => :empty"]` | 51.600 μs (5%) | | 92.31 KiB (1%) | 18 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["append"]` - `["collectors", ":comp => \"filter\""]` - `["collectors", ":comp => \"map\""]` - `["dataframes"]` - `["mergewith", ":combine => :+", ":desttype => :compatible"]` - `["mergewith", ":combine => :+", ":desttype => :widen"]` - `["mergewith", ":combine => :right", ":desttype => :compatible"]` - `["mergewith", ":combine => :right", ":desttype => :widen"]` ## Julia versioninfo ``` Julia Version 1.4.2 Commit 44fa15b150* (2020-05-23 18:35 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.3.0-1022-azure #23~18.04.1-Ubuntu SMP Mon May 11 11:55:56 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz: speed user nice sys idle irq #1 2294 MHz 15981 s 0 s 1589 s 32797 s 0 s #2 2294 MHz 31264 s 0 s 1703 s 17205 s 0 s Memory: 6.764884948730469 GB (3416.453125 MB free) Uptime: 518.0 sec Load Avg: 1.0126953125 0.9296875 0.5166015625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `openblas64` | | `Sys.CPU_THREADS` | 2 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 79 Model name: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz Stepping: 1 CPU MHz: 2294.688 BogoMIPS: 4589.37 Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 51200K NUMA node0 CPU(s): 0,1 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap xsaveopt md_clear | Cpu Property | Value | |:------------------ |:------------------------------------------------------- | | Brand | Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz | | Vendor | :Intel | | Architecture | :Broadwell | | Model | Family: 0x06, Model: 0x4f, Stepping: 0x01, Type: 0x00 | | Cores | 2 physical cores, 2 logical cores (on executing CPU) | | | No Hyperthreading detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 256, 51200) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 44 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC increased at every clock cycle (non-invariant TSC) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |
codecov-commenter commented 4 years ago

Codecov Report

Merging #157 into master will decrease coverage by 0.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
- Coverage   92.29%   92.09%   -0.20%     
==========================================
  Files          22       22              
  Lines         480      481       +1     
==========================================
  Hits          443      443              
- Misses         37       38       +1     
Impacted Files Coverage Δ
src/NoBang/emptycontainers.jl 92.59% <100.00%> (-3.57%) :arrow_down:
src/base.jl 85.84% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bd1f550...c8618ec. Read the comment docs.

github-actions[bot] commented 4 years ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/BangBang.jl/BangBang.jl* ## Job Properties * Time of benchmarks: - Target: 29 May 2020 - 07:00 - Baseline: 29 May 2020 - 07:02 * Package commits: - Target: 7e87dd - Baseline: de9730 * Julia commits: - Target: 44fa15 - Baseline: 44fa15 * Julia command flags: - Target: None - Baseline: None * Environment variables: - Target: None - Baseline: None ## Results 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 | |------------------------------------------------------------------------------------------|------------------------------|--------------| | `["append", "append!!(::SVector, ::SingletonVector)"]` | 0.92 (5%) :white_check_mark: | 1.00 (1%) | | `["collectors", ":comp => \"filter\"", ":impl => \"base\""]` | 1.06 (5%) :x: | 1.00 (1%) | | `["collectors", ":comp => \"map\"", ":impl => \"coll\""]` | 0.88 (5%) :white_check_mark: | 1.00 (1%) | | `["collectors", ":comp => \"map\"", ":impl => \"man\""]` | 0.87 (5%) :white_check_mark: | 1.00 (1%) | | `["dataframes", "Categorical"]` | 0.91 (5%) :white_check_mark: | 1.00 (1%) | | `["dataframes", "Int-Int"]` | 1.07 (5%) :x: | 1.00 (1%) | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :empty"]` | 0.87 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :equal"]` | 0.81 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :half"]` | 0.82 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :+", ":desttype => :widen", ":destkeys => :empty"]` | 0.89 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :empty"]` | 0.94 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :equal"]` | 0.79 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :half"]` | 0.84 (5%) :white_check_mark: | 1.00 (1%) | | `["mergewith", ":combine => :right", ":desttype => :widen", ":destkeys => :empty"]` | 0.89 (5%) :white_check_mark: | 1.00 (1%) | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["append"]` - `["collectors", ":comp => \"filter\""]` - `["collectors", ":comp => \"map\""]` - `["dataframes"]` - `["mergewith", ":combine => :+", ":desttype => :compatible"]` - `["mergewith", ":combine => :+", ":desttype => :widen"]` - `["mergewith", ":combine => :right", ":desttype => :compatible"]` - `["mergewith", ":combine => :right", ":desttype => :widen"]` ## Julia versioninfo ### Target ``` Julia Version 1.4.2 Commit 44fa15b150* (2020-05-23 18:35 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.3.0-1022-azure #23~18.04.1-Ubuntu SMP Mon May 11 11:55:56 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: speed user nice sys idle irq #1 2394 MHz 13171 s 0 s 1197 s 21456 s 0 s #2 2394 MHz 20590 s 0 s 1638 s 14186 s 0 s Memory: 6.764884948730469 GB (3439.6796875 MB free) Uptime: 376.0 sec Load Avg: 1.0048828125 0.81201171875 0.4033203125 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, haswell) ``` ### Baseline ``` Julia Version 1.4.2 Commit 44fa15b150* (2020-05-23 18:35 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.3.0-1022-azure #23~18.04.1-Ubuntu SMP Mon May 11 11:55:56 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: speed user nice sys idle irq #1 2394 MHz 22034 s 0 s 1292 s 23470 s 0 s #2 2394 MHz 22673 s 0 s 1714 s 23025 s 0 s Memory: 6.764884948730469 GB (3408.55859375 MB free) Uptime: 487.0 sec Load Avg: 1.0 0.87451171875 0.47509765625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, haswell) ``` --- # Target result # Benchmark Report for */home/runner/work/BangBang.jl/BangBang.jl* ## Job Properties * Time of benchmark: 29 May 2020 - 7:0 * Package commit: 7e87dd * Julia commit: 44fa15 * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. 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. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |------------------------------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["append", "append!!(::SVector, ::SingletonVector)"]` | 1.127 ms (5%) | | 1.53 MiB (1%) | 100000 | | `["append", "append!!(::Vector, ::SingletonVector)"]` | 559.499 μs (5%) | | | | | `["append", "append!!(Empty(SVector), ::SingletonVector)"]` | 3.699 ns (5%) | | | | | `["collectors", ":comp => \"filter\"", ":impl => \"base\""]` | 47.600 μs (5%) | | 128.66 KiB (1%) | 14 | | `["collectors", ":comp => \"filter\"", ":impl => \"coll\""]` | 53.300 μs (5%) | | 284.81 KiB (1%) | 5012 | | `["collectors", ":comp => \"filter\"", ":impl => \"nonexpanding\""]` | 54.800 μs (5%) | | 312.75 KiB (1%) | 5005 | | `["collectors", ":comp => \"filter\"", ":impl => \"vec\""]` | 45.400 μs (5%) | | 128.59 KiB (1%) | 13 | | `["collectors", ":comp => \"map\"", ":impl => \"coll\""]` | 7.625 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"man\""]` | 7.750 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"safe_coll\""]` | 11.600 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"vec\""]` | 83.200 μs (5%) | | 256.64 KiB (1%) | 14 | | `["dataframes", "Categorical"]` | 865.556 ms (5%) | 100.244 ms | 992.89 MiB (1%) | 6318092 | | `["dataframes", "Int-Int"]` | 1.316 ms (5%) | | 160.23 KiB (1%) | 10251 | | `["dataframes", "Missing-Int"]` | 1.709 ms (5%) | | 160.23 KiB (1%) | 10251 | | `["dataframes", "Missing-String"]` | 1.717 ms (5%) | | 160.27 KiB (1%) | 10252 | | `["dataframes", "String-String"]` | 1.693 ms (5%) | | 160.27 KiB (1%) | 10252 | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :empty"]` | 51.100 μs (5%) | | 91.72 KiB (1%) | 14 | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :equal"]` | 25.899 μs (5%) | | | | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :half"]` | 41.200 μs (5%) | | 68.34 KiB (1%) | 5 | | `["mergewith", ":combine => :+", ":desttype => :widen", ":destkeys => :empty"]` | 48.500 μs (5%) | | 92.31 KiB (1%) | 18 | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :empty"]` | 52.000 μs (5%) | | 91.72 KiB (1%) | 14 | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :equal"]` | 24.500 μs (5%) | | | | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :half"]` | 41.200 μs (5%) | | 68.34 KiB (1%) | 5 | | `["mergewith", ":combine => :right", ":desttype => :widen", ":destkeys => :empty"]` | 53.300 μs (5%) | | 92.31 KiB (1%) | 18 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["append"]` - `["collectors", ":comp => \"filter\""]` - `["collectors", ":comp => \"map\""]` - `["dataframes"]` - `["mergewith", ":combine => :+", ":desttype => :compatible"]` - `["mergewith", ":combine => :+", ":desttype => :widen"]` - `["mergewith", ":combine => :right", ":desttype => :compatible"]` - `["mergewith", ":combine => :right", ":desttype => :widen"]` ## Julia versioninfo ``` Julia Version 1.4.2 Commit 44fa15b150* (2020-05-23 18:35 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.3.0-1022-azure #23~18.04.1-Ubuntu SMP Mon May 11 11:55:56 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: speed user nice sys idle irq #1 2394 MHz 13171 s 0 s 1197 s 21456 s 0 s #2 2394 MHz 20590 s 0 s 1638 s 14186 s 0 s Memory: 6.764884948730469 GB (3439.6796875 MB free) Uptime: 376.0 sec Load Avg: 1.0048828125 0.81201171875 0.4033203125 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, haswell) ``` --- # Baseline result # Benchmark Report for */home/runner/work/BangBang.jl/BangBang.jl* ## Job Properties * Time of benchmark: 29 May 2020 - 7:2 * Package commit: de9730 * Julia commit: 44fa15 * Julia command flags: None * Environment variables: None ## Results Below is a table of this job's results, obtained by running the benchmarks. 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. An empty cell means that the value was zero. | ID | time | GC time | memory | allocations | |------------------------------------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["append", "append!!(::SVector, ::SingletonVector)"]` | 1.232 ms (5%) | | 1.53 MiB (1%) | 100000 | | `["append", "append!!(::Vector, ::SingletonVector)"]` | 559.698 μs (5%) | | | | | `["append", "append!!(Empty(SVector), ::SingletonVector)"]` | 3.699 ns (5%) | | | | | `["collectors", ":comp => \"filter\"", ":impl => \"base\""]` | 44.800 μs (5%) | | 128.66 KiB (1%) | 14 | | `["collectors", ":comp => \"filter\"", ":impl => \"coll\""]` | 55.800 μs (5%) | | 284.81 KiB (1%) | 5012 | | `["collectors", ":comp => \"filter\"", ":impl => \"nonexpanding\""]` | 53.899 μs (5%) | | 312.75 KiB (1%) | 5005 | | `["collectors", ":comp => \"filter\"", ":impl => \"vec\""]` | 44.999 μs (5%) | | 128.59 KiB (1%) | 13 | | `["collectors", ":comp => \"map\"", ":impl => \"coll\""]` | 8.700 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"man\""]` | 8.900 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"safe_coll\""]` | 11.600 μs (5%) | | 78.20 KiB (1%) | 2 | | `["collectors", ":comp => \"map\"", ":impl => \"vec\""]` | 81.700 μs (5%) | | 256.64 KiB (1%) | 14 | | `["dataframes", "Categorical"]` | 953.730 ms (5%) | 109.725 ms | 992.89 MiB (1%) | 6318092 | | `["dataframes", "Int-Int"]` | 1.231 ms (5%) | | 160.23 KiB (1%) | 10251 | | `["dataframes", "Missing-Int"]` | 1.685 ms (5%) | | 160.23 KiB (1%) | 10251 | | `["dataframes", "Missing-String"]` | 1.773 ms (5%) | | 160.27 KiB (1%) | 10252 | | `["dataframes", "String-String"]` | 1.686 ms (5%) | | 160.27 KiB (1%) | 10252 | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :empty"]` | 58.500 μs (5%) | | 91.72 KiB (1%) | 14 | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :equal"]` | 31.900 μs (5%) | | | | | `["mergewith", ":combine => :+", ":desttype => :compatible", ":destkeys => :half"]` | 50.400 μs (5%) | | 68.34 KiB (1%) | 5 | | `["mergewith", ":combine => :+", ":desttype => :widen", ":destkeys => :empty"]` | 54.800 μs (5%) | | 92.31 KiB (1%) | 18 | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :empty"]` | 55.600 μs (5%) | | 91.72 KiB (1%) | 14 | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :equal"]` | 31.199 μs (5%) | | | | | `["mergewith", ":combine => :right", ":desttype => :compatible", ":destkeys => :half"]` | 48.999 μs (5%) | | 68.34 KiB (1%) | 5 | | `["mergewith", ":combine => :right", ":desttype => :widen", ":destkeys => :empty"]` | 59.900 μs (5%) | | 92.31 KiB (1%) | 18 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["append"]` - `["collectors", ":comp => \"filter\""]` - `["collectors", ":comp => \"map\""]` - `["dataframes"]` - `["mergewith", ":combine => :+", ":desttype => :compatible"]` - `["mergewith", ":combine => :+", ":desttype => :widen"]` - `["mergewith", ":combine => :right", ":desttype => :compatible"]` - `["mergewith", ":combine => :right", ":desttype => :widen"]` ## Julia versioninfo ``` Julia Version 1.4.2 Commit 44fa15b150* (2020-05-23 18:35 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) Ubuntu 18.04.4 LTS uname: Linux 5.3.0-1022-azure #23~18.04.1-Ubuntu SMP Mon May 11 11:55:56 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: speed user nice sys idle irq #1 2394 MHz 22034 s 0 s 1292 s 23470 s 0 s #2 2394 MHz 22673 s 0 s 1714 s 23025 s 0 s Memory: 6.764884948730469 GB (3408.55859375 MB free) Uptime: 487.0 sec Load Avg: 1.0 0.87451171875 0.47509765625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, haswell) ``` --- # Runtime information | Runtime Info | | |:--|:--| | BLAS #threads | 2 | | `BLAS.vendor()` | `openblas64` | | `Sys.CPU_THREADS` | 2 | `lscpu` output: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 63 Model name: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz Stepping: 2 CPU MHz: 2394.456 BogoMIPS: 4788.91 Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 30720K NUMA node0 CPU(s): 0,1 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase bmi1 avx2 smep bmi2 erms invpcid xsaveopt md_clear | Cpu Property | Value | |:------------------ |:------------------------------------------------------- | | Brand | Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz | | Vendor | :Intel | | Architecture | :Haswell | | Model | Family: 0x06, Model: 0x3f, Stepping: 0x02, Type: 0x00 | | Cores | 2 physical cores, 2 logical cores (on executing CPU) | | | No Hyperthreading detected | | Clock Frequencies | Not supported by CPU | | Data Cache | Level 1:3 : (32, 256, 30720) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 44 bits physical | | SIMD | 256 bit = 32 byte max. SIMD vector size | | Time Stamp Counter | TSC is accessible via `rdtsc` | | | TSC increased at every clock cycle (non-invariant TSC) | | Perf. Monitoring | Performance Monitoring Counters (PMC) are not supported | | Hypervisor | Yes, Microsoft |