diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -3,3 +3,13 @@ A little kernel licensed under the GPLv2. This kernel draws some code from [gamma](https://github.com/theunamedguy/gamma), and can be considered its successor. + +# Graphics Benchmark Results + +QEMU @ 640x480x32: + 1,000,000 pixels: .45 seconds + 1,000 fills: 1.92 seconds + 1,000,000 chars: 1.11 seconds + 1,000,000 hlines: 1.66 seconds + 1,000,000 vlines: 3.39 seconds + 10,000 rects: 1.24 seconds |