[PATCH v3 6/9] rbtree: augmented rbtree test

2012-08-20 Thread Michel Lespinasse
Small test to measure the performance of augmented rbtrees. Signed-off-by: Michel Lespinasse Acked-by: Rik van Riel --- lib/rbtree_test.c | 103 +++- 1 files changed, 101 insertions(+), 2 deletions(-) diff --git a/lib/rbtree_test.c

[PATCH v3 6/9] rbtree: augmented rbtree test

2012-08-20 Thread Michel Lespinasse
Small test to measure the performance of augmented rbtrees. Signed-off-by: Michel Lespinasse wal...@google.com Acked-by: Rik van Riel r...@redhat.com --- lib/rbtree_test.c | 103 +++- 1 files changed, 101 insertions(+), 2 deletions(-) diff --git