Skip to content

Commit 7788ef1

Browse files
committed
fix(cost-models): regenerate indexArray and lengthOfArray CPU costs
These values were incorrect since commit 69cb3d9. Regenerated using generate-cost-model tool from current benching-conway.csv data.
1 parent 5922fcf commit 7788ef1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

plutus-core/cost-model/data/builtinCostModelA.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@
726726
},
727727
"indexArray": {
728728
"cpu": {
729-
"arguments": 194922,
729+
"arguments": 232010,
730730
"type": "constant_cost"
731731
},
732732
"memory": {
@@ -736,7 +736,7 @@
736736
},
737737
"lengthOfArray": {
738738
"cpu": {
739-
"arguments": 198994,
739+
"arguments": 231883,
740740
"type": "constant_cost"
741741
},
742742
"memory": {

plutus-core/cost-model/data/builtinCostModelB.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@
726726
},
727727
"indexArray": {
728728
"cpu": {
729-
"arguments": 194922,
729+
"arguments": 232010,
730730
"type": "constant_cost"
731731
},
732732
"memory": {
@@ -736,7 +736,7 @@
736736
},
737737
"lengthOfArray": {
738738
"cpu": {
739-
"arguments": 198994,
739+
"arguments": 231883,
740740
"type": "constant_cost"
741741
},
742742
"memory": {

plutus-core/cost-model/data/builtinCostModelC.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
},
736736
"indexArray": {
737737
"cpu": {
738-
"arguments": 194922,
738+
"arguments": 232010,
739739
"type": "constant_cost"
740740
},
741741
"memory": {
@@ -745,7 +745,7 @@
745745
},
746746
"lengthOfArray": {
747747
"cpu": {
748-
"arguments": 198994,
748+
"arguments": 231883,
749749
"type": "constant_cost"
750750
},
751751
"memory": {

0 commit comments

Comments
 (0)