Difference between revisions of "AutoBenchmark"
m |
m (Linkification) |
||
Line 1: | Line 1: | ||
==AutoBenchmark== | ==AutoBenchmark== | ||
− | This project was originally designed with the idea to test system performance in terms of Lua and more specifically the LOVE Engine/Framework; central to the design ideal was that it should be simple to use! | + | This project was originally designed with the idea to test system [[performance]] in terms of [[Lua]] and more specifically the [[LOVE]] Engine/Framework; central to the design ideal was that it should be simple to use! |
And what could be simpler than starting the program and letting it do its thing? | And what could be simpler than starting the program and letting it do its thing? | ||
==Tests== | ==Tests== | ||
− | * High Intensity Text Display | + | * High Intensity [[Text]] Display |
− | * High Intensity Animation Display | + | * High Intensity [[Animation]] Display |
* Empty Space Test (Control Phase) | * Empty Space Test (Control Phase) | ||
− | * High Intensity Image Display | + | * High Intensity [[Image]] Display |
* High Intensity Primitives Display | * High Intensity Primitives Display | ||
* High Intensity Mandelbrot Fractal Generation | * High Intensity Mandelbrot Fractal Generation |
Latest revision as of 09:25, 15 September 2010
Contents
AutoBenchmark
This project was originally designed with the idea to test system performance in terms of Lua and more specifically the LOVE Engine/Framework; central to the design ideal was that it should be simple to use! And what could be simpler than starting the program and letting it do its thing?
Tests
- High Intensity Text Display
- High Intensity Animation Display
- Empty Space Test (Control Phase)
- High Intensity Image Display
- High Intensity Primitives Display
- High Intensity Mandelbrot Fractal Generation
(Listed in order)
Screenshots
Text
Animation
Empty Space
Image
Primitives
Mandelbrot
Results Report
Releases
Credits
Original Design by CyaNox (Mark Sanders)
Automated and Reporting added by schme16 (Shane Gadsby)