Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c030b6acdc9f45c6-cb015991-4ccc4da7-a9108711-ba571b96bb51dca0e7becf3f"><ac:plain-text-body><![CDATA[

-c [10:20:30:40:50]

Runs the test with 10,20,...,50 threads.

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2f63db04cd050377-0c99fbb8-44af4ce3-858eaf9f-a216debdf6f900e71b6188b8"><ac:plain-text-body><![CDATA[

-s [1:100]:samples=10

Runs the test with ten different size parameters evenly spaced between 1 and 100.

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="f110750f6c18e2f1-fb185762-42354685-ac71b942-a20f80a2746a9a09b974431e"><ac:plain-text-body><![CDATA[

-s [1:1000000]:samples=10:exp

Runs the test with ten different size parameters exponentially spaced between 1 and 1000000.

]]></ac:plain-text-body></ac:structured-macro>

-r 10

Runs each test ten times.

-d 10H

Runs the test repeatedly for 10 hours.

-d 1M, -r 10

Runs the test repeatedly for 1 minute but only takes a timing sample every 10 test runs.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="5c0ba9ed-ddb9-4d00-9478-f652693d0212"><ac:plain-text-body><![CDATA[

-r 10, -c [1:5:10:50], -s [100:1000:10000]

Runs 12 test cycles (4 concurrency samples * 3 size sample), with 10 repeats each. In total the test will be run 199 times (3 + 15 + 30 + 150)

]]></ac:plain-text-body></ac:structured-macro>

The test runner also accepts name=value properties on the end of the command line, and these are passed to the test code as parameters to control the operation of the test. The following properties may be set:

...