Skip to content
Snippets Groups Projects
Commit ef0f7a0d authored by Radovan Červený's avatar Radovan Červený
Browse files

general purpose ameasure.xml example

parent e9b4b3cf
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0"?>
<MeasurementProvisioner>
<Environment>
<WorkingDirectory>~/repositories/automata-library/bin-debug</WorkingDirectory>
<PipelineIterations>10</PipelineIterations>
<PipelineIterations>3</PipelineIterations>
</Environment>
<InputData>
<InputBatch>
<Generator id="1" alias="str 65536:2">./arand2 -t ST --length 65536 --terminals 2</Generator>
<Generator id="1" alias="str 65536:4">./arand2 -t ST --length 65536 --terminals 4</Generator>
<Generator id="1" alias="str 65536:26">./arand2 -t ST --length 65536 --terminals 26</Generator>
<Generator id="1" alias="str 65536:512">./arand2 -t ST --length 65536 --terminals 512 --integerSymbols</Generator>
<Generator id="1" alias="str 16384:2">./arand2 -t ST --length 16384 --terminals 2</Generator>
<Generator id="1" alias="str 16384:4">./arand2 -t ST --length 16384 --terminals 4</Generator>
<Generator id="1" alias="str 16384:26">./arand2 -t ST --length 16384 --terminals 26</Generator>
<Generator id="1" alias="str 16384:512">./arand2 -t ST --length 16384 --terminals 512 --integerSymbols</Generator>
<Generator id="2" alias="pat 32">./arand2 -t SST --length 32 -i $1</Generator>
<Generator id="2" alias="pat 128">./arand2 -t SST --length 128 -i $1</Generator>
<Generator id="2" alias="pat 512">./arand2 -t SST --length 512 -i $1</Generator>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment