Conversation
Contributor
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.
| Benchmark suite | Current: f0af7c6 | Previous: 6a19604 | Ratio |
|---|---|---|---|
example_run/muse1_default example |
474107563.5 ns |
337702386.5 ns |
1.40 |
select_best_assets_parallel/01 |
13557156.78125 ns |
9132896.765151516 ns |
1.48 |
select_best_assets_parallel/05 |
38616796.375 ns |
26819628.777777776 ns |
1.44 |
select_best_assets_parallel/10 |
66001931.83333333 ns |
45113674.75 ns |
1.46 |
select_best_assets_parallel/15 |
95574467.25 ns |
65351435.33333333 ns |
1.46 |
select_best_assets_parallel/20 |
126071404.25 ns |
85097739.5 ns |
1.48 |
select_best_assets_sequential/01 |
13579621.07403846 ns |
9107675.635526314 ns |
1.49 |
select_best_assets_sequential/05 |
65227609.666666664 ns |
43859325.75 ns |
1.49 |
select_best_assets_sequential/10 |
129596949.5 ns |
87553632.5 ns |
1.48 |
select_best_assets_sequential/15 |
195143568.5 ns |
131658938.5 ns |
1.48 |
select_best_assets_sequential/20 |
259361474 ns |
175652280.5 ns |
1.48 |
This comment was automatically generated by workflow using github-action-benchmark.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adding seasonal/annual utilisation penalties to the appraisal mini-dispatch. These are nearly identical to the equivalent constraints used in the dispatch optimisation, but note the change of sign on the penalty as the appraisal optimisation is a MAX optimisation (whereas dispatch is MIN)
Fixes # (issue)
Type of change
Key checklist
$ cargo test$ cargo docpresent in the previous release
Further checks