Difference between revisions of "AutoBenchmark"
(→Credits) |
m (Linkification) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==AutoBenchmark== | ==AutoBenchmark== | ||
− | This project was originally designed | + | 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== | ==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 | ||
(Listed in order) | (Listed in order) | ||
− | |||
==Screenshots== | ==Screenshots== | ||
====Text==== | ====Text==== | ||
− | [[File: Text. | + | [[File:AutoBenchmark-Text.jpg|350px]] |
====Animation==== | ====Animation==== | ||
− | [[File: Animation. | + | [[File:AutoBenchmark-Animation.jpg|350px]] |
====Empty Space==== | ====Empty Space==== | ||
− | [[File: Empty. | + | [[File:AutoBenchmark-Empty.jpg|350px]] |
====Image==== | ====Image==== | ||
− | [[File: Image. | + | [[File:AutoBenchmark-Image.jpg|350px]] |
====Primitives==== | ====Primitives==== | ||
− | [[File: Primitives. | + | [[File:AutoBenchmark-Primitives.jpg|350px]] |
====Mandelbrot==== | ====Mandelbrot==== | ||
− | [[File: Mandelbrot. | + | [[File:AutoBenchmark-Mandelbrot.jpg|350px]] |
====Results Report==== | ====Results Report==== | ||
− | [[File: Results. | + | [[File:AutoBenchmark-Results.jpg|350px]] |
==Releases== | ==Releases== | ||
− | + | [http://love2d.org/forums/viewtopic.php?f=5&t=1308#p12781 Version 0.90] | |
==Credits== | ==Credits== | ||
Line 45: | Line 45: | ||
{{#set:Name=AutoBenchmark}} | {{#set:Name=AutoBenchmark}} | ||
− | {{#set:Screenshot=File:Image. | + | {{#set:Screenshot=File:AutoBenchmark-Image.png}} |
{{#set:Author=User:schme16}} | {{#set:Author=User:schme16}} | ||
{{#set:LOVE_Version=0.6.x}} | {{#set:LOVE_Version=0.6.x}} |
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)