Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change semantic version #120

Merged
merged 1 commit into from
May 10, 2023
Merged

Breaking change semantic version #120

merged 1 commit into from
May 10, 2023

Conversation

PyDataBlog
Copy link
Owner

No description provided.

@PyDataBlog PyDataBlog requested a review from Arkoniak May 9, 2023 22:22
@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2023

Benchmark result

Judge result

Benchmark Report for /home/runner/work/ParallelKMeans.jl/ParallelKMeans.jl

Job Properties

  • Time of benchmarks:
    • Target: 9 May 2023 - 22:26
    • Baseline: 9 May 2023 - 22:27
  • Package commits:
    • Target: 1232ea
    • Baseline: 2f7e0a
  • Julia commits:
    • Target: 3b76b2
    • Baseline: 3b76b2
  • 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 ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["distance", "100kx10"] 0.90 (5%) ✅ 1.00 (1%)
["distance", "100kx3"] 0.73 (5%) ✅ 1.00 (1%)
["kmeans", "10x100_000x10x2 Lloyd"] 0.95 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["distance"]
  • ["kmeans"]

Julia versioninfo

Target

Julia Version 1.6.7
Commit 3b76b25b64 (2022-07-19 15:11 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 22.04.2 LTS
  uname: Linux 5.15.0-1036-azure #43-Ubuntu SMP Wed Mar 29 16:11:05 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
              speed         user         nice          sys         idle          irq
       #1  2397 MHz       1963 s          0 s        137 s        585 s          0 s
       #2  2397 MHz        680 s          0 s        198 s       1788 s          0 s
       
  Memory: 6.781208038330078 GB (3709.05078125 MB free)
  Uptime: 273.69 sec
  Load Avg:  1.05  0.79  0.37
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, haswell)

Baseline

Julia Version 1.6.7
Commit 3b76b25b64 (2022-07-19 15:11 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 22.04.2 LTS
  uname: Linux 5.15.0-1036-azure #43-Ubuntu SMP Wed Mar 29 16:11:05 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
              speed         user         nice          sys         idle          irq
       #1  2397 MHz       2751 s          0 s        142 s        594 s          0 s
       #2  2397 MHz        696 s          0 s        203 s       2567 s          0 s
       
  Memory: 6.781208038330078 GB (3680.82421875 MB free)
  Uptime: 353.95 sec
  Load Avg:  1.01  0.85  0.42
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, haswell)

Target result

Benchmark Report for /home/runner/work/ParallelKMeans.jl/ParallelKMeans.jl

Job Properties

  • Time of benchmark: 9 May 2023 - 22:26
  • Package commit: 1232ea
  • Julia commit: 3b76b2
  • 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
["distance", "100kx10"] 725.032 μs (5%)
["distance", "100kx3"] 258.711 μs (5%)
["kmeans", "10x100_000x10x1 Lloyd"] 1.839 s (5%) 785.55 KiB (1%) 18
["kmeans", "10x100_000x10x1 Hammerly"] 696.676 ms (5%) 2.29 MiB (1%) 21
["kmeans", "10x100_000x10x2 Lloyd"] 1.847 s (5%) 929.20 KiB (1%) 1569
["kmeans", "10x100_000x10x2 Hammerly"] 698.896 ms (5%) 2.59 MiB (1%) 2904
["kmeans", "10x100_000x3x1 Lloyd"] 176.316 ms (5%) 783.72 KiB (1%) 18
["kmeans", "10x100_000x3x1 Hammerly"] 208.124 ms (5%) 2.29 MiB (1%) 21
["kmeans", "10x100_000x3x2 Lloyd"] 177.793 ms (5%) 819.08 KiB (1%) 399
["kmeans", "10x100_000x3x2 Hammerly"] 210.535 ms (5%) 2.41 MiB (1%) 1224

Benchmark Group List

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

  • ["distance"]
  • ["kmeans"]

Julia versioninfo

Julia Version 1.6.7
Commit 3b76b25b64 (2022-07-19 15:11 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 22.04.2 LTS
  uname: Linux 5.15.0-1036-azure #43-Ubuntu SMP Wed Mar 29 16:11:05 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
              speed         user         nice          sys         idle          irq
       #1  2397 MHz       1963 s          0 s        137 s        585 s          0 s
       #2  2397 MHz        680 s          0 s        198 s       1788 s          0 s
       
  Memory: 6.781208038330078 GB (3709.05078125 MB free)
  Uptime: 273.69 sec
  Load Avg:  1.05  0.79  0.37
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, haswell)

Baseline result

Benchmark Report for /home/runner/work/ParallelKMeans.jl/ParallelKMeans.jl

Job Properties

  • Time of benchmark: 9 May 2023 - 22:27
  • Package commit: 2f7e0a
  • Julia commit: 3b76b2
  • 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
["distance", "100kx10"] 807.735 μs (5%)
["distance", "100kx3"] 355.715 μs (5%)
["kmeans", "10x100_000x10x1 Lloyd"] 1.872 s (5%) 785.55 KiB (1%) 18
["kmeans", "10x100_000x10x1 Hammerly"] 708.778 ms (5%) 2.29 MiB (1%) 21
["kmeans", "10x100_000x10x2 Lloyd"] 1.947 s (5%) 929.20 KiB (1%) 1569
["kmeans", "10x100_000x10x2 Hammerly"] 693.380 ms (5%) 2.59 MiB (1%) 2904
["kmeans", "10x100_000x3x1 Lloyd"] 179.964 ms (5%) 783.72 KiB (1%) 18
["kmeans", "10x100_000x3x1 Hammerly"] 210.962 ms (5%) 2.29 MiB (1%) 21
["kmeans", "10x100_000x3x2 Lloyd"] 182.301 ms (5%) 819.08 KiB (1%) 399
["kmeans", "10x100_000x3x2 Hammerly"] 215.332 ms (5%) 2.41 MiB (1%) 1224

Benchmark Group List

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

  • ["distance"]
  • ["kmeans"]

Julia versioninfo

Julia Version 1.6.7
Commit 3b76b25b64 (2022-07-19 15:11 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
      Ubuntu 22.04.2 LTS
  uname: Linux 5.15.0-1036-azure #43-Ubuntu SMP Wed Mar 29 16:11:05 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz: 
              speed         user         nice          sys         idle          irq
       #1  2397 MHz       2751 s          0 s        142 s        594 s          0 s
       #2  2397 MHz        696 s          0 s        203 s       2567 s          0 s
       
  Memory: 6.781208038330078 GB (3680.82421875 MB free)
  Uptime: 353.95 sec
  Load Avg:  1.01  0.85  0.42
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, haswell)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() openblas64
Sys.CPU_THREADS 2

lscpu output:

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Address sizes:                   46 bits physical, 48 bits virtual
Byte Order:                      Little Endian
CPU(s):                          2
On-line CPU(s) list:             0,1
Vendor ID:                       GenuineIntel
Model name:                      Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz
CPU family:                      6
Model:                           63
Thread(s) per core:              1
Core(s) per socket:              2
Socket(s):                       1
Stepping:                        2
BogoMIPS:                        4794.44
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase bmi1 avx2 smep bmi2 erms invpcid xsaveopt md_clear
Hypervisor vendor:               Microsoft
Virtualization type:             full
L1d cache:                       64 KiB (2 instances)
L1i cache:                       64 KiB (2 instances)
L2 cache:                        512 KiB (2 instances)
L3 cache:                        30 MiB (1 instance)
NUMA node(s):                    1
NUMA node0 CPU(s):               0,1
Vulnerability Itlb multihit:     KVM: Mitigation: VMX unsupported
Vulnerability L1tf:              Mitigation; PTE Inversion
Vulnerability Mds:               Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Mmio stale data:   Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed:          Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Not affected
Cpu Property Value
Brand Intel(R) Xeon(R) CPU E5-2673 v3 @ 2.40GHz
Vendor :Intel
Architecture :Haswell
Model Family: 0x06, Model: 0x3f, Stepping: 0x02, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 256, 30720) kbytes
64 byte cache line size
Address Size 48 bits virtual, 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

@Arkoniak Arkoniak merged commit 500f7a6 into master May 10, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants