app/test: move hash performance tests to separate file
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 10 Jun 2015 15:25:18 +0000 (16:25 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 16 Jun 2015 09:58:35 +0000 (11:58 +0200)
commit4de41856c5e0839bc2a94f6670f17d2e437855bd
treeb33e45a6b769d2f33f2a21110e43bd08b63397a1
parentdc0c16105d2d2d73694b7ac01cefdf12fbb7dfda
app/test: move hash performance tests to separate file

This patch moves hash function performance tests to a separate file,
so user can check performance of the existing hash functions quicker,
without having to run all the other hash operation performance tests,
which takes some time.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
app/test/Makefile
app/test/test_hash_functions.c [new file with mode: 0644]
app/test/test_hash_perf.c