Skip to content

Commit 02cae19

Browse files
punwaisblackshear
authored andcommitted
f
1 parent 1bef1a7 commit 02cae19

File tree

3 files changed

+10
-25
lines changed

3 files changed

+10
-25
lines changed

crates/sui-config/tests/snapshots/snapshot_tests__empty_genesis_snapshot_matches.snap

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

crates/sui-cost/tests/snapshots/empirical_transaction_cost__good_snapshot-2.snap

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,13 @@ expression: common_costs_estimate
44
---
55
{
66
"MergeCoin": {
7-
<<<<<<< HEAD
8-
"computation_cost": 6724,
9-
"storage_cost": 6968,
7+
"computation_cost": 6975,
8+
"storage_cost": 7340,
109
"storage_rebate": 0
1110
},
1211
"Publish": {
13-
"computation_cost": 6713,
14-
"storage_cost": 6903,
15-
=======
16-
"computation_cost": 6863,
17-
"storage_cost": 7174,
18-
"storage_rebate": 0
19-
},
20-
"Publish": {
21-
"computation_cost": 6852,
22-
"storage_cost": 7110,
23-
>>>>>>> eea1f5632 (F)
12+
"computation_cost": 6964,
13+
"storage_cost": 7275,
2414
"storage_rebate": 0
2515
},
2616
"SharedCounterAssertValue": {
@@ -39,13 +29,8 @@ expression: common_costs_estimate
3929
"storage_rebate": 0
4030
},
4131
"SplitCoin": {
42-
<<<<<<< HEAD
43-
"computation_cost": 6702,
44-
"storage_cost": 6935,
45-
=======
46-
"computation_cost": 6842,
47-
"storage_cost": 7142,
48-
>>>>>>> eea1f5632 (F)
32+
"computation_cost": 6954,
33+
"storage_cost": 7308,
4934
"storage_rebate": 0
5035
},
5136
"TransferPortionSuiCoin": {

crates/sui-cost/tests/snapshots/empirical_transaction_cost__good_snapshot.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ expression: common_costs_actual
44
---
55
{
66
"MergeCoin": {
7-
"computation_cost": 2564,
7+
"computation_cost": 2592,
88
"storage_cost": 32,
99
"storage_rebate": 0
1010
},
1111
"Publish": {
12-
"computation_cost": 2599,
12+
"computation_cost": 2627,
1313
"storage_cost": 83,
1414
"storage_rebate": 0
1515
},
@@ -29,7 +29,7 @@ expression: common_costs_actual
2929
"storage_rebate": 15
3030
},
3131
"SplitCoin": {
32-
"computation_cost": 2575,
32+
"computation_cost": 2603,
3333
"storage_cost": 80,
3434
"storage_rebate": 0
3535
},

0 commit comments

Comments
 (0)