Skip to content
Snippets Groups Projects
Commit 3002dda1 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

measure more cases

parent 9a92e3ef
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,11 @@
</Environment>
<InputData>
<InputBatch>
<Generator id="1" alias="str 65536:2">./arand2 -t ST --length 16384 --terminals 2</Generator>
<Generator id="1" alias="str 8388608:2">./arand2 -t ST --length 8388608 --terminals 2</Generator>
<Generator id="1" alias="str 8388608:4">./arand2 -t ST --length 8388608 --terminals 2</Generator>
<Generator id="1" alias="str 8388608:8">./arand2 -t ST --length 8388608 --terminals 2</Generator>
<Generator id="1" alias="str 8388608:16">./arand2 -t ST --length 8388608 --terminals 2</Generator>
<Generator id="1" alias="str 8388608:24">./arand2 -t ST --length 8388608 --terminals 2</Generator>
<Generator id="2" alias="pat 2">./arand2 -t SST --length 2 -i $1</Generator>
<Generator id="2" alias="pat 4">./arand2 -t SST --length 4 -i $1</Generator>
<Generator id="2" alias="pat 8">./arand2 -t SST --length 8 -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