Skip to content

Switch to horizontal type hierarchy#63

Merged
BatyLeo merged 7 commits intomainfrom
rework-type-hierarchy
Mar 27, 2026
Merged

Switch to horizontal type hierarchy#63
BatyLeo merged 7 commits intomainfrom
rework-type-hierarchy

Conversation

@BatyLeo
Copy link
Copy Markdown
Member

@BatyLeo BatyLeo commented Mar 26, 2026

Instead of having Dynamic <: Stohcastic <: Static, now we have:

  • main AbstractBenchmark type
  • AbstractStaticBenchmark <: AbstractBenchmark for static benchmarks
  • AbstractStochasticBenchmark <: AbstractBenchmark for (contextual) staochastic benchmarks
  • AbstractDynamicBenchmark <: AbstractBenchmark for dynamic benchmarks

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 26, 2026

Codecov Report

❌ Patch coverage is 97.46835% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/Utils/interface/stochastic_benchmark.jl 94.44% 2 Missing ⚠️
Files with missing lines Coverage Δ
src/Argmax/Argmax.jl 100.00% <ø> (ø)
src/Argmax2D/Argmax2D.jl 100.00% <ø> (ø)
src/DynamicAssortment/DynamicAssortment.jl 100.00% <ø> (ø)
src/FixedSizeShortestPath/FixedSizeShortestPath.jl 94.00% <ø> (ø)
src/PortfolioOptimization/PortfolioOptimization.jl 92.30% <ø> (ø)
src/Ranking/Ranking.jl 100.00% <ø> (ø)
src/SubsetSelection/SubsetSelection.jl 100.00% <ø> (ø)
src/Utils/Utils.jl 100.00% <ø> (ø)
src/Utils/interface/abstract_benchmark.jl 100.00% <100.00%> (ø)
src/Utils/interface/dynamic_benchmark.jl 100.00% <100.00%> (ø)
... and 3 more

... and 1 file with indirect coverage changes

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

@BatyLeo BatyLeo marked this pull request as ready for review March 27, 2026 08:34
@BatyLeo BatyLeo merged commit 7fea824 into main Mar 27, 2026
4 checks passed
@BatyLeo BatyLeo deleted the rework-type-hierarchy branch March 27, 2026 11:10
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.

1 participant