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

add compat for stdlibs #728

Merged
merged 2 commits into from
Nov 3, 2023
Merged

add compat for stdlibs #728

merged 2 commits into from
Nov 3, 2023

Conversation

palday
Copy link
Member

@palday palday commented Nov 3, 2023

No description provided.

@palday palday requested a review from dmbates November 3, 2023 15:27
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

see 1 file with indirect coverage changes

📢 Thoughts on this report? Let us know!.

Copy link
Contributor

github-actions bot commented Nov 3, 2023

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

Job Properties

  • Time of benchmarks:
    • Target: 3 Nov 2023 - 16:21
    • Baseline: 3 Nov 2023 - 16:26
  • Package commits:
    • Target: 351cc3
    • Baseline: 774c80
  • Julia commits:
    • Target: bed2cd
    • Baseline: bed2cd
  • Julia command flags:
    • Target: None
    • Baseline: -Cnative,-J/opt/hostedtoolcache/julia/1.9.3/x64/lib/julia/sys.so,-g1,-O3,-e,using Pkg; Pkg.update(); Pkg.add(["BenchmarkTools", "StatsModels"])
  • 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
["crossed", "insteval:1"] 1.06 (5%) ❌ 1.00 (1%)
["crossed", "insteval:2"] 1.07 (5%) ❌ 1.00 (1%)
["crossed", "ml1m:1"] 0.99 (5%) 0.76 (1%) ✅
["crossed", "mrk17_exp1:1"] 0.01 (5%) ✅ 0.19 (1%) ✅
["crossedvector", "d3:1"] 0.65 (5%) ✅ 0.45 (1%) ✅
["crossedvector", "mrk17_exp1:2"] 0.75 (5%) ✅ 0.65 (1%) ✅
["nested", "pastes:2"] 1.01 (5%) 0.99 (1%) ✅
["singlevector", "sleepstudy:3"] 0.00 (5%) ✅ 0.00 (1%) ✅

Benchmark Group List

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

  • ["crossed"]
  • ["crossedvector"]
  • ["nested"]
  • ["singlevector"]

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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2445 MHz       1499 s          0 s        270 s       3613 s          0 s
       #2  3243 MHz       2214 s          0 s        306 s       2875 s          0 s
       #3  2597 MHz       1268 s          0 s        467 s       3656 s          0 s
       #4  2523 MHz       1610 s          0 s        428 s       3349 s          0 s
  Memory: 15.606914520263672 GB (13661.7734375 MB free)
  Uptime: 542.55 sec
  Load Avg:  1.71  1.37  0.74
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, znver3)
  Threads: 1 on 4 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-1015-azure #15~22.04.1-Ubuntu SMP Fri Oct  6 13:20:44 UTC 2023 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2445 MHz       2249 s          0 s        422 s       5356 s          0 s
       #2  3243 MHz       2825 s          0 s        460 s       4753 s          0 s
       #3  2622 MHz       2459 s          0 s        550 s       5029 s          0 s
       #4  2445 MHz       3099 s          0 s        518 s       4417 s          0 s
  Memory: 15.606914520263672 GB (13768.47265625 MB free)
  Uptime: 807.59 sec
  Load Avg:  1.54  1.58  1.01
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, znver3)
  Threads: 1 on 4 virtual cores

@palday palday merged commit 7a11248 into main Nov 3, 2023
11 of 12 checks passed
@palday palday deleted the pa/more_compat branch November 3, 2023 16:30
This pull request was closed.
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.

2 participants