Skip to content

Commit 47f31a8

Browse files
committed
fix(bench): update
1 parent 5237b78 commit 47f31a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bench/COMPUTE_UNITS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Solana version: 2.1.0
2222
| accountInfo2 | 895 | - |
2323
| accountInfo4 | 1,553 | - |
2424
| accountInfo8 | 2,923 | - |
25-
| accountEmptyInit1 | 5,323 | 🔴 **+240 (4.72%)** |
25+
| accountEmptyInit1 | 5,260 | 🔴 **+177 (3.48%)** |
2626
| accountEmpty1 | 645 | - |
2727
| accountEmptyInit2 | 9,724 | 🔴 **+423 (4.55%)** |
2828
| accountEmpty2 | 1,007 | - |
@@ -52,7 +52,7 @@ Solana version: 2.1.0
5252
| boxedAccountEmpty2 | 1,116 | - |
5353
| boxedAccountEmptyInit4 | 18,794 | 🔴 **+876 (4.89%)** |
5454
| boxedAccountEmpty4 | 1,872 | - |
55-
| boxedAccountEmptyInit8 | 37,037 | 🔴 **+2,084 (5.96%)** |
55+
| boxedAccountEmptyInit8 | 36,455 | 🔴 **+1,502 (4.30%)** |
5656
| boxedAccountEmpty8 | 3,401 | - |
5757
| boxedAccountSizedInit1 | 5,512 | 🔴 **+241 (4.57%)** |
5858
| boxedAccountSized1 | 783 | - |

tests/bench/bench.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@
13121312
"accountInfo2": 895,
13131313
"accountInfo4": 1553,
13141314
"accountInfo8": 2923,
1315-
"accountEmptyInit1": 5323,
1315+
"accountEmptyInit1": 5260,
13161316
"accountEmpty1": 645,
13171317
"accountEmptyInit2": 9724,
13181318
"accountEmpty2": 1007,
@@ -1342,7 +1342,7 @@
13421342
"boxedAccountEmpty2": 1116,
13431343
"boxedAccountEmptyInit4": 18794,
13441344
"boxedAccountEmpty4": 1872,
1345-
"boxedAccountEmptyInit8": 37037,
1345+
"boxedAccountEmptyInit8": 36455,
13461346
"boxedAccountEmpty8": 3401,
13471347
"boxedAccountSizedInit1": 5512,
13481348
"boxedAccountSized1": 783,

0 commit comments

Comments
 (0)