Skip to content

Commit 46ef151

Browse files
update readme benchmarks
1 parent 9583498 commit 46ef151

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,16 @@ and then only convert them to C data structures when you have to call the C func
160160
## Bunnymark
161161

162162

163-
| Library | Implementation | Bunnies (60 FPS) | Percentage |
164-
| ------------- | ------------- | ------------- | ------------- |
165-
| Raylib 3.7 | C | 168100 | 100% |
166-
| Raylib Python CFFI 3.7 | Pypy 3.7 | 33800 | 20% |
167-
| Raylib Python CFFI 3.7 | Python 3.9 | 7700 | 4.5% |
168-
| Raylib Python CFFI 3.7 | Python 3.9 Nuitka | 8600 | 5.1% |
169-
| Raylib Python CFFI 3.7 Dynamic | Python 3.9 | 6300 | 3.7% |
163+
| Library | Implementation | Bunnies (60 FPS) | Percentage |
164+
|--------------------------------|-------------------|------------------|------------|
165+
| Raylib 5.0 | C | 180000 | 100% |
166+
| Raylib Python CFFI 5.0.0.2 | Python 3.12 | 10500 | 5.8% |
167+
| Raylib Python CFFI 5.0.0.2 | Pypy 3.10 | 95000 | 53% |
168+
| Raylib 3.7 | C | 168100 | 100% |
169+
| Raylib Python CFFI 3.7 | Pypy 3.7 | 33800 | 20% |
170+
| Raylib Python CFFI 3.7 | Python 3.9 | 7700 | 4.5% |
171+
| Raylib Python CFFI 3.7 | Python 3.9 Nuitka | 8600 | 5.1% |
172+
| Raylib Python CFFI 3.7 Dynamic | Python 3.9 | 6300 | 3.7% |
170173

171174
# Packaging your app
172175

0 commit comments

Comments
 (0)