From d894f23d893ee2fa05c34f02231e5c46563dc312 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 8 Feb 2015 17:38:24 -0500 Subject: benchmark --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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 -- cgit v1.1