blueloveTH 2 éve
szülő
commit
66d9870150
2 módosított fájl, 9 hozzáadás és 2 törlés
  1. 7 0
      README.md
  2. 2 2
      docs/performance.md

+ 7 - 0
README.md

@@ -136,6 +136,13 @@ for a quick overview of the supported features.
 | Generator       | `yield i`                       | ✅       |
 | Decorator       | `@cache`                        | ✅       |
 
+## Performance
+
+Currently, pkpy is as fast as cpython 3.9.
+Performance results for cpython 3.9 are applicable to for pkpy.
+
+See https://pocketpy.dev/performance/ for details.
+
 ## Used By
 
 |                                                              | Description                                                  |

+ 2 - 2
docs/performance.md

@@ -6,8 +6,8 @@ label: Performance
 
 # Performance
 
-Currently, pkpy is as fast as cpython 3.8.
-**Performance results for cpython 3.8 are applicable to for pkpy.**
+Currently, pkpy is as fast as cpython 3.9.
+**Performance results for cpython 3.9 are applicable to for pkpy.**
 
 Here is a benchmark result of `v1.2.6`.
 Files are located in `benchmarks/`.