File tree 3 files changed +9
-9
lines changed
src/test/benchmarks/__snapshots__
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,12 @@ struct TwoCell {
159
159
160
160
struct TwoBuilder {
161
161
bRef: Builder; // ^builder in TL-B
162
- bRem: Builder as remaining; // cell in TL-B
162
+ bRem: Builder as remaining; // builder in TL-B
163
163
}
164
164
165
165
struct TwoSlice {
166
166
sRef: Slice; // ^slice in TL-B
167
- sRem: Slice as remaining; // cell in TL-B
167
+ sRem: Slice as remaining; // slice in TL-B
168
168
}
169
169
170
170
contract SerializationExample {
Original file line number Diff line number Diff line change @@ -159,9 +159,9 @@ contract SerializationExample {
159
159
sRef: Slice; // ^slice in TL-B
160
160
161
161
// With `remaining`
162
- cRem: Cell as remaining; // cell in TL-B
163
- bRem: Builder as remaining; // cell in TL-B
164
- sRem: Slice as remaining; // cell in TL-B
162
+ cRem: Cell as remaining; // remainder< cell> in TL-B
163
+ bRem: Builder as remaining; // remainder<builder> in TL-B
164
+ sRem: Slice as remaining; // remainder<slice> in TL-B
165
165
166
166
// Constructor function,
167
167
// necessary for this example contract to compile
Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
- exports [` benchmarks benchmark functions: code size 1` ] = ` 211 ` ;
3
+ exports [` benchmarks benchmark functions: code size 1` ] = ` 227 ` ;
4
4
5
- exports [` benchmarks benchmark functions: gas used 1` ] = ` 2769n ` ;
5
+ exports [` benchmarks benchmark functions: gas used 1` ] = ` 2869n ` ;
6
6
7
- exports [` benchmarks benchmark readFwdFee: code size 1` ] = ` 157 ` ;
7
+ exports [` benchmarks benchmark readFwdFee: code size 1` ] = ` 173 ` ;
8
8
9
- exports [` benchmarks benchmark readFwdFee: gas used 1` ] = ` 2799n ` ;
9
+ exports [` benchmarks benchmark readFwdFee: gas used 1` ] = ` 2899n ` ;
You can’t perform that action at this time.
0 commit comments