-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kwxm/costing/reduce CEK CPU step costs B (#6153)
* Make CEK step costs for models B anc C identical * Add changelog entry * Add changelog entry
- Loading branch information
Kenneth MacKenzie
authored
May 30, 2024
1 parent
7b3fd3e
commit 20e418e
Showing
2 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...re/changelog.d/20240530_123928_kenneth.mackenzie_reduce_cek_cpu_step_costs_B.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
### Changed | ||
|
||
- CPU charges reduced for PlutusV1 and PlutusV2 scripts in the Conway era. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"cekStartupCost" : {"exBudgetCPU": 100, "exBudgetMemory": 100}, | ||
"cekVarCost" : {"exBudgetCPU": 23000, "exBudgetMemory": 100}, | ||
"cekConstCost" : {"exBudgetCPU": 23000, "exBudgetMemory": 100}, | ||
"cekLamCost" : {"exBudgetCPU": 23000, "exBudgetMemory": 100}, | ||
"cekDelayCost" : {"exBudgetCPU": 23000, "exBudgetMemory": 100}, | ||
"cekForceCost" : {"exBudgetCPU": 23000, "exBudgetMemory": 100}, | ||
"cekApplyCost" : {"exBudgetCPU": 23000, "exBudgetMemory": 100}, | ||
"cekBuiltinCost" : {"exBudgetCPU": 23000, "exBudgetMemory": 100}, | ||
"cekConstrCost" : {"exBudgetCPU": 23000, "exBudgetMemory": 100}, | ||
"cekCaseCost" : {"exBudgetCPU": 23000, "exBudgetMemory": 100} | ||
"cekVarCost" : {"exBudgetCPU": 16000, "exBudgetMemory": 100}, | ||
"cekConstCost" : {"exBudgetCPU": 16000, "exBudgetMemory": 100}, | ||
"cekLamCost" : {"exBudgetCPU": 16000, "exBudgetMemory": 100}, | ||
"cekDelayCost" : {"exBudgetCPU": 16000, "exBudgetMemory": 100}, | ||
"cekForceCost" : {"exBudgetCPU": 16000, "exBudgetMemory": 100}, | ||
"cekApplyCost" : {"exBudgetCPU": 16000, "exBudgetMemory": 100}, | ||
"cekBuiltinCost" : {"exBudgetCPU": 16000, "exBudgetMemory": 100}, | ||
"cekConstrCost" : {"exBudgetCPU": 16000, "exBudgetMemory": 100}, | ||
"cekCaseCost" : {"exBudgetCPU": 16000, "exBudgetMemory": 100} | ||
} | ||
|
20e418e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Plutus Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.05
.validation-decode-escrow-redeem_1-2
324.3
μs308.7
μs1.05
validation-decode-escrow-redeem_2-3
325.8
μs303.7
μs1.07
validation-decode-future-settle-early-3
323.6
μs307.9
μs1.05
validation-decode-game-sm-success_2-2
176
μs161.3
μs1.09
This comment was automatically generated by workflow using github-action-benchmark.
CC: @input-output-hk/plutus-core