Skip to content

Conversation

penelopeysm
Copy link
Member

No description provided.

@penelopeysm penelopeysm marked this pull request as ready for review March 18, 2025 12:50
@penelopeysm penelopeysm merged commit e331523 into main Mar 18, 2025
5 of 16 checks passed
@penelopeysm penelopeysm deleted the py/gha branch March 18, 2025 12:57
Copy link
Contributor

Benchmark Report for Commit 3af95419a99cbcaf34ea0f14d0c3bc198b02f47e

Computer Information

Julia Version 1.11.4
Commit 8561cc3d68d (2025-03-10 11:36 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × AMD EPYC 7763 64-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Benchmark Results

|                 Model | Dimension |  AD Backend |      VarInfo Type | Linked | Eval Time / Ref Time | AD Time / Eval Time |
|-----------------------|-----------|-------------|-------------------|--------|----------------------|---------------------|
| Simple assume observe |         1 | forwarddiff |             typed |  false |                  9.0 |                 1.6 |
|           Smorgasbord |       201 | forwarddiff |             typed |  false |                588.7 |                41.4 |
|           Smorgasbord |       201 | forwarddiff | simple_namedtuple |   true |                339.5 |                54.5 |
|           Smorgasbord |       201 | forwarddiff |           untyped |   true |               1165.3 |                27.1 |
|           Smorgasbord |       201 | forwarddiff |       simple_dict |   true |               3878.1 |                19.7 |
|           Smorgasbord |       201 | reversediff |             typed |   true |               1391.8 |                29.4 |
|           Smorgasbord |       201 |    mooncake |             typed |   true |                892.1 |                 5.4 |
|    Loop univariate 1k |      1000 |    mooncake |             typed |   true |               5255.8 |                 5.2 |
|       Multivariate 1k |      1000 |    mooncake |             typed |   true |               1039.5 |                 8.4 |
|   Loop univariate 10k |     10000 |    mooncake |             typed |   true |              58315.6 |                 4.6 |
|      Multivariate 10k |     10000 |    mooncake |             typed |   true |               8707.6 |                 9.5 |
|               Dynamic |        10 |    mooncake |             typed |   true |                119.9 |                11.4 |
|              Submodel |         1 |    mooncake |             typed |   true |                 24.3 |                 7.5 |
|                   LDA |        12 | reversediff |             typed |   true |                439.4 |                 4.9 |

Copy link

codecov bot commented Mar 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.40%. Comparing base (d1a98c6) to head (3af9541).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #847   +/-   ##
=======================================
  Coverage   84.40%   84.40%           
=======================================
  Files          34       34           
  Lines        3840     3840           
=======================================
  Hits         3241     3241           
  Misses        599      599           

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 13923634676

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 27 unchanged lines in 11 files lost coverage.
  • Overall coverage decreased (-12.8%) to 71.683%

Files with Coverage Reduction New Missed Lines %
ext/DynamicPPLForwardDiffExt.jl 1 63.64%
src/sampler.jl 1 89.06%
src/simple_varinfo.jl 1 75.14%
src/varnamedvector.jl 1 90.1%
src/contexts.jl 2 30.05%
src/logdensityfunction.jl 2 52.27%
src/model.jl 2 80.0%
src/utils.jl 2 72.61%
src/values_as_in_model.jl 3 59.52%
src/distribution_wrappers.jl 4 26.32%
Totals Coverage Status
Change from base Build 13907253496: -12.8%
Covered Lines: 2739
Relevant Lines: 3821

💛 - Coveralls

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