Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit bf46768

Browse files
committed
Update CU values
1 parent 04f3fe9 commit bf46768

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@ This repository contains a **proof-of-concept** of a reimplementation of the SPL
2020

2121
| Instruction | Completed | CU (`p-token`) | CU (`spl-token`) |
2222
|----------------------------|-----------|----------------|------------------|
23-
| `InitializeMint` || 98 | 2967 |
24-
| `InitializeAccount` || 161 | 4527 |
25-
| `InitializeMultisig` || 188 | 2973 |
26-
| `Transfer` || 140 | 4645 |
27-
| `Approve` || 133 | 2904 |
28-
| `Revoke` || 106 | 2677 |
29-
| `SetAuthority` || 142 | 3167 |
30-
| `MintTo` || 143 | 4538 |
31-
| `Burn` || 175 | 4753 |
23+
| `InitializeMint` || 100 | 2967 |
24+
| `InitializeAccount` || 170 | 4527 |
25+
| `InitializeMultisig` || 190 | 2973 |
26+
| `Transfer` || 153 | 4645 |
27+
| `Approve` || 124 | 2904 |
28+
| `Revoke` || 97 | 2677 |
29+
| `SetAuthority` || 126 | 3167 |
30+
| `MintTo` || 154 | 4538 |
31+
| `Burn` || 168 | 4753 |
3232
| `CloseAccount` || 147 | 2916 |
33-
| `FreezeAccount` || 141 | 4265 |
34-
| `ThawAccount` || 142 | 4267 |
35-
| `TransferChecked` || 211 | 6201 |
36-
| `ApproveChecked` || 169 | 4459 |
37-
| `MintToChecked` || 178 | 4546 |
38-
| `BurnChecked` || 181 | 4755 |
39-
| `InitializeAccount2` || 157 | 4388 |
33+
| `FreezeAccount` || 136 | 4265 |
34+
| `ThawAccount` || 136 | 4267 |
35+
| `TransferChecked` || 206 | 6201 |
36+
| `ApproveChecked` || 162 | 4459 |
37+
| `MintToChecked` || 164 | 4546 |
38+
| `BurnChecked` || 170 | 4755 |
39+
| `InitializeAccount2` || 150 | 4388 |
4040
| `SyncNative` || | |
41-
| `InitializeAccount3` || 264 | 4240 |
42-
| `InitializeMultisig2` || 340 | 2826 |
43-
| `InitializeMint2` || 231 | 2827 |
41+
| `InitializeAccount3` || 272 | 4240 |
42+
| `InitializeMultisig2` || 319 | 2826 |
43+
| `InitializeMint2` || 234 | 2827 |
4444
| `GetAccountDataSize` || | |
4545
| `InitializeImmutableOwner` || | |
46-
| `AmountToUiAmount` || 477 | 1913 |
47-
| `UiAmountToAmount` || 773 | 2680 |
46+
| `AmountToUiAmount` || 483 | 2501 |
47+
| `UiAmountToAmount` || 873 | 3161 |
4848

4949
> Tests were run using Solana `v2.1.0`.
5050

0 commit comments

Comments
 (0)