Difference between revisions of "AutoBenchmark"

m (Linkification)
 
(2 intermediate revisions by 2 users not shown)
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
 
(Listed in order)
 
(Listed in order)
 
  
 
==Screenshots==
 
==Screenshots==
Line 38: Line 37:
  
 
==Releases==
 
==Releases==
Version 0.90:[ http://love2d.org/forum/viewtopic.php?f=5&t=1308#p13345]
+
[http://love2d.org/forums/viewtopic.php?f=5&t=1308#p12781 Version 0.90]
  
 
==Credits==
 
==Credits==
Line 46: Line 45:
  
 
{{#set:Name=AutoBenchmark}}
 
{{#set:Name=AutoBenchmark}}
{{#set:Screenshot=File:AutoBenchmark-Image.jpg}}
+
{{#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

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

AutoBenchmark-Text.jpg

Animation

AutoBenchmark-Animation.jpg

Empty Space

AutoBenchmark-Empty.jpg

Image

AutoBenchmark-Image.jpg

Primitives

AutoBenchmark-Primitives.jpg

Mandelbrot

AutoBenchmark-Mandelbrot.jpg

Results Report

AutoBenchmark-Results.jpg


Releases

Version 0.90

Credits

Original Design by CyaNox (Mark Sanders)

Automated and Reporting added by schme16 (Shane Gadsby)