bench: Sync to update Solana version (#3258)
This commit is contained in:
parent
020a304658
commit
c679b2782e
|
@ -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
|
||||
|
||||
|
|
|
@ -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 | - |
|
||||
| --------------------------- | ------------- | --------------------- |
|
||||
|
|
|
@ -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 | - |
|
||||
| ------------------------------ | ------------ | --- |
|
||||
|
|
|
@ -930,10 +930,10 @@
|
|||
}
|
||||
},
|
||||
"unreleased": {
|
||||
"solanaVersion": "1.18.17",
|
||||
"solanaVersion": "2.0.8",
|
||||
"result": {
|
||||
"binarySize": {
|
||||
"bench": 1096096
|
||||
"bench": 1097424
|
||||
},
|
||||
"computeUnits": {
|
||||
"accountInfo1": 573,
|
||||
|
|
Loading…
Reference in New Issue