Skip to content

Commit

Permalink
[7/x][dynamic child loading] Added table (MystenLabs#5434)
Browse files Browse the repository at this point in the history
* [7/x][dynamic child loading] Added table

- Added table and object_table
- Added tests
  • Loading branch information
tnowacki authored Oct 21, 2022
1 parent a8fc447 commit 62b1f61
Show file tree
Hide file tree
Showing 9 changed files with 1,248 additions and 10 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ expression: common_costs_estimate
---
{
"MergeCoin": {
"computation_cost": 7021,
"storage_cost": 7408,
"computation_cost": 7239,
"storage_cost": 7731,
"storage_rebate": 0
},
"Publish": {
"computation_cost": 7010,
"storage_cost": 7343,
"computation_cost": 7228,
"storage_cost": 7666,
"storage_rebate": 0
},
"SharedCounterAssertValue": {
Expand All @@ -29,8 +29,8 @@ expression: common_costs_estimate
"storage_rebate": 0
},
"SplitCoin": {
"computation_cost": 6999,
"storage_cost": 7376,
"computation_cost": 7217,
"storage_cost": 7699,
"storage_rebate": 0
},
"TransferPortionSuiCoin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ expression: common_costs_actual
---
{
"MergeCoin": {
"computation_cost": 2597,
"computation_cost": 2621,
"storage_cost": 32,
"storage_rebate": 0
},
"Publish": {
"computation_cost": 2632,
"computation_cost": 2657,
"storage_cost": 83,
"storage_rebate": 0
},
Expand All @@ -29,7 +29,7 @@ expression: common_costs_actual
"storage_rebate": 15
},
"SplitCoin": {
"computation_cost": 2608,
"computation_cost": 2632,
"storage_cost": 80,
"storage_rebate": 0
},
Expand Down
Loading

0 comments on commit 62b1f61

Please sign in to comment.