mtsch / Ripserer.jl

Flexible and efficient persistent homology computation.
https://mtsch.github.io/Ripserer.jl/dev/
MIT License
66 stars 8 forks source link

Better Benchmarks #74

Closed mtsch closed 4 years ago

mtsch commented 4 years ago
github-actions[bot] commented 4 years ago
Benchmark result # Judge result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmarks: - Target: 27 Jul 2020 - 04:17 - Baseline: 27 Jul 2020 - 04:20 * Package commits: - Target: 0f7d9a - Baseline: c34158 * 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 | |----------------------------------------------------------------|------------------------------|------------------------------| | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 1.14 (5%) :x: | 1.45 (1%) :x: | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 2.63 (5%) :x: | 2.63 (1%) :x: | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 0.72 (5%) :white_check_mark: | 0.93 (1%) :white_check_mark: | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 0.91 (5%) :white_check_mark: | 1.10 (1%) :x: | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 0.55 (5%) :white_check_mark: | 0.54 (1%) :white_check_mark: | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 0.75 (5%) :white_check_mark: | 0.81 (1%) :white_check_mark: | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["coboundary"]` - `["image"]` - `["sparse"]` - `["torus"]` ## 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-1032-azure #33~18.04.1-Ubuntu SMP Fri Jun 26 15:01:15 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 22404 s 0 s 2458 s 11785 s 0 s #2 2593 MHz 7477 s 0 s 1687 s 27553 s 0 s Memory: 6.791385650634766 GB (1941.21875 MB free) Uptime: 381.0 sec Load Avg: 1.0 0.7998046875 0.39794921875 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, skylake) ``` ### 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-1032-azure #33~18.04.1-Ubuntu SMP Fri Jun 26 15:01:15 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 25135 s 0 s 2504 s 28844 s 0 s #2 2593 MHz 23696 s 0 s 2685 s 30254 s 0 s Memory: 6.791385650634766 GB (1866.3125 MB free) Uptime: 581.0 sec Load Avg: 1.0 0.904296875 0.5234375 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, skylake) ``` --- # Target result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 27 Jul 2020 - 4:17 * Package commit: 0f7d9a * 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 | |----------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["coboundary", "full, no threshold"]` | 4.410 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.123 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 167.220 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 821.301 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.096 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "hubble"]` | 2.638 s (5%) | 28.278 ms | 455.52 MiB (1%) | 2941193 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 3.698 s (5%) | 45.711 ms | 1.02 GiB (1%) | 6834819 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 5.793 s (5%) | | 413.82 MiB (1%) | 4199916 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 5.454 s (5%) | 84.463 ms | 1.45 GiB (1%) | 10947646 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 2.283 s (5%) | | 222.73 MiB (1%) | 2534943 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 8.626 s (5%) | | 459.27 MiB (1%) | 981415 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 29.949 s (5%) | 30.118 ms | 1.55 GiB (1%) | 2345746 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 2.366 s (5%) | 27.065 ms | 593.02 MiB (1%) | 5195374 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 1.548 s (5%) | 31.004 ms | 334.12 MiB (1%) | 2777445 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 5.098 s (5%) | 96.599 ms | 1.17 GiB (1%) | 10871265 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 6.295 s (5%) | 112.650 ms | 1.21 GiB (1%) | 11945611 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["coboundary"]` - `["image"]` - `["sparse"]` - `["torus"]` ## 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-1032-azure #33~18.04.1-Ubuntu SMP Fri Jun 26 15:01:15 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 22404 s 0 s 2458 s 11785 s 0 s #2 2593 MHz 7477 s 0 s 1687 s 27553 s 0 s Memory: 6.791385650634766 GB (1941.21875 MB free) Uptime: 381.0 sec Load Avg: 1.0 0.7998046875 0.39794921875 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, skylake) ``` --- # Baseline result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 27 Jul 2020 - 4:20 * Package commit: c34158 * 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 | |----------------------------------------------------------------|----------------:|-----------:|----------------:|------------:| | `["coboundary", "full, no threshold"]` | 4.409 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.139 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 164.193 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 818.947 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.089 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "helix"]` | 3.483 s (5%) | 35.310 ms | 582.23 MiB (1%) | 3927113 | | `["image", "hubble"]` | 2.571 s (5%) | | 455.52 MiB (1%) | 2941193 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 3.704 s (5%) | 44.281 ms | 1.02 GiB (1%) | 6834819 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 5.762 s (5%) | | 413.81 MiB (1%) | 4199915 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 5.462 s (5%) | 80.780 ms | 1.45 GiB (1%) | 10947639 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 2.243 s (5%) | | 222.73 MiB (1%) | 2534943 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 7.577 s (5%) | | 317.53 MiB (1%) | 948896 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 11.366 s (5%) | 16.242 ms | 602.09 MiB (1%) | 2227171 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 3.304 s (5%) | 22.369 ms | 638.86 MiB (1%) | 5586041 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 1.696 s (5%) | | 303.31 MiB (1%) | 2530036 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 9.274 s (5%) | 164.535 ms | 2.19 GiB (1%) | 19439321 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 8.349 s (5%) | 72.790 ms | 1.50 GiB (1%) | 15895526 | ## Benchmark Group List Here's a list of all the benchmark groups executed by this job: - `["coboundary"]` - `["image"]` - `["sparse"]` - `["torus"]` ## 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-1032-azure #33~18.04.1-Ubuntu SMP Fri Jun 26 15:01:15 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: speed user nice sys idle irq #1 2593 MHz 25135 s 0 s 2504 s 28844 s 0 s #2 2593 MHz 23696 s 0 s 2685 s 30254 s 0 s Memory: 6.791385650634766 GB (1866.3125 MB free) Uptime: 581.0 sec Load Avg: 1.0 0.904296875 0.5234375 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, skylake) ``` --- # 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: 85 Model name: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz Stepping: 7 CPU MHz: 2593.907 BogoMIPS: 5187.81 Hypervisor vendor: Microsoft Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 1024K L3 cache: 36608K 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 mpx avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear | Cpu Property | Value | |:------------------ |:------------------------------------------------------- | | Brand | Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x07, 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, 1024, 36608) kbytes | | | 64 byte cache line size | | Address Size | 48 bits virtual, 46 bits physical | | SIMD | 512 bit = 64 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[bot] commented 4 years ago

Codecov Report

Merging #74 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #74   +/-   ##
=======================================
  Coverage   94.75%   94.75%           
=======================================
  Files          12       12           
  Lines         763      763           
=======================================
  Hits          723      723           
  Misses         40       40           

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 c341584...9852b3b. Read the comment docs.