add script for measuring performance

This commit is contained in:
Ilia Filippov
2013-07-01 13:30:49 +04:00
parent 0dd1dbb568
commit 806e37338c
6 changed files with 280 additions and 4 deletions

53
examples/perf.ini Executable file
View File

@@ -0,0 +1,53 @@
%****************************************************************************************************
%Usage:
% Name of test
% Path to test from base folder (examples)
% command to execute test to compute performance
% [! X Y] //If one test has different output X is position of current output, Y is number of outputs
% [^] //concatenate output of this step with previous one
% #***
% [% comment]
%****************************************************************************************************
AOBench
aobench
ao 10 512 512
#***
Deferred Shading
deferred
deferred_shading data/pp1280x720.bin
#***
Mandelbrot Set
mandelbrot
mandelbrot
#***
Mandelbrot Set
mandelbrot_tasks
mandelbrot
^
#***
Perlin Noise Function
noise
noise
#***
Binomial Options
options
options
! 1 2
#***
Black-Scholes Options
options
options
! 2 2
#***
Ray Tracer
rt
rt sponza
#***
3D Stencil
stencil
stencil
#***
Volume Rendering
volume_rendering
volume camera.dat density_highres.vol
#***