-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcost-instance-vector-heavy-md
More file actions
117 lines (116 loc) · 6.06 KB
/
Copy pathcost-instance-vector-heavy-md
File metadata and controls
117 lines (116 loc) · 6.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
```javascript
Pushing to VECTOR A, attempt N° 1
Contract invocation successful. No error message received.
Cost Simulation: functionName: increment_a
Cost Simulation: minResourceFee: 360354
Cost Simulation: cost: { cpuInsns: '23879042', memBytes: '4111711' }
..
Cost Simulation: functionName: get_address_a
Cost Simulation: argument: 0
Cost Simulation: minResourceFee: 357019
Cost Simulation: cost: { cpuInsns: '23863506', memBytes: '4103437' }
..
Cost Simulation: functionName: get_lorem_ipsum
Cost Simulation: minResourceFee: 376095
Cost Simulation: cost: { cpuInsns: '23889913', memBytes: '4231627' }
Pushing to VECTOR B, attempt N° 1
Contract invocation successful. No error message received.
Cost Simulation: functionName: increment_b
Cost Simulation: minResourceFee: 360459
Cost Simulation: cost: { cpuInsns: '23881097', memBytes: '4113739' }
..
Cost Simulation: functionName: get_address_b
Cost Simulation: argument: 0
Cost Simulation: minResourceFee: 357072
Cost Simulation: cost: { cpuInsns: '23864723', memBytes: '4104483' }
..
Cost Simulation: functionName: get_lorem_ipsum
Cost Simulation: minResourceFee: 376143
Cost Simulation: cost: { cpuInsns: '23890642', memBytes: '4232601' }
Pushing to VECTOR A, attempt N° 2
Contract invocation successful. No error message received.
Cost Simulation: functionName: increment_a
Cost Simulation: minResourceFee: 360563
Cost Simulation: cost: { cpuInsns: '23883152', memBytes: '4115767' }
..
Cost Simulation: functionName: get_address_a
Cost Simulation: argument: 1
Cost Simulation: minResourceFee: 357126
Cost Simulation: cost: { cpuInsns: '23865940', memBytes: '4105529' }
..
Cost Simulation: functionName: get_lorem_ipsum
Cost Simulation: minResourceFee: 376191
Cost Simulation: cost: { cpuInsns: '23891371', memBytes: '4233575' }
Pushing to VECTOR B, attempt N° 2
Contract invocation successful. No error message received.
Cost Simulation: functionName: increment_b
Cost Simulation: minResourceFee: 360667
Cost Simulation: cost: { cpuInsns: '23885207', memBytes: '4117795' }
..
Cost Simulation: functionName: get_address_b
Cost Simulation: argument: 1
Cost Simulation: minResourceFee: 357179
Cost Simulation: cost: { cpuInsns: '23867157', memBytes: '4106575' }
..
Cost Simulation: functionName: get_lorem_ipsum
Cost Simulation: minResourceFee: 376239
Cost Simulation: cost: { cpuInsns: '23892100', memBytes: '4234549' }
...
...
Pushing to VECTOR A, attempt N° 12
Contract invocation successful. No error message received.
Cost Simulation: functionName: increment_a
Cost Simulation: minResourceFee: 362648
Cost Simulation: cost: { cpuInsns: '23924252', memBytes: '4156327' }
..
Cost Simulation: functionName: get_address_a
Cost Simulation: argument: 11
Cost Simulation: minResourceFee: 358199
Cost Simulation: cost: { cpuInsns: '23890280', memBytes: '4126449' }
..
Cost Simulation: functionName: get_lorem_ipsum
Cost Simulation: minResourceFee: 377147
Cost Simulation: cost: { cpuInsns: '23905951', memBytes: '4253055' }
Pushing to VECTOR B, attempt N° 12
Contract invocation successful. No error message received.
Cost Simulation: functionName: increment_b
Cost Simulation: minResourceFee: 362752
Cost Simulation: cost: { cpuInsns: '23926307', memBytes: '4158355' }
..
Cost Simulation: functionName: get_address_b
Cost Simulation: argument: 11
Cost Simulation: minResourceFee: 358252
Cost Simulation: cost: { cpuInsns: '23891497', memBytes: '4127495' }
..
Cost Simulation: functionName: get_lorem_ipsum
Cost Simulation: minResourceFee: 377195
Cost Simulation: cost: { cpuInsns: '23906680', memBytes: '4254029' }
Pushing to VECTOR A, attempt N° 13
Contract invocation successful. No error message received.
Cost Simulation: functionName: increment_a
Cost Simulation: minResourceFee: 362858
Cost Simulation: cost: { cpuInsns: '23928362', memBytes: '4160383' }
..
Cost Simulation: functionName: get_address_a
Cost Simulation: argument: 12
Cost Simulation: minResourceFee: 358307
Cost Simulation: cost: { cpuInsns: '23892714', memBytes: '4128541' }
..
Cost Simulation: functionName: get_lorem_ipsum
Cost Simulation: minResourceFee: 377243
Cost Simulation: cost: { cpuInsns: '23907409', memBytes: '4255003' }
Pushing to VECTOR B, attempt N° 13
Contract invocation successful. No error message received.
Cost Simulation: functionName: increment_b
Cost Simulation: minResourceFee: 362961
Cost Simulation: cost: { cpuInsns: '23930417', memBytes: '4162411' }
..
Cost Simulation: functionName: get_address_b
Cost Simulation: argument: 12
Cost Simulation: minResourceFee: 358361
Cost Simulation: cost: { cpuInsns: '23893931', memBytes: '4129587' }
..
Cost Simulation: functionName: get_lorem_ipsum
Cost Simulation: minResourceFee: 377291
Cost Simulation: cost: { cpuInsns: '23908138', memBytes: '4255977' }
```