Difference between revisions of "AutoBenchmark"

(Credits)
m (Linkification)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==AutoBenchmark==
 
==AutoBenchmark==
This project was originally designed (by [http://love2d.org/forum/memberlist.php?mode=viewprofile&u=960 CyaNox] (Mark Sanders)) with the idea to test system performance in terms of Lua and more specifically LOVE.
+
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.PNG|350px]]
+
[[File:AutoBenchmark-Text.jpg|350px]]
  
 
====Animation====
 
====Animation====
[[File: Animation.PNG|350px]]
+
[[File:AutoBenchmark-Animation.jpg|350px]]
  
 
====Empty Space====
 
====Empty Space====
[[File: Empty.PNG|350px]]
+
[[File:AutoBenchmark-Empty.jpg|350px]]
  
 
====Image====
 
====Image====
[[File: Image.PNG|350px]]
+
[[File:AutoBenchmark-Image.jpg|350px]]
  
 
====Primitives====
 
====Primitives====
[[File: Primitives.PNG|350px]]
+
[[File:AutoBenchmark-Primitives.jpg|350px]]
  
 
====Mandelbrot====
 
====Mandelbrot====
[[File: Mandelbrot.PNG|350px]]
+
[[File:AutoBenchmark-Mandelbrot.jpg|350px]]
  
 
====Results Report====
 
====Results Report====
[[File: Results.PNG|350px]]
+
[[File:AutoBenchmark-Results.jpg|350px]]
  
  
 
==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 43: Line 43:
  
 
Automated and Reporting added by [http://love2d.org/forum/memberlist.php?mode=viewprofile&u=184 schme16] (Shane Gadsby)
 
Automated and Reporting added by [http://love2d.org/forum/memberlist.php?mode=viewprofile&u=184 schme16] (Shane Gadsby)
 +
 +
{{#set:Name=AutoBenchmark}}
 +
{{#set:Screenshot=File:AutoBenchmark-Image.png}}
 +
{{#set:Author=User:schme16}}
 +
{{#set:LOVE_Version=0.6.x}}
 +
{{#set:Description=A simple Automated Benchmarking Tool}}
 +
{{#set:Status=Released}}
 +
[[Category:Games]]
 +
[[Category:Tools]]

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)