commit | 1aa661f5c3df15432530f01f1023d556fa81b95d | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Thu Apr 30 22:37:41 2015 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun May 03 23:08:53 2015 -0400 |
tree | 55a7bdd26921f3c58159358c0fdea130721c82d6 | |
parent | f54e84b6e9f07a93a5f27f55bf28982c06f45109 [diff] |
rhashtable-test: Measure time to insert, remove & traverse entries Make test configurable by allowing to specify all relevant knobs through module parameters. Do several test runs and measure the average time it takes to insert & remove all entries. Note, a deferred resize might still continue to run in the background. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>