app/test: reduce duration of red functional test
authorTomasz Kantecki <tomasz.kantecki@intel.com>
Mon, 13 Jun 2016 10:26:38 +0000 (11:26 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Jun 2016 19:29:15 +0000 (21:29 +0200)
commit517b81d164ee0fc8b68ca9e055308ecc2e47088b
tree6b28f04dad3acc81108fd6b0a290ca4ed0dd73c2
parent4beab1700518a75c008f9e510e06e8eb03e52c5d
app/test: reduce duration of red functional test

'red_autotest' changed to run only functional tests without test #4 which was
taking ~53 seconds. 'red_autotest' takes ~2[s] now.
'red_perf' has been added to run performance tests only).
'red_all' has been added to run all functional tests (including #4) and
perfromance tests. This reflects current 'red_autotest' behavior.

Other changes:
- machine TSC clock frequency detection takes place only once now.
- timeouts and number of iterations in functional tests have been reduced
  in order to shorten test duration.

Signed-off-by: Tomasz Kantecki <tomasz.kantecki@intel.com>
app/test/test_red.c