summaryrefslogtreecommitdiff
path: root/source4/torture/local/dbspeed.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19294: a little speed tester for ldb/tdbAndrew Tridgell1-0/+250
I wrote this to see if using a ldb for idmap store (the equivalent of winbindd_idmap.tdb) makes sense. It's a long lived database that administrators may wish to edit, so ldb makes sense, but at the moment ldb is too slow. This test will help us speed it up. (This used to be commit 10f8260455a55530f5701a136af8fa8b05ca8532)