bench: Sync to update Solana version (#3258)

This commit is contained in:
acheron 2024-09-18 23:55:15 +02:00 committed by GitHub
parent 020a304658
commit c679b2782e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -14,11 +14,11 @@ The programs and their tests are located in [/tests/bench](https://github.com/co
## [Unreleased]
Solana version: 1.18.17
Solana version: 2.0.8
| Program | Binary Size | - |
| ------- | ----------- | ------------------------ |
| bench | 1,096,096 | 🔴 **+305,088 (38.57%)** |
| bench | 1,097,424 | 🔴 **+306,416 (38.74%)** |
### Notable changes

View File

@ -14,7 +14,7 @@ The programs and their tests are located in [/tests/bench](https://github.com/co
## [Unreleased]
Solana version: 1.18.17
Solana version: 2.0.8
| Instruction | Compute Units | - |
| --------------------------- | ------------- | --------------------- |

View File

@ -14,7 +14,7 @@ The programs and their tests are located in [/tests/bench](https://github.com/co
## [Unreleased]
Solana version: 1.18.17
Solana version: 2.0.8
| Instruction | Stack Memory | - |
| ------------------------------ | ------------ | --- |

View File

@ -930,10 +930,10 @@
}
},
"unreleased": {
"solanaVersion": "1.18.17",
"solanaVersion": "2.0.8",
"result": {
"binarySize": {
"bench": 1096096
"bench": 1097424
},
"computeUnits": {
"accountInfo1": 573,