r19294: a little speed tester for ldb/tdb
authorAndrew Tridgell <tridge@samba.org>
Sun, 15 Oct 2006 20:53:20 +0000 (20:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:21:03 +0000 (14:21 -0500)
commit3433468e12e6ecbe849a377a65bd2baaf5415b72
treead29c75784ccab730c54a1f5d058a36b799c7ca7
parent518666fde197110cdcc2702168d55e787e0e89d9
r19294: a little speed tester for ldb/tdb

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)
source4/torture/local/config.mk
source4/torture/local/dbspeed.c [new file with mode: 0644]
source4/torture/local/local.c