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

Update Project.toml #734

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Update Project.toml #734

merged 1 commit into from
Dec 5, 2023

Conversation

dmbates
Copy link
Collaborator

@dmbates dmbates commented Dec 5, 2023

Bump patch version number

Bump patch version number
@dmbates dmbates requested a review from palday December 5, 2023 19:13
@dmbates
Copy link
Collaborator Author

dmbates commented Dec 5, 2023

I updated the NEWS.md file but forgot to bump the patch version number in #733. I haven't been able to figure out a way to rectify this without a new PR.

Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8214336) 96.32% compared to head (5a15355) 96.32%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #734   +/-   ##
=======================================
  Coverage   96.32%   96.32%           
=======================================
  Files          34       34           
  Lines        3350     3350           
=======================================
  Hits         3227     3227           
  Misses        123      123           
Flag Coverage Δ
current 96.32% <ø> (ø)
minimum 96.22% <ø> (ø)
nightly 96.32% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Dec 5, 2023

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

Job Properties

  • Time of benchmarks:
    • Target: 5 Dec 2023 - 19:21
    • Baseline: 5 Dec 2023 - 19:25
  • Package commits:
    • Target: d5a144
    • Baseline: 821433
  • Julia commits:
    • Target: 8e5136
    • Baseline: 8e5136
  • Julia command flags:
    • Target: None
    • Baseline: -Cnative,-J/opt/hostedtoolcache/julia/1.9.4/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"] 0.74 (5%) ✅ 1.00 (1%)
["crossed", "ml1m:1"] 0.90 (5%) ✅ 0.78 (1%) ✅
["crossed", "mrk17_exp1:1"] 0.01 (5%) ✅ 0.19 (1%) ✅
["crossedvector", "d3:1"] 0.65 (5%) ✅ 0.47 (1%) ✅
["crossedvector", "kb07:3"] 0.47 (5%) ✅ 1.00 (1%)
["crossedvector", "mrk17_exp1:2"] 0.73 (5%) ✅ 0.65 (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.4
Commit 8e5136fa297 (2023-11-14 08:46 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-1016-azure #16~22.04.1-Ubuntu SMP Tue Oct 10 17:11:51 UTC 2023 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3243 MHz       1375 s          0 s        211 s       3852 s          0 s
       #2  3184 MHz       1562 s          0 s        292 s       3586 s          0 s
       #3  2594 MHz       1903 s          0 s        317 s       3215 s          0 s
       #4  3220 MHz       1669 s          0 s        410 s       3364 s          0 s
  Memory: 15.606895446777344 GB (13600.33984375 MB free)
  Uptime: 547.06 sec
  Load Avg:  1.69  1.32  0.69
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, znver3)
  Threads: 1 on 4 virtual cores

Baseline

Julia Version 1.9.4
Commit 8e5136fa297 (2023-11-14 08:46 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-1016-azure #16~22.04.1-Ubuntu SMP Tue Oct 10 17:11:51 UTC 2023 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2607 MHz       2160 s          0 s        269 s       5603 s          0 s
       #2  3092 MHz       3065 s          0 s        412 s       4561 s          0 s
       #3  3243 MHz       2786 s          0 s        519 s       4726 s          0 s
       #4  2445 MHz       2439 s          0 s        538 s       5063 s          0 s
  Memory: 15.606895446777344 GB (13759.703125 MB free)
  Uptime: 807.19 sec
  Load Avg:  1.49  1.52  0.96
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, znver3)
  Threads: 1 on 4 virtual cores

@dmbates dmbates merged commit 4c98ad4 into main Dec 5, 2023
12 checks passed
@dmbates dmbates deleted the dmbates-patch-1 branch December 5, 2023 21:08
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