Browse Source

bench: Sync to update Solana version (#3258)

acheron 1 year ago
parent
commit
c679b2782e
4 changed files with 6 additions and 6 deletions
  1. 2 2
      bench/BINARY_SIZE.md
  2. 1 1
      bench/COMPUTE_UNITS.md
  3. 1 1
      bench/STACK_MEMORY.md
  4. 2 2
      tests/bench/bench.json

+ 2 - 2
bench/BINARY_SIZE.md

@@ -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
 

+ 1 - 1
bench/COMPUTE_UNITS.md

@@ -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 | -                     |
 | --------------------------- | ------------- | --------------------- |

+ 1 - 1
bench/STACK_MEMORY.md

@@ -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 | -   |
 | ------------------------------ | ------------ | --- |

+ 2 - 2
tests/bench/bench.json

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