1%****************************************************************************************************
2%Usage:
3%    Name of test
4%    Path to test from base folder (examples)
5%    command to execute test to compute performance
6%    [! X Y] //If one test has different output X is position of current output, Y is number of outputs
7%    [^] //concatenate output of this step with previous one
8%    #***
9%    [% comment]
10%****************************************************************************************************
11% All parameters of iteration number must be at the end of command string. Now all of the, are default (3 7 1).
12AOBench
13aobench
14% --scale= from parameters
152048 2048
16#***
17Deferred Shading
18deferred_shading
19% --scale= from data and third parameter
20data/pp1280x720.bin
21#***
22Mandelbrot Set
23mandelbrot
24--scale=1.0
25#***
26Mandelbrot Set
27mandelbrot_tasks
28--scale=8.0
29^
30#***
31Perlin Noise Function
32noise
33--scale=4.0
34#***
35Binomial Options
36options
37
38! 1 2
39#***
40Black-Scholes Options
41options
42
43! 2 2
44#***
45Ray Tracer
46rt
47sponza --scale=6.0
48#***
493D Stencil
50stencil
51--scale=1.0
52#***
53Volume Rendering
54volume_rendering
55% --scale= from data
56camera.dat density_highres.vol
57#***
58Sort
59sort
601000000 1
61#***
62