Skip to content

Commit

Permalink
bench: Sync to update Solana version
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Sep 18, 2024
1 parent 020a304 commit a82d453
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bench/BINARY_SIZE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bench/COMPUTE_UNITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | - |
| --------------------------- | ------------- | --------------------- |
Expand Down
2 changes: 1 addition & 1 deletion bench/STACK_MEMORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | - |
| ------------------------------ | ------------ | --- |
Expand Down
4 changes: 2 additions & 2 deletions tests/bench/bench.json
Original file line number Diff line number Diff line change
Expand Up @@ -930,10 +930,10 @@
}
},
"unreleased": {
"solanaVersion": "1.18.17",
"solanaVersion": "2.0.8",
"result": {
"binarySize": {
"bench": 1096096
"bench": 1097424
},
"computeUnits": {
"accountInfo1": 573,
Expand Down

0 comments on commit a82d453

Please sign in to comment.