Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-07 | radix tree test suite: Add performance test for radix_tree_join() | Rehas Sachdeva | 1 | -0/+47 | |
Signed-off-by: Rehas Sachdeva <[email protected]> Signed-off-by: Matthew Wilcox <[email protected]> | |||||
2017-03-07 | radix tree test suite: Add performance test for radix_tree_split() | Rehas Sachdeva | 1 | -0/+44 | |
Signed-off-by: Rehas Sachdeva <[email protected]> Signed-off-by: Matthew Wilcox <[email protected]> | |||||
2017-03-07 | radix tree test suite: Add performance benchmarks | Rehas Sachdeva | 1 | -7/+75 | |
Add performance benchmarks for radix tree insertion, tagging and deletion. Signed-off-by: Rehas Sachdeva <[email protected]> Signed-off-by: Matthew Wilcox <[email protected]> | |||||
2017-02-13 | radix tree test suite: Dial down verbosity with -v | Rehas Sachdeva | 1 | -3/+3 | |
Make the output of radix tree test suite less verbose by default and add -v and -vv command line options for increasing level of verbosity. Signed-off-by: Rehas Sachdeva <[email protected]> Signed-off-by: Matthew Wilcox <[email protected]> | |||||
2016-12-14 | radix tree test suite: benchmark for iterator | Konstantin Khlebnikov | 1 | -0/+98 | |
This adds simple benchmark for iterator similar to one I've used for commit 78c1d78488a3 ("radix-tree: introduce bit-optimized iterator") Building with make BENCHMARK=1 set radix tree order to 6, this allows to get performance comparable to in kernel performance. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Konstantin Khlebnikov <[email protected]> Signed-off-by: Matthew Wilcox <[email protected]> Tested-by: Kirill A. Shutemov <[email protected]> Cc: Ross Zwisler <[email protected]> Cc: Matthew Wilcox <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> |