smbtorture: Add RAW-BENCH-LOOKUP micro-benchmark.
authorJames Peach <jpeach@apple.com>
Mon, 21 Apr 2008 22:09:43 +0000 (15:09 -0700)
committerJames Peach <jpeach@apple.com>
Mon, 21 Apr 2008 22:09:43 +0000 (15:09 -0700)
commitca7e4d9166a7cb10495cf3ecd9c4e72103fbec30
tree3ae253a33c5d7e67859ee4a790b3104b8176323c
parent8fa23fac516dbf4c8245c1d009e81f02a6341775
smbtorture: Add RAW-BENCH-LOOKUP micro-benchmark.

This test samples the lookup rate for a non-existant filename in a
directory, while varying the number of files in the directory. The
lookup rate should continue to approximate the lookup rate for the
empty directory case.
source/torture/config.mk
source/torture/raw/lookuprate.c [new file with mode: 0644]
source/torture/raw/raw.c