update readme benchmarks

This commit is contained in:
Richard Smith 2024-04-24 15:28:19 +01:00
parent 9583498150
commit 46ef151cd7

View file

@ -161,7 +161,10 @@ and then only convert them to C data structures when you have to call the C func
| Library | Implementation | Bunnies (60 FPS) | Percentage | | Library | Implementation | Bunnies (60 FPS) | Percentage |
| ------------- | ------------- | ------------- | ------------- | |--------------------------------|-------------------|------------------|------------|
| Raylib 5.0 | C | 180000 | 100% |
| Raylib Python CFFI 5.0.0.2 | Python 3.12 | 10500 | 5.8% |
| Raylib Python CFFI 5.0.0.2 | Pypy 3.10 | 95000 | 53% |
| Raylib 3.7 | C | 168100 | 100% | | Raylib 3.7 | C | 168100 | 100% |
| Raylib Python CFFI 3.7 | Pypy 3.7 | 33800 | 20% | | Raylib Python CFFI 3.7 | Pypy 3.7 | 33800 | 20% |
| Raylib Python CFFI 3.7 | Python 3.9 | 7700 | 4.5% | | Raylib Python CFFI 3.7 | Python 3.9 | 7700 | 4.5% |