aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3f1b2c0..57ac2b5 100644
--- a/README.md
+++ b/README.md
@@ -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