Skip to content

DocsGHA: Grant write permission to pull-requests event #911

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

Merged
merged 1 commit into from
May 7, 2025
Merged

Conversation

shravanngoswamii
Copy link
Member

To enable the Documenter.jl preview comment URL in PRs, write permissions are required for the pull_request event in GHA. This change grants the necessary permissions. See related PR for the comment feature: TuringLang/actions#19.

To enable the Documenter.jl preview comment URL in PRs, write permissions are required for the `pull_request` event in GHA. This change grants the necessary permissions. See related PR for the comment feature: TuringLang/actions#19.
Copy link
Contributor

github-actions bot commented May 7, 2025

Benchmark Report for Commit 251ff65

Computer Information

Julia Version 1.11.5
Commit 760b2e5b739 (2025-04-14 06:53 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.7 |                 1.5 |
|           Smorgasbord |       201 | forwarddiff |             typed |  false |                729.6 |                34.1 |
|           Smorgasbord |       201 | forwarddiff | simple_namedtuple |   true |                405.4 |                44.9 |
|           Smorgasbord |       201 | forwarddiff |           untyped |   true |               1192.5 |                27.8 |
|           Smorgasbord |       201 | forwarddiff |       simple_dict |   true |               3416.3 |                22.0 |
|           Smorgasbord |       201 | reversediff |             typed |   true |               1417.1 |                30.0 |
|           Smorgasbord |       201 |    mooncake |             typed |   true |                918.1 |                 5.5 |
|    Loop univariate 1k |      1000 |    mooncake |             typed |   true |               5438.3 |                 4.1 |
|       Multivariate 1k |      1000 |    mooncake |             typed |   true |                978.4 |                 8.8 |
|   Loop univariate 10k |     10000 |    mooncake |             typed |   true |              59047.9 |                 3.7 |
|      Multivariate 10k |     10000 |    mooncake |             typed |   true |               8581.2 |                 9.7 |
|               Dynamic |        10 |    mooncake |             typed |   true |                127.0 |                13.9 |
|              Submodel |         1 |    mooncake |             typed |   true |                 13.3 |                 6.5 |
|                   LDA |        12 | reversediff |             typed |   true |                454.0 |                 5.7 |

Copy link

codecov bot commented May 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.01%. Comparing base (e75fd1e) to head (251ff65).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #911   +/-   ##
=======================================
  Coverage   85.01%   85.01%           
=======================================
  Files          35       35           
  Lines        3924     3924           
=======================================
  Hits         3336     3336           
  Misses        588      588           

☔ 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

coveralls commented May 7, 2025

Pull Request Test Coverage Report for Build 14885931645

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.102%

Totals Coverage Status
Change from base Build 14706709520: 0.0%
Covered Lines: 3336
Relevant Lines: 3920

💛 - Coveralls

@yebai yebai added this pull request to the merge queue May 7, 2025
Merged via the queue into main with commit a134ecc May 7, 2025
18 of 19 checks passed
@yebai yebai deleted the sg/DocsGHA branch May 7, 2025 16:23
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.

3 participants