This patch improves the unit tests for the hash library, showing more readable results, in preparation for the new hash implementation to show performance differences.
Changes in v4: - Reduce test time, by reducing number of added keys/iterations, as test was taking too long. - Reduce number of dots indicating progress (there were too many) - Add additional information in commit message. Changes in v3: - Increase table utilization in performance unit tests Changes in v2: - Add missing error check - Simplify average table utilization test - Improve outputs - Fix some typos Pablo de Lara (1): test/hash: improve hash unit tests app/test/test_hash.c | 66 +++- app/test/test_hash_perf.c | 923 ++++++++++++++++++++-------------------------- 2 files changed, 458 insertions(+), 531 deletions(-) -- 2.4.2