File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ fn success() {
253
253
] ,
254
254
& [
255
255
Check :: success ( ) ,
256
+ Check :: compute_units ( 1_058 ) ,
256
257
Check :: account ( & program) . data ( & check_data) . build ( ) ,
257
258
] ,
258
259
) ;
@@ -285,6 +286,7 @@ fn success() {
285
286
] ,
286
287
& [
287
288
Check :: success ( ) ,
289
+ Check :: compute_units ( 1_058 ) ,
288
290
Check :: account ( & program) . data ( & check_data) . build ( ) ,
289
291
] ,
290
292
) ;
@@ -566,6 +568,7 @@ fn success_source_program() {
566
568
] ,
567
569
& [
568
570
Check :: success ( ) ,
571
+ Check :: compute_units ( 2_122 ) ,
569
572
Check :: account ( & program) . data ( & check_data) . build ( ) ,
570
573
Check :: account ( & source) . data ( & [ ] ) . build ( ) ,
571
574
] ,
@@ -607,6 +610,7 @@ fn success_source_program() {
607
610
] ,
608
611
& [
609
612
Check :: success ( ) ,
613
+ Check :: compute_units ( 2_049 ) ,
610
614
Check :: account ( & program) . data ( & check_data) . build ( ) ,
611
615
Check :: account ( & source) . data ( & [ ] ) . build ( ) ,
612
616
] ,
Original file line number Diff line number Diff line change @@ -432,6 +432,7 @@ fn success() {
432
432
] ,
433
433
& [
434
434
Check :: success ( ) ,
435
+ Check :: compute_units ( 967 ) ,
435
436
Check :: account ( & program) . data ( & check_data) . build ( ) ,
436
437
] ,
437
438
) ;
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ fn success() {
254
254
] ,
255
255
& [
256
256
Check :: success ( ) ,
257
+ Check :: compute_units ( 1_011 ) ,
257
258
Check :: account ( & program) . data ( & check_data) . build ( ) ,
258
259
] ,
259
260
) ;
Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ fn success() {
272
272
] ,
273
273
& [
274
274
Check :: success ( ) ,
275
+ Check :: compute_units ( 1_036 ) ,
275
276
Check :: account ( & program) . data ( & check_data) . build ( ) ,
276
277
] ,
277
278
) ;
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ fn success_initialization() {
172
172
] ,
173
173
& [
174
174
Check :: success ( ) ,
175
+ Check :: compute_units ( 1_122 ) ,
175
176
Check :: account ( & program) . data ( & check_data) . build ( ) ,
176
177
] ,
177
178
) ;
@@ -462,6 +463,7 @@ fn success() {
462
463
] ,
463
464
& [
464
465
Check :: success ( ) ,
466
+ Check :: compute_units ( 1_218 ) ,
465
467
Check :: account ( & program) . data ( & check_data) . build ( ) ,
466
468
] ,
467
469
) ;
@@ -494,6 +496,7 @@ fn success() {
494
496
] ,
495
497
& [
496
498
Check :: success ( ) ,
499
+ Check :: compute_units ( 1_466 ) ,
497
500
Check :: account ( & program) . data ( & check_data) . build ( ) ,
498
501
Check :: account ( & destination)
499
502
. lamports ( expected_destination_lamports)
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ fn success() {
230
230
] ,
231
231
& [
232
232
Check :: success ( ) ,
233
+ Check :: compute_units ( 1_039 ) ,
233
234
Check :: account ( & program) . data ( & check_data) . build ( ) ,
234
235
] ,
235
236
) ;
@@ -247,6 +248,7 @@ fn success() {
247
248
] ,
248
249
& [
249
250
Check :: success ( ) ,
251
+ Check :: compute_units ( 1_193 ) ,
250
252
Check :: account ( & program) . data ( & check_data) . build ( ) ,
251
253
] ,
252
254
) ;
You can’t perform that action at this time.
0 commit comments