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

Commit ef6fef7

Browse files
committed
Update CU values
1 parent 584ab7f commit ef6fef7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@ This repository contains a **proof-of-concept** of a reimplementation of the SPL
3434
| Instruction | Completed | CU (`p-token`) | CU (`spl-token`) |
3535
|----------------------------|-----------|----------------|------------------|
3636
| `InitializeMint` || 100 | 2967 |
37-
| `InitializeAccount` || 170 | 4527 |
38-
| `InitializeMultisig` || 190 | 2973 |
39-
| `Transfer` || 153 | 4645 |
40-
| `Approve` || 124 | 2904 |
37+
| `InitializeAccount` || 185 | 4527 |
38+
| `InitializeMultisig` || 204 | 2973 |
39+
| `Transfer` || 155 | 4645 |
40+
| `Approve` || 122 | 2904 |
4141
| `Revoke` || 97 | 2677 |
42-
| `SetAuthority` || 126 | 3167 |
43-
| `MintTo` || 154 | 4538 |
42+
| `SetAuthority` || 127 | 3167 |
43+
| `MintTo` || 155 | 4538 |
4444
| `Burn` || 168 | 4753 |
45-
| `CloseAccount` || 147 | 2916 |
45+
| `CloseAccount` || 154 | 2916 |
4646
| `FreezeAccount` || 136 | 4265 |
4747
| `ThawAccount` || 136 | 4267 |
48-
| `TransferChecked` || 206 | 6201 |
48+
| `TransferChecked` || 204 | 6201 |
4949
| `ApproveChecked` || 162 | 4459 |
5050
| `MintToChecked` || 164 | 4546 |
51-
| `BurnChecked` || 170 | 4755 |
52-
| `InitializeAccount2` || 150 | 4388 |
51+
| `BurnChecked` || 169 | 4755 |
52+
| `InitializeAccount2` || 164 | 4388 |
5353
| `SyncNative` || | |
5454
| `InitializeAccount3` || 272 | 4240 |
5555
| `InitializeMultisig2` || 319 | 2826 |
5656
| `InitializeMint2` || 234 | 2827 |
5757
| `GetAccountDataSize` || | |
5858
| `InitializeImmutableOwner` || | |
59-
| `AmountToUiAmount` || 483 | 2501 |
60-
| `UiAmountToAmount` || 873 | 3161 |
59+
| `AmountToUiAmount` || 503 | 2501 |
60+
| `UiAmountToAmount` || 875 | 3161 |
6161

6262
> Tests were run using Solana `v2.1.0`.
6363

0 commit comments

Comments
 (0)