JuliaStats / MixedModels.jl

A Julia package for fitting (statistical) mixed-effects models
http://juliastats.org/MixedModels.jl/stable
MIT License
405 stars 48 forks source link

an assortment of CI bumps #752

Closed palday closed 7 months ago

palday commented 7 months ago

originally started on this to see if it fixed the nightly CI problem, but then just decided to bump everything while I was at it.

github-actions[bot] commented 7 months ago

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

Job Properties

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
["crossed", "insteval:1"] 1.06 (5%) :x: 1.00 (1%)
["crossed", "insteval:2"] 0.76 (5%) :white_check_mark: 1.00 (1%)
["crossed", "machines:1"] 1.10 (5%) :x: 1.00 (1%)
["crossed", "mrk17_exp1:1"] 0.09 (5%) :white_check_mark: 1.00 (1%)
["crossed", "penicillin:1"] 1.06 (5%) :x: 1.00 (1%)
["crossedvector", "kb07:3"] 1.22 (5%) :x: 1.00 (1%)
["crossedvector", "mrk17_exp1:2"] 0.81 (5%) :white_check_mark: 1.00 (1%)
["nested", "pastes:2"] 1.05 (5%) :x: 1.00 (1%)
["singlevector", "sleepstudy:3"] 1.06 (5%) :x: 1.00 (1%)

Benchmark Group List

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

Julia versioninfo

Target

Julia Version 1.10.2
Commit bd47eca2c8a (2024-03-01 10:14 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1015-azure #15~22.04.1-Ubuntu SMP Tue Feb 13 01:15:12 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3172 MHz        786 s          0 s        189 s       3250 s          0 s
       #2  3243 MHz       1168 s          0 s        528 s       2548 s          0 s
       #3  2772 MHz       1223 s          0 s        219 s       2796 s          0 s
       #4  2746 MHz       1908 s          0 s        327 s       2014 s          0 s
  Memory: 15.606491088867188 GB (13797.13671875 MB free)
  Uptime: 427.17 sec
  Load Avg:  1.79  1.21  0.57
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.2
Commit bd47eca2c8a (2024-03-01 10:14 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1015-azure #15~22.04.1-Ubuntu SMP Tue Feb 13 01:15:12 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2445 MHz       1682 s          0 s        263 s       4405 s          0 s
       #2  3223 MHz       2203 s          0 s        604 s       3564 s          0 s
       #3  3276 MHz       1419 s          0 s        352 s       4591 s          0 s
       #4  3243 MHz       2304 s          0 s        618 s       3453 s          0 s
  Memory: 15.606491088867188 GB (13896.6796875 MB free)
  Uptime: 640.18 sec
  Load Avg:  1.82  1.43  0.78
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.33%. Comparing base (510dcc3) to head (085590c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #752 +/- ## ======================================= Coverage 96.33% 96.33% ======================================= Files 34 34 Lines 3356 3356 ======================================= Hits 3233 3233 Misses 123 123 ``` | [Flag](https://app.codecov.io/gh/JuliaStats/MixedModels.jl/pull/752/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) | Coverage Δ | | |---|---|---| | [current](https://app.codecov.io/gh/JuliaStats/MixedModels.jl/pull/752/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) | `96.27% <ø> (ø)` | | | [minimum](https://app.codecov.io/gh/JuliaStats/MixedModels.jl/pull/752/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats) | `96.23% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaStats#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.