mtsch / Ripserer.jl

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

Refactoring #88

Closed mtsch closed 4 years ago

mtsch commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #88 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #88   +/-   ##
=======================================
  Coverage   95.90%   95.90%           
=======================================
  Files          13       13           
  Lines         927      929    +2     
=======================================
+ Hits          889      891    +2     
  Misses         38       38           
Impacted Files Coverage Δ
src/Ripserer.jl 100.00% <ø> (ø)
src/primefield.jl 100.00% <ø> (ø)
src/abstractfiltration.jl 83.33% <100.00%> (+1.85%) :arrow_up:
src/chainelement.jl 100.00% <100.00%> (ø)
src/filtrations/alpha.jl 93.82% <100.00%> (ø)
src/filtrations/cubical.jl 99.13% <100.00%> (ø)
src/filtrations/custom.jl 98.48% <100.00%> (ø)
src/filtrations/rips.jl 100.00% <100.00%> (ø)
src/main.jl 100.00% <100.00%> (ø)
src/simplex.jl 97.24% <100.00%> (+1.08%) :arrow_up:

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 71eb0b6...3781b18. Read the comment docs.

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: 25 Aug 2020 - 11:43 - Baseline: 25 Aug 2020 - 11:47 * Package commits: - Target: 8d675e - Baseline: 71eb0b * 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 | |----------------------------------------------------------------|------------------------------|--------------| | `["coboundary", "full, no threshold"]` | 0.91 (5%) :white_check_mark: | 1.00 (1%) | | `["coboundary", "sparse, 75% full"]` | 1.07 (5%) :x: | 1.00 (1%) | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 13856 s 0 s 1861 s 31766 s 0 s #2 2294 MHz 28051 s 0 s 3302 s 16425 s 0 s Memory: 6.764873504638672 GB (2087.37109375 MB free) Uptime: 494.0 sec Load Avg: 1.06640625 0.95361328125 0.529296875 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 16670 s 0 s 1965 s 53433 s 0 s #2 2294 MHz 48253 s 0 s 4888 s 19259 s 0 s Memory: 6.764873504638672 GB (1926.40234375 MB free) Uptime: 742.0 sec Load Avg: 1.0 0.98681640625 0.65087890625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Target result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 25 Aug 2020 - 11:43 * Package commit: 8d675e * 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"]` | 5.276 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.498 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 193.828 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 966.436 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.358 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.374 s (5%) | 62.343 ms | 311.45 MiB (1%) | 4091823 | | `["image", "hubble"]` | 6.733 s (5%) | 269.575 ms | 1.75 GiB (1%) | 33976185 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.880 s (5%) | 96.623 ms | 1.07 GiB (1%) | 7849653 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 8.061 s (5%) | | 445.89 MiB (1%) | 4876422 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 7.683 s (5%) | 103.539 ms | 1.47 GiB (1%) | 11377356 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 3.228 s (5%) | 51.907 ms | 256.17 MiB (1%) | 3243174 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 10.740 s (5%) | | 466.16 MiB (1%) | 1138985 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 37.216 s (5%) | 35.416 ms | 1.55 GiB (1%) | 2445905 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 3.266 s (5%) | 37.474 ms | 594.87 MiB (1%) | 5233276 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 2.150 s (5%) | 60.132 ms | 336.17 MiB (1%) | 2819276 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 6.747 s (5%) | 112.591 ms | 1.18 GiB (1%) | 10985943 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 10.174 s (5%) | 134.496 ms | 1.36 GiB (1%) | 14865442 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 13856 s 0 s 1861 s 31766 s 0 s #2 2294 MHz 28051 s 0 s 3302 s 16425 s 0 s Memory: 6.764873504638672 GB (2087.37109375 MB free) Uptime: 494.0 sec Load Avg: 1.06640625 0.95361328125 0.529296875 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Baseline result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 25 Aug 2020 - 11:47 * Package commit: 71eb0b * 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"]` | 5.797 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.566 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 192.479 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 943.979 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.268 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.344 s (5%) | 59.681 ms | 311.45 MiB (1%) | 4091791 | | `["image", "hubble"]` | 6.533 s (5%) | 276.939 ms | 1.74 GiB (1%) | 33913291 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.789 s (5%) | 96.267 ms | 1.07 GiB (1%) | 7796737 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 8.018 s (5%) | | 443.02 MiB (1%) | 4821783 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 7.727 s (5%) | 99.229 ms | 1.47 GiB (1%) | 11359501 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 3.153 s (5%) | 49.354 ms | 256.17 MiB (1%) | 3243150 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 10.510 s (5%) | | 463.39 MiB (1%) | 1084896 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 35.893 s (5%) | 31.483 ms | 1.54 GiB (1%) | 2404593 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 3.291 s (5%) | 35.256 ms | 594.86 MiB (1%) | 5233254 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 2.183 s (5%) | 36.997 ms | 336.16 MiB (1%) | 2819254 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 6.672 s (5%) | 111.862 ms | 1.17 GiB (1%) | 10879298 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 10.134 s (5%) | 131.898 ms | 1.35 GiB (1%) | 14757103 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 16670 s 0 s 1965 s 53433 s 0 s #2 2294 MHz 48253 s 0 s 4888 s 19259 s 0 s Memory: 6.764873504638672 GB (1926.40234375 MB free) Uptime: 742.0 sec Load Avg: 1.0 0.98681640625 0.65087890625 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.684 BogoMIPS: 4589.36 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 |
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: 25 Aug 2020 - 23:19 - Baseline: 25 Aug 2020 - 23:23 * Package commits: - Target: 176c6b - Baseline: 71eb0b * 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 | |----------------------------------------------------------------|------------------------------|--------------| | `["coboundary", "sparse, 50% full"]` | 0.91 (5%) :white_check_mark: | 1.00 (1%) | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 10768 s 0 s 1682 s 29718 s 0 s #2 2095 MHz 26469 s 0 s 3204 s 12535 s 0 s Memory: 6.764881134033203 GB (1976.91796875 MB free) Uptime: 442.0 sec Load Avg: 1.25927734375 1.0947265625 0.609375 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 11111 s 0 s 1768 s 52309 s 0 s #2 2095 MHz 47656 s 0 s 4752 s 12856 s 0 s Memory: 6.764881134033203 GB (2085.45703125 MB free) Uptime: 674.0 sec Load Avg: 1.0166015625 1.056640625 0.7158203125 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: 25 Aug 2020 - 23:19 * Package commit: 176c6b * 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"]` | 5.089 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.472 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 175.335 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 813.854 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.248 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.192 s (5%) | 51.812 ms | 311.45 MiB (1%) | 4091823 | | `["image", "hubble"]` | 5.821 s (5%) | 240.619 ms | 1.75 GiB (1%) | 33976217 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.171 s (5%) | 83.978 ms | 1.07 GiB (1%) | 7849665 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 7.231 s (5%) | | 445.89 MiB (1%) | 4876417 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 6.899 s (5%) | 94.046 ms | 1.47 GiB (1%) | 11377353 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 2.835 s (5%) | 43.257 ms | 256.17 MiB (1%) | 3243174 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 9.601 s (5%) | | 466.16 MiB (1%) | 1138985 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 34.771 s (5%) | 26.844 ms | 1.55 GiB (1%) | 2445905 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 2.834 s (5%) | 31.848 ms | 594.87 MiB (1%) | 5233276 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 1.888 s (5%) | 32.373 ms | 336.17 MiB (1%) | 2819276 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 5.717 s (5%) | 97.805 ms | 1.18 GiB (1%) | 10985964 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 8.724 s (5%) | 114.370 ms | 1.36 GiB (1%) | 14865429 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 10768 s 0 s 1682 s 29718 s 0 s #2 2095 MHz 26469 s 0 s 3204 s 12535 s 0 s Memory: 6.764881134033203 GB (1976.91796875 MB free) Uptime: 442.0 sec Load Avg: 1.25927734375 1.0947265625 0.609375 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: 25 Aug 2020 - 23:23 * Package commit: 71eb0b * 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"]` | 5.115 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.524 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 181.479 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 896.396 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.234 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.236 s (5%) | 52.273 ms | 311.45 MiB (1%) | 4091791 | | `["image", "hubble"]` | 5.770 s (5%) | 244.927 ms | 1.74 GiB (1%) | 33913292 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.016 s (5%) | 82.222 ms | 1.07 GiB (1%) | 7796737 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 7.236 s (5%) | | 443.02 MiB (1%) | 4821783 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 6.790 s (5%) | 93.373 ms | 1.47 GiB (1%) | 11359543 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 2.847 s (5%) | 41.006 ms | 256.17 MiB (1%) | 3243150 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 9.934 s (5%) | | 463.39 MiB (1%) | 1084896 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 33.932 s (5%) | 24.226 ms | 1.54 GiB (1%) | 2404593 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 2.834 s (5%) | 27.851 ms | 594.86 MiB (1%) | 5233254 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 1.953 s (5%) | 49.619 ms | 336.16 MiB (1%) | 2819254 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 5.814 s (5%) | 95.738 ms | 1.18 GiB (1%) | 10879362 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 8.602 s (5%) | 110.543 ms | 1.35 GiB (1%) | 14757097 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 11111 s 0 s 1768 s 52309 s 0 s #2 2095 MHz 47656 s 0 s 4752 s 12856 s 0 s Memory: 6.764881134033203 GB (2085.45703125 MB free) Uptime: 674.0 sec Load Avg: 1.0166015625 1.056640625 0.7158203125 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 8171M CPU @ 2.60GHz Stepping: 4 CPU MHz: 2095.077 BogoMIPS: 4190.15 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 8171M CPU @ 2.60GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, 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, 44 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 |
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: 26 Aug 2020 - 00:55 - Baseline: 26 Aug 2020 - 00:59 * Package commits: - Target: 701f23 - Baseline: 71eb0b * 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 | |----------------------------------------------------------------|------------------------------|--------------| | `["coboundary", "sparse, 50% full"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 20817 s 0 s 2330 s 21262 s 0 s #2 2095 MHz 18445 s 0 s 2723 s 23492 s 0 s Memory: 6.764881134033203 GB (1922.42578125 MB free) Uptime: 464.0 sec Load Avg: 1.0703125 0.88623046875 0.4638671875 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 24936 s 0 s 2498 s 41267 s 0 s #2 2095 MHz 37021 s 0 s 4257 s 27670 s 0 s Memory: 6.764881134033203 GB (1972.41015625 MB free) Uptime: 708.0 sec Load Avg: 1.03173828125 0.9892578125 0.61181640625 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: 26 Aug 2020 - 0:55 * Package commit: 701f23 * 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"]` | 5.451 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.859 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 197.908 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 857.964 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.301 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.333 s (5%) | 52.181 ms | 311.45 MiB (1%) | 4091823 | | `["image", "hubble"]` | 6.003 s (5%) | 251.869 ms | 1.75 GiB (1%) | 33976184 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.377 s (5%) | 86.683 ms | 1.07 GiB (1%) | 7849652 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 7.585 s (5%) | | 445.89 MiB (1%) | 4876420 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 7.111 s (5%) | 92.053 ms | 1.47 GiB (1%) | 11377353 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 3.012 s (5%) | 43.438 ms | 256.17 MiB (1%) | 3243174 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 10.315 s (5%) | | 466.16 MiB (1%) | 1138985 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 36.508 s (5%) | 27.252 ms | 1.55 GiB (1%) | 2445904 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 2.990 s (5%) | 31.375 ms | 594.87 MiB (1%) | 5233276 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 2.056 s (5%) | 31.165 ms | 336.17 MiB (1%) | 2819276 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 6.082 s (5%) | 98.255 ms | 1.18 GiB (1%) | 10985916 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 9.195 s (5%) | 114.841 ms | 1.36 GiB (1%) | 14865406 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 20817 s 0 s 2330 s 21262 s 0 s #2 2095 MHz 18445 s 0 s 2723 s 23492 s 0 s Memory: 6.764881134033203 GB (1922.42578125 MB free) Uptime: 464.0 sec Load Avg: 1.0703125 0.88623046875 0.4638671875 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: 26 Aug 2020 - 0:59 * Package commit: 71eb0b * 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"]` | 5.500 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.814 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 198.298 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 956.654 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.315 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.351 s (5%) | 53.040 ms | 311.45 MiB (1%) | 4091791 | | `["image", "hubble"]` | 6.068 s (5%) | 262.973 ms | 1.74 GiB (1%) | 33913305 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.334 s (5%) | 84.272 ms | 1.07 GiB (1%) | 7796737 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 7.776 s (5%) | | 443.02 MiB (1%) | 4821783 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 7.135 s (5%) | 92.284 ms | 1.47 GiB (1%) | 11359494 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 3.009 s (5%) | 42.626 ms | 256.17 MiB (1%) | 3243150 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 10.471 s (5%) | | 463.39 MiB (1%) | 1084896 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 35.716 s (5%) | 24.611 ms | 1.54 GiB (1%) | 2404567 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 2.978 s (5%) | 30.500 ms | 594.86 MiB (1%) | 5233254 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 2.026 s (5%) | 32.246 ms | 336.16 MiB (1%) | 2819254 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 6.056 s (5%) | 99.448 ms | 1.17 GiB (1%) | 10879365 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 9.163 s (5%) | 115.777 ms | 1.35 GiB (1%) | 14757128 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 24936 s 0 s 2498 s 41267 s 0 s #2 2095 MHz 37021 s 0 s 4257 s 27670 s 0 s Memory: 6.764881134033203 GB (1972.41015625 MB free) Uptime: 708.0 sec Load Avg: 1.03173828125 0.9892578125 0.61181640625 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 8171M CPU @ 2.60GHz Stepping: 4 CPU MHz: 2095.078 BogoMIPS: 4190.15 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 8171M CPU @ 2.60GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, 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, 44 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 |
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: 26 Aug 2020 - 01:08 - Baseline: 26 Aug 2020 - 01:12 * Package commits: - Target: bf6a21 - Baseline: 71eb0b * 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 | |----------------------------------------------------------------|------------------------------|--------------| | `["coboundary", "full, no threshold"]` | 1.05 (5%) :x: | 1.00 (1%) | | `["coboundary", "sparse, 25% full"]` | 1.10 (5%) :x: | 1.00 (1%) | | `["image", "bonsai"]` | 0.87 (5%) :white_check_mark: | 1.00 (1%) | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 0.92 (5%) :white_check_mark: | 1.00 (1%) | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 0.95 (5%) :white_check_mark: | 1.00 (1%) | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 28790 s 0 s 3000 s 10687 s 0 s #2 2294 MHz 9163 s 0 s 2051 s 31171 s 0 s Memory: 6.7913818359375 GB (2015.81640625 MB free) Uptime: 445.0 sec Load Avg: 1.0 0.92236328125 0.5068359375 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 48093 s 0 s 4578 s 12624 s 0 s #2 2294 MHz 11214 s 0 s 2143 s 51802 s 0 s Memory: 6.7913818359375 GB (1933.21484375 MB free) Uptime: 673.0 sec Load Avg: 1.0 0.97216796875 0.6259765625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Target result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 26 Aug 2020 - 1:8 * Package commit: bf6a21 * 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"]` | 5.517 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.221 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 169.858 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 861.043 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.090 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 1.994 s (5%) | 56.290 ms | 311.45 MiB (1%) | 4091823 | | `["image", "hubble"]` | 5.982 s (5%) | 240.054 ms | 1.75 GiB (1%) | 33976183 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.034 s (5%) | 93.795 ms | 1.07 GiB (1%) | 7849653 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 6.680 s (5%) | | 445.89 MiB (1%) | 4876418 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 6.825 s (5%) | 103.040 ms | 1.47 GiB (1%) | 11377354 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 2.634 s (5%) | 43.722 ms | 256.17 MiB (1%) | 3243174 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 9.121 s (5%) | | 466.97 MiB (1%) | 1138984 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 32.917 s (5%) | 32.719 ms | 1.55 GiB (1%) | 2445907 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 2.856 s (5%) | 32.123 ms | 594.87 MiB (1%) | 5233276 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 1.903 s (5%) | 31.021 ms | 336.17 MiB (1%) | 2819276 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 6.035 s (5%) | 103.303 ms | 1.18 GiB (1%) | 10985935 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 8.837 s (5%) | 125.378 ms | 1.36 GiB (1%) | 14865403 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 28790 s 0 s 3000 s 10687 s 0 s #2 2294 MHz 9163 s 0 s 2051 s 31171 s 0 s Memory: 6.7913818359375 GB (2015.81640625 MB free) Uptime: 445.0 sec Load Avg: 1.0 0.92236328125 0.5068359375 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Baseline result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 26 Aug 2020 - 1:12 * Package commit: 71eb0b * 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"]` | 5.231 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.194 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 155.080 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 825.299 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.086 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.289 s (5%) | 59.164 ms | 311.45 MiB (1%) | 4091791 | | `["image", "hubble"]` | 5.851 s (5%) | 257.232 ms | 1.74 GiB (1%) | 33913289 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.443 s (5%) | 92.310 ms | 1.07 GiB (1%) | 7796737 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 6.573 s (5%) | | 443.02 MiB (1%) | 4821783 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 6.708 s (5%) | 92.123 ms | 1.47 GiB (1%) | 11359495 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 2.778 s (5%) | 46.652 ms | 256.17 MiB (1%) | 3243150 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 8.975 s (5%) | | 464.20 MiB (1%) | 1084896 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 33.424 s (5%) | 30.974 ms | 1.55 GiB (1%) | 2404594 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 2.977 s (5%) | 43.689 ms | 594.86 MiB (1%) | 5233254 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 1.862 s (5%) | 33.063 ms | 336.16 MiB (1%) | 2819254 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 5.864 s (5%) | 105.085 ms | 1.17 GiB (1%) | 10879310 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 8.840 s (5%) | 122.799 ms | 1.35 GiB (1%) | 14757079 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 48093 s 0 s 4578 s 12624 s 0 s #2 2294 MHz 11214 s 0 s 2143 s 51802 s 0 s Memory: 6.7913818359375 GB (1933.21484375 MB free) Uptime: 673.0 sec Load Avg: 1.0 0.97216796875 0.6259765625 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.686 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, 46 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 |
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: 26 Aug 2020 - 01:24 - Baseline: 26 Aug 2020 - 01:28 * Package commits: - Target: 0d6158 - Baseline: 71eb0b * 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 | |----------------------------------------------------------------|---------------|--------------| | `["coboundary", "full, threshold=1"]` | 1.06 (5%) :x: | 1.00 (1%) | | `["coboundary", "sparse, 50% full"]` | 1.05 (5%) :x: | 1.00 (1%) | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 10968 s 0 s 2097 s 32148 s 0 s #2 2294 MHz 28228 s 0 s 3159 s 13773 s 0 s Memory: 6.7913818359375 GB (1862.79296875 MB free) Uptime: 470.0 sec Load Avg: 1.02978515625 1.01708984375 0.57666015625 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 15323 s 0 s 2850 s 50290 s 0 s #2 2294 MHz 45664 s 0 s 4069 s 18799 s 0 s Memory: 6.7913818359375 GB (1965.40625 MB free) Uptime: 704.0 sec Load Avg: 1.02978515625 1.01123046875 0.68603515625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Target result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 26 Aug 2020 - 1:24 * Package commit: 0d6158 * 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"]` | 5.076 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.433 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 179.429 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 953.118 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.261 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.198 s (5%) | 59.145 ms | 311.45 MiB (1%) | 4091823 | | `["image", "hubble"]` | 6.205 s (5%) | 272.787 ms | 1.75 GiB (1%) | 33976189 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.510 s (5%) | 103.333 ms | 1.07 GiB (1%) | 7849652 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 7.164 s (5%) | | 445.89 MiB (1%) | 4876420 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 7.259 s (5%) | 98.048 ms | 1.47 GiB (1%) | 11377352 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 3.007 s (5%) | 49.885 ms | 256.17 MiB (1%) | 3243174 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 9.676 s (5%) | | 466.97 MiB (1%) | 1138984 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 34.819 s (5%) | 34.505 ms | 1.55 GiB (1%) | 2445917 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 3.015 s (5%) | 34.717 ms | 594.87 MiB (1%) | 5233276 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 1.975 s (5%) | 57.975 ms | 336.17 MiB (1%) | 2819276 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 6.182 s (5%) | 108.462 ms | 1.18 GiB (1%) | 10985943 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 9.371 s (5%) | 130.280 ms | 1.36 GiB (1%) | 14865393 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 10968 s 0 s 2097 s 32148 s 0 s #2 2294 MHz 28228 s 0 s 3159 s 13773 s 0 s Memory: 6.7913818359375 GB (1862.79296875 MB free) Uptime: 470.0 sec Load Avg: 1.02978515625 1.01708984375 0.57666015625 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, broadwell) ``` --- # Baseline result # Benchmark Report for */home/runner/work/Ripserer.jl/Ripserer.jl* ## Job Properties * Time of benchmark: 26 Aug 2020 - 1:28 * Package commit: 71eb0b * 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"]` | 5.023 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.233 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 178.111 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 907.687 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.266 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.161 s (5%) | 57.703 ms | 311.45 MiB (1%) | 4091791 | | `["image", "hubble"]` | 6.140 s (5%) | 264.630 ms | 1.74 GiB (1%) | 33913303 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.475 s (5%) | 91.545 ms | 1.07 GiB (1%) | 7796736 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 7.163 s (5%) | | 443.02 MiB (1%) | 4821783 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 7.279 s (5%) | 96.191 ms | 1.47 GiB (1%) | 11359493 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 2.889 s (5%) | 47.009 ms | 256.17 MiB (1%) | 3243150 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 9.906 s (5%) | | 464.20 MiB (1%) | 1084896 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 34.184 s (5%) | 31.014 ms | 1.55 GiB (1%) | 2404595 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 3.004 s (5%) | 34.904 ms | 594.86 MiB (1%) | 5233254 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 1.962 s (5%) | 35.596 ms | 336.16 MiB (1%) | 2819254 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 6.249 s (5%) | 107.751 ms | 1.17 GiB (1%) | 10879318 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 9.494 s (5%) | 131.125 ms | 1.35 GiB (1%) | 14757078 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 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 15323 s 0 s 2850 s 50290 s 0 s #2 2294 MHz 45664 s 0 s 4069 s 18799 s 0 s Memory: 6.7913818359375 GB (1965.40625 MB free) Uptime: 704.0 sec Load Avg: 1.02978515625 1.01123046875 0.68603515625 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.686 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, 46 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 |
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: 26 Aug 2020 - 04:41 - Baseline: 26 Aug 2020 - 04:45 * Package commits: - Target: d9a582 - Baseline: 71eb0b * 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 | |----------------------------------------------------------------|------------|--------------| ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 20613 s 0 s 2443 s 20342 s 0 s #2 2095 MHz 17897 s 0 s 2764 s 23025 s 0 s Memory: 6.764881134033203 GB (1938.91015625 MB free) Uptime: 455.0 sec Load Avg: 1.02099609375 0.90234375 0.48095703125 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 29025 s 0 s 3282 s 34790 s 0 s #2 2095 MHz 31680 s 0 s 3571 s 32193 s 0 s Memory: 6.764881134033203 GB (1902.45703125 MB free) Uptime: 694.0 sec Load Avg: 1.0185546875 1.0 0.63330078125 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: 26 Aug 2020 - 4:41 * Package commit: d9a582 * 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"]` | 5.270 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.778 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 186.308 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 845.507 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.277 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.323 s (5%) | 50.731 ms | 311.45 MiB (1%) | 4091823 | | `["image", "hubble"]` | 5.909 s (5%) | 249.203 ms | 1.75 GiB (1%) | 33976188 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.199 s (5%) | 84.207 ms | 1.07 GiB (1%) | 7849648 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 7.480 s (5%) | | 445.89 MiB (1%) | 4876422 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 7.015 s (5%) | 88.045 ms | 1.47 GiB (1%) | 11377355 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 2.969 s (5%) | 45.403 ms | 256.17 MiB (1%) | 3243174 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 10.156 s (5%) | | 466.16 MiB (1%) | 1138984 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 36.173 s (5%) | 25.761 ms | 1.55 GiB (1%) | 2445915 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 2.946 s (5%) | 30.631 ms | 594.87 MiB (1%) | 5233276 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 1.983 s (5%) | 30.565 ms | 336.17 MiB (1%) | 2819276 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 5.874 s (5%) | 95.692 ms | 1.18 GiB (1%) | 10985928 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 8.961 s (5%) | 113.203 ms | 1.36 GiB (1%) | 14865416 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 20613 s 0 s 2443 s 20342 s 0 s #2 2095 MHz 17897 s 0 s 2764 s 23025 s 0 s Memory: 6.764881134033203 GB (1938.91015625 MB free) Uptime: 455.0 sec Load Avg: 1.02099609375 0.90234375 0.48095703125 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: 26 Aug 2020 - 4:45 * Package commit: 71eb0b * 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"]` | 5.345 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.779 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 188.430 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 812.209 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.265 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.366 s (5%) | 51.709 ms | 311.45 MiB (1%) | 4091791 | | `["image", "hubble"]` | 5.927 s (5%) | 249.298 ms | 1.74 GiB (1%) | 33913293 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.285 s (5%) | 82.023 ms | 1.07 GiB (1%) | 7796736 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 7.415 s (5%) | | 443.02 MiB (1%) | 4821783 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 7.017 s (5%) | 89.484 ms | 1.47 GiB (1%) | 11359487 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 2.927 s (5%) | 41.286 ms | 256.17 MiB (1%) | 3243150 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 10.156 s (5%) | | 463.39 MiB (1%) | 1084896 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 34.810 s (5%) | 24.129 ms | 1.54 GiB (1%) | 2404584 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 2.921 s (5%) | 29.746 ms | 594.86 MiB (1%) | 5233254 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 2.018 s (5%) | 30.666 ms | 336.16 MiB (1%) | 2819254 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 5.863 s (5%) | 104.252 ms | 1.17 GiB (1%) | 10879305 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 8.952 s (5%) | 112.493 ms | 1.36 GiB (1%) | 14757177 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 29025 s 0 s 3282 s 34790 s 0 s #2 2095 MHz 31680 s 0 s 3571 s 32193 s 0 s Memory: 6.764881134033203 GB (1902.45703125 MB free) Uptime: 694.0 sec Load Avg: 1.0185546875 1.0 0.63330078125 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 8171M CPU @ 2.60GHz Stepping: 4 CPU MHz: 2095.076 BogoMIPS: 4190.15 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 8171M CPU @ 2.60GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, 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, 44 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 |
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: 26 Aug 2020 - 04:59 - Baseline: 26 Aug 2020 - 05:03 * Package commits: - Target: 2c9b50 - Baseline: 71eb0b * 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=7, threshold=nothing"]` | 1.06 (5%) :x: | 1.00 (1%) | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 0.90 (5%) :white_check_mark: | 1.00 (1%) | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 29844 s 0 s 3153 s 11483 s 0 s #2 2095 MHz 9455 s 0 s 2008 s 32929 s 0 s Memory: 6.764881134033203 GB (2020.34375 MB free) Uptime: 465.0 sec Load Avg: 1.01806640625 0.935546875 0.517578125 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 41752 s 0 s 3482 s 23711 s 0 s #2 2095 MHz 20437 s 0 s 3306 s 45106 s 0 s Memory: 6.764881134033203 GB (1995.203125 MB free) Uptime: 710.0 sec Load Avg: 1.00341796875 0.986328125 0.6455078125 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: 26 Aug 2020 - 4:59 * Package commit: 2c9b50 * 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"]` | 5.482 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.889 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 201.753 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 970.504 ms (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.325 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.436 s (5%) | 52.412 ms | 311.45 MiB (1%) | 4091823 | | `["image", "hubble"]` | 6.157 s (5%) | 249.691 ms | 1.75 GiB (1%) | 33976197 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.435 s (5%) | 85.360 ms | 1.07 GiB (1%) | 7849666 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 7.888 s (5%) | | 445.89 MiB (1%) | 4876417 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 7.379 s (5%) | 99.146 ms | 1.47 GiB (1%) | 11377354 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 3.058 s (5%) | 42.425 ms | 256.17 MiB (1%) | 3243174 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 10.229 s (5%) | | 466.16 MiB (1%) | 1138984 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 37.126 s (5%) | 28.600 ms | 1.55 GiB (1%) | 2445904 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 2.846 s (5%) | 30.476 ms | 594.87 MiB (1%) | 5233276 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 2.008 s (5%) | 31.777 ms | 336.17 MiB (1%) | 2819276 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 5.978 s (5%) | 97.831 ms | 1.18 GiB (1%) | 10985994 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 9.214 s (5%) | 116.813 ms | 1.36 GiB (1%) | 14865400 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 29844 s 0 s 3153 s 11483 s 0 s #2 2095 MHz 9455 s 0 s 2008 s 32929 s 0 s Memory: 6.764881134033203 GB (2020.34375 MB free) Uptime: 465.0 sec Load Avg: 1.01806640625 0.935546875 0.517578125 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: 26 Aug 2020 - 5:3 * Package commit: 71eb0b * 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"]` | 5.608 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "full, threshold=1"]` | 3.867 s (5%) | | 3.05 MiB (1%) | 50000 | | `["coboundary", "sparse, 25% full"]` | 198.813 ms (5%) | | 4.27 MiB (1%) | 40000 | | `["coboundary", "sparse, 50% full"]` | 1.002 s (5%) | | 2.14 MiB (1%) | 20000 | | `["coboundary", "sparse, 75% full"]` | 1.343 s (5%) | | 1.07 MiB (1%) | 10000 | | `["image", "bonsai"]` | 2.404 s (5%) | 53.048 ms | 311.45 MiB (1%) | 4091791 | | `["image", "hubble"]` | 6.206 s (5%) | 264.419 ms | 1.74 GiB (1%) | 33913290 | | `["sparse", "20 tori with 100 points, dim_max=2, modulus=3"]` | 5.412 s (5%) | 88.924 ms | 1.07 GiB (1%) | 7796737 | | `["sparse", "20 tori with 300 points, dim_max=1, modulus=3"]` | 7.811 s (5%) | | 443.02 MiB (1%) | 4821783 | | `["sparse", "20 tori with 50 points, dim_max=3, modulus=2"]` | 7.391 s (5%) | 99.322 ms | 1.47 GiB (1%) | 11359540 | | `["sparse", "30 tori with 200 points, dim_max=1, modulus=2"]` | 3.140 s (5%) | 51.164 ms | 256.17 MiB (1%) | 3243150 | | `["torus", "n=1024, dim_max=1, modulus=2, threshold=1"]` | 10.640 s (5%) | | 463.39 MiB (1%) | 1084896 | | `["torus", "n=1024, dim_max=1, modulus=7, threshold=nothing"]` | 35.103 s (5%) | 24.580 ms | 1.54 GiB (1%) | 2404589 | | `["torus", "n=256, dim_max=2, modulus=2, threshold=nothing"]` | 3.157 s (5%) | 32.650 ms | 594.86 MiB (1%) | 5233254 | | `["torus", "n=256, dim_max=2, modulus=7, threshold=1"]` | 2.032 s (5%) | 32.508 ms | 336.16 MiB (1%) | 2819254 | | `["torus", "n=64, dim_max=4, modulus=2, threshold=nothing"]` | 6.050 s (5%) | 100.570 ms | 1.18 GiB (1%) | 10879362 | | `["torus", "n=81, dim_max=4, modulus=3, threshold=1"]` | 9.027 s (5%) | 111.998 ms | 1.35 GiB (1%) | 14757077 | ## 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.5 LTS uname: Linux 5.3.0-1034-azure #35~18.04.1-Ubuntu SMP Mon Jul 13 12:54:45 UTC 2020 x86_64 x86_64 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: speed user nice sys idle irq #1 2095 MHz 41752 s 0 s 3482 s 23711 s 0 s #2 2095 MHz 20437 s 0 s 3306 s 45106 s 0 s Memory: 6.764881134033203 GB (1995.203125 MB free) Uptime: 710.0 sec Load Avg: 1.00341796875 0.986328125 0.6455078125 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 8171M CPU @ 2.60GHz Stepping: 4 CPU MHz: 2095.245 BogoMIPS: 4190.49 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 8171M CPU @ 2.60GHz | | Vendor | :Intel | | Architecture | :Skylake | | Model | Family: 0x06, Model: 0x55, Stepping: 0x04, 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, 44 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 |