Skip to content

Commit 2da4012

Browse files
committed
add cpython mcd stats and more text for context
1 parent d442f79 commit 2da4012

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ GraalPy has first-class support for embedding in Java and can turn Python applic
2121
* See if the packages you need work with our [Python Compatibility Checker](https://www.graalvm.org/python/compatibility/)
2222
* Use almost any standard Python feature, the CPython tests run on every commit and pass ~85%
2323
![](docs/user/assets/mcd.svg)<sup>
24-
We run the tests of the [top PyPI packages](https://hugovk.github.io/top-pypi-packages/) on GraalPy every day.
25-
For more than 96% of the top PyPI packages, there is at least one recent version that installs successfully and we are currently passing over 50% of all tests those top packages.
24+
We run the tests of the [most depended on PyPI packages](https://libraries.io/pypi) every day.
25+
For 96% of those packages a recent version can be installed on GraalPy and GraalPy passes about 50% of all tests of all packages combined.
26+
We assume that CPython not passing 100% of all tests is due to problems in our infrastructure that may also affect GraalPy.
27+
Packages where CPython fails all tests are marked as "not tested" for both CPython and GraalPy.
2628
</sup>
2729

2830
**Runs Python code faster**

0 commit comments

Comments
 (0)