Closed jamesmbaazam closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.78%. Comparing base (
5e6fd49
) to head (38e67ac
).:exclamation: Current head 38e67ac differs from pull request most recent head 64d9948. Consider uploading reports for the commit 64d9948 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@sbfnk The benchmark reveals that simulate_summary()
is faster. I don't think that there is a massive difference though.
Closing this PR as stale. Will reopen in the discussion about removing simulate_chain_stats()
becomes active again.
This PR sets up a benchmark of two workflows that currently exist in the package for obtaining chain summaries:
summary(<epichains_tree>)
, where<epichains_tree>
is obtained from a run ofsimulate_chains()
.simulate_summary()
with the same parameters passed tosimulate_chains()
.The benchmarks will help us decide on whether to keep or delete
simulate_summary()
as it is currently duplicated code that might become a maintenance burden.