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

CompatHelper: add new compat entry for TruncatedStacktraces at version 1 for package test, (keep existing compat) #320

Merged

Conversation

github-actions[bot]
Copy link
Contributor

This pull request sets the compat entry for the TruncatedStacktraces package to 1 for package test.
This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.
Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass.

CompatHelper Julia and others added 2 commits October 18, 2023 14:07
@prbzrg prbzrg merged commit 916382e into main Oct 18, 2023
@prbzrg prbzrg deleted the compathelper/new_version/2023-10-18-14-07-53-829-01370989489 branch October 18, 2023 15:15
@github-actions
Copy link
Contributor Author

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
    • Target: 18 Oct 2023 - 16:39
    • Baseline: 18 Oct 2023 - 16:48
  • Package commits:
    • Target: 56bcfa
    • Baseline: e28b96
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • 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
["main", "inplace", "AD-1-order", "test"] 0.78 (5%) ✅ 0.81 (1%) ✅
["main", "inplace", "AD-1-order", "train"] 0.85 (5%) ✅ 0.91 (1%) ✅
["main", "inplace", "direct", "test"] 0.78 (5%) ✅ 0.78 (1%) ✅
["main", "inplace", "direct", "train"] 0.89 (5%) ✅ 0.90 (1%) ✅
["main", "no_inplace", "AD-1-order", "test"] 0.78 (5%) ✅ 0.76 (1%) ✅
["main", "no_inplace", "AD-1-order", "train"] 0.86 (5%) ✅ 0.83 (1%) ✅
["main", "no_inplace", "direct", "test"] 0.75 (5%) ✅ 0.73 (1%) ✅
["main", "no_inplace", "direct", "train"] 0.86 (5%) ✅ 0.83 (1%) ✅

Benchmark Group List

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

  • ["main", "inplace", "AD-1-order"]
  • ["main", "inplace", "direct"]
  • ["main", "no_inplace", "AD-1-order"]
  • ["main", "no_inplace", "direct"]

Julia versioninfo

Target

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.3 LTS
  uname: Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep  7 14:07:14 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz      11327 s          0 s        400 s       4212 s          0 s
       #2  2793 MHz       6862 s          0 s        495 s       8552 s          0 s
  Memory: 6.759757995605469 GB (4234.54296875 MB free)
  Uptime: 1601.53 sec
  Load Avg:  1.09  1.12  1.12
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.3 LTS
  uname: Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep  7 14:07:14 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz      16531 s          0 s        438 s       4424 s          0 s
       #2  2793 MHz       7094 s          0 s        579 s      13671 s          0 s
  Memory: 6.759757995605469 GB (4267.90625 MB free)
  Uptime: 2147.08 sec
  Load Avg:  1.04  1.05  1.07
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 18 Oct 2023 - 16:39
  • Package commit: 56bcfa
  • Julia commit: bed2cd
  • 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
["main", "inplace", "AD-1-order", "test"] 3.918 s (5%) 156.587 ms 1.73 GiB (1%) 467799
["main", "inplace", "AD-1-order", "train"] 1.358 s (5%) 61.596 ms 688.30 MiB (1%) 265493
["main", "inplace", "direct", "test"] 1.890 ms (5%) 2.80 MiB (1%) 7858
["main", "inplace", "direct", "train"] 980.019 μs (5%) 1020.52 KiB (1%) 3808
["main", "no_inplace", "AD-1-order", "test"] 3.806 s (5%) 195.246 ms 2.11 GiB (1%) 493641
["main", "no_inplace", "AD-1-order", "train"] 1.278 s (5%) 118.052 ms 1.31 GiB (1%) 317083
["main", "no_inplace", "direct", "test"] 2.108 ms (5%) 3.44 MiB (1%) 8122
["main", "no_inplace", "direct", "train"] 1.241 ms (5%) 1.86 MiB (1%) 4096

Benchmark Group List

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

  • ["main", "inplace", "AD-1-order"]
  • ["main", "inplace", "direct"]
  • ["main", "no_inplace", "AD-1-order"]
  • ["main", "no_inplace", "direct"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.3 LTS
  uname: Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep  7 14:07:14 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz      11327 s          0 s        400 s       4212 s          0 s
       #2  2793 MHz       6862 s          0 s        495 s       8552 s          0 s
  Memory: 6.759757995605469 GB (4234.54296875 MB free)
  Uptime: 1601.53 sec
  Load Avg:  1.09  1.12  1.12
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 18 Oct 2023 - 16:48
  • Package commit: e28b96
  • Julia commit: bed2cd
  • 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
["main", "inplace", "AD-1-order", "test"] 5.006 s (5%) 209.461 ms 2.15 GiB (1%) 584529
["main", "inplace", "AD-1-order", "train"] 1.605 s (5%) 71.360 ms 754.34 MiB (1%) 297457
["main", "inplace", "direct", "test"] 2.427 ms (5%) 3.57 MiB (1%) 10138
["main", "inplace", "direct", "train"] 1.104 ms (5%) 1.10 MiB (1%) 4308
["main", "no_inplace", "AD-1-order", "test"] 4.860 s (5%) 268.544 ms 2.78 GiB (1%) 627348
["main", "no_inplace", "AD-1-order", "train"] 1.494 s (5%) 151.137 ms 1.59 GiB (1%) 363769
["main", "no_inplace", "direct", "test"] 2.807 ms (5%) 4.71 MiB (1%) 10594
["main", "no_inplace", "direct", "train"] 1.447 ms (5%) 2.23 MiB (1%) 4680

Benchmark Group List

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

  • ["main", "inplace", "AD-1-order"]
  • ["main", "inplace", "direct"]
  • ["main", "no_inplace", "AD-1-order"]
  • ["main", "no_inplace", "direct"]

Julia versioninfo

Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.3 LTS
  uname: Linux 6.2.0-1012-azure #12~22.04.1-Ubuntu SMP Thu Sep  7 14:07:14 UTC 2023 x86_64 x86_64
  CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
              speed         user         nice          sys         idle          irq
       #1  2793 MHz      16531 s          0 s        438 s       4424 s          0 s
       #2  2793 MHz       7094 s          0 s        579 s      13671 s          0 s
  Memory: 6.759757995605469 GB (4267.90625 MB free)
  Uptime: 2147.08 sec
  Load Avg:  1.04  1.05  1.07
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, icelake-server)
  Threads: 1 on 2 virtual cores

Runtime information

Runtime Info
BLAS #threads 1
BLAS.vendor() lbt
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) Platinum 8370C CPU @ 2.80GHz
CPU family:                         6
Model:                              106
Thread(s) per core:                 1
Core(s) per socket:                 2
Socket(s):                          1
Stepping:                           6
BogoMIPS:                           5586.97
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 avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          96 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           2.5 MiB (2 instances)
L3 cache:                           48 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0,1
Vulnerability Gather data sampling: Unknown: Dependent on hypervisor status
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:      Mitigation; Clear CPU buffers; SMT Host state unknown
Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, 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 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

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.

1 participant