Benchmark

Showcase your libraries, tools and other projects that help your fellow love users.
User avatar
CyaNox
Prole
Posts: 22
Joined: Thu Feb 11, 2010 6:11 pm

Benchmark

Post by CyaNox »

Well I personally wanted to see how love acted up in certain situations on my machine and hoped others would list and show their results as well.

So I've made 6 simple benchmarks in a simple .love file.

Make sure you don't have something that limits your FPS.

run like:

Code: Select all

love benchmark.love text
love benchmark.love image
love benchmark.love animation
love benchmark.love primitive
love benchmark.love empty
love benchmark.love mandelbrot
and show me the results like:

Code: Select all

text        51.54 FPS   20411 OPS
image       53.06 FPS  217333 OPS
animation   51.88 FPS  241811 OPS
primitive   50.95 FPS  374976 OPS
empty      258.03 FPS       0 OPS
mandelbrot   0.17 FPS   50909 OPS
The above are my results belonging to the following system:

Code: Select all

OS: Windows XP 32bit
CPU: AMD Phenom X4 955 running at about 3.21Ghz per cpu.
Ram: 3.25 GB
GPU: ATI Radeon HD 4890 1GB GDDR5
Desktop resolution: 2560x1024x75hz (Not sure if this matters much but just in case)
I hope something useful comes out of this. Not sure what ;)
Attachments
AutoBenchmark.love
(261 KiB) Downloaded 2286 times
Last edited by CyaNox on Wed Feb 17, 2010 6:15 am, edited 2 times in total.
mkv
Prole
Posts: 1
Joined: Tue Feb 16, 2010 5:20 am

Re: Benchmark

Post by mkv »

Laptop computer with Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz and Intel 965GM Chipset

2.6 - 4 fps on all tests.
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: Benchmark

Post by bartbes »

P4 @ 3.2Ghz
NVidia 9800 GT
(yeah I know, my CPU sucks..)
more awesome shit..
OS: Ubuntu 9.10
Resolution: 1680x1050
Notes: Compiz running on all tests

Text: 25.0 FPS
Image: 17.2 FPS (what, I though text rendering was slower?)
Animation: 8.0 FPS

Okay, that looks lame..

EDIT: Current dev version (though I probably miss a few of the latest features):
Text: 25.4 FPS
Image: 18.1 FPS
Animation: 7.9 FPS
User avatar
CyaNox
Prole
Posts: 22
Joined: Thu Feb 11, 2010 6:11 pm

Re: Benchmark

Post by CyaNox »

I added 3 more benchmarks and tweaked all the benchmarks to be close to 50 FPS on my system where possible so that others with a slower systems get a faster benchmark.

I added a simple object counter that indicates how many operations or objects have been done.

Since the benchmarks themselves have been altered all previous results are false.

I updated the first post with new benchmark file and results. I'm curious to see what your results will be.
User avatar
TechnoCat
Inner party member
Posts: 1611
Joined: Thu Jul 30, 2009 12:31 am
Location: Denver, CO
Contact:

Re: Benchmark

Post by TechnoCat »

Netbook:
1.6 ghz Intel Atom
2gb ram
Windows XP SP3 x86
Intel GMA 950

Code: Select all

text        6 FPS   2,563 OPS
image       4 FPS  16,722 OPS
animation   3 FPS  13,437OPS
primitive   1.4 FPS  10,435 OPS
empty      45 FPS       0 OPS
mandelbrot   DNF
Desktop:
2.6 ghz AMD Athlon X2 5200
2gb ram
Windows 7 x64
Nvidia 8600GT

Code: Select all

text        59.7 FPS   23,589 OPS
image       36.93 FPS  151,276 OPS
animation   26.58 FPS  123,912 OPS
primitive   65.42 FPS  481,512OPS
empty      332 FPS       0 OPS
mandelbrot   0.11 FPS   32,295 OPS
User avatar
pygy
Citizen
Posts: 98
Joined: Mon Jan 25, 2010 4:06 pm

Re: Benchmark

Post by pygy »

Code: Select all

3.5 y.o. MacBook Pro, OS X 10.6
Core Duo 2GHz
2GB of RAM
Radeon Mobile X1600, 128 MB VRAM

Code: Select all

Text         6678   16.86 fps  -- CPU bound (97%)
Image       24930    6.09 fps -- the FPS are change from 15 to 3 and back according to the image size.
Animation   22215    4.77 fps --same as above, with a 16-3 range The CPU usage remains low, though, so it's either a GPU or a RAM<->VRAM bottleneck
Primitive  191013      26 fps -- CPU bound (97%)
Empty           0     114 fps -- Uses ~ 88% of the CPU.
Mandelbrot  14003    0.05 fps -- 100%-102% (100% means that one core is used at full capacity)
Hermaphroditism is not a crime. -- LSB Superstar

All code published with this account is licensed under the Romantic WTF public license unless otherwise stated.
User avatar
schme16
Party member
Posts: 127
Joined: Thu Oct 02, 2008 2:46 am

Re: Benchmark

Post by schme16 »

I've taken the liberty of making an automated benchmarker version, It goes through all six tests and saves a benchmark in a file called ''resultsReadable.txt" in the save directory; Heres a preview:

Code: Select all


----------------------------------------------------------
            ------03/01/10 21:21:38------ 
----------------------------------------------------------  
Text
    FPS: 48
    OPS:198000
Animation
    FPS: 14
    OPS:2330500
Empty
    FPS: 249
    OPS:0
Image
    FPS: 18
    OPS:2048000
Primitive
    FPS: 58
    OPS:3680000
Mandelbrot
    FPS: 1
    OPS:1536000
I've attached the file for everyone to use or edit, and Special thanks to Mark Sanders (A.K.A CyaNox) for making benchmarker 2

ENJOY!
Attachments
AutoBenchmarker.love
Auto-Benchmarker 0.9 - Credits to Mark Sanders (for the original) and Shane Gadsby(me) for the automated version
(26.7 KiB) Downloaded 726 times
My Development Diary - http://shanegadsby.info
User avatar
Jasoco
Inner party member
Posts: 3725
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: Benchmark

Post by Jasoco »

Code: Select all

----------------------------------------------------------
            ------Tue Mar  2 23:10:38 2010------ 
----------------------------------------------------------  
Text
    FPS: 31
    OPS:198000
Animation
    FPS: 5
    OPS:2330500
Empty
    FPS: 60
    OPS:0
Image
    FPS: 5
    OPS:2048000
Primitive
    FPS: 9
    OPS:3680000
Mandelbrot
    FPS: 1
    OPS:1536000
pekka
Party member
Posts: 206
Joined: Thu Jan 07, 2010 6:48 am
Location: Oulu, Finland
Contact:

Re: Benchmark

Post by pekka »

Well, let's see what my old trusty lappie can do.
----------------------------------------------------------
------Sat Mar 6 18:14:23 2010------
----------------------------------------------------------
Text
FPS: 21
OPS:198000
Animation
FPS: 11
OPS:2330500
Empty
FPS: 123
OPS:0
Image
FPS: 8
OPS:2048000
Primitive
FPS: 19
OPS:3680000
Mandelbrot
FPS: 1
OPS:1536000
Ubuntu 8.10 w/ 1.6 GHz AMD processor and 512 MB; a laptop computer
ATI Radeon X600 Gfx card; X11 with 1280 x 800 resolution desktop
Using LÖVE 0.6.2 compiled from the source package
User avatar
kalle2990
Party member
Posts: 245
Joined: Sat Sep 12, 2009 1:17 pm
Location: Sweden

Re: Benchmark

Post by kalle2990 »

----------------------------------------------------------
------03/06/10 17:33:20------
----------------------------------------------------------
Text
FPS: 65
OPS:198000
Animation
FPS: 18
OPS:2330500
Empty
FPS: 245
OPS:0
Image
FPS: 21
OPS:2048000
Primitive
FPS: 56
OPS:3680000
Mandelbrot
FPS: 1
OPS:1536000
Windows Vista SP 2 32-bit
AMD Phenom 9650 Quad-Core Processor 2.30 GHz
4.00 GB RAM
Nvidia Geforce GT120 1 GB
Post Reply

Who is online

Users browsing this forum: No registered users and 154 guests