summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-15 04:55:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:42 -0500
commit82e6a6e46b53843f21dd02b342868380c770a8fa (patch)
tree391d2d862399cc844211ef70d92fbbbfb70a2a97 /source4/torture/torture.c
parentb1db7877e28d0e792cf3e271d7f1eaf0228352bf (diff)
downloadsamba-82e6a6e46b53843f21dd02b342868380c770a8fa.tar.gz
samba-82e6a6e46b53843f21dd02b342868380c770a8fa.tar.bz2
samba-82e6a6e46b53843f21dd02b342868380c770a8fa.zip
r5403: a simple WINS benchmarking program
(This used to be commit d0f8b5bc6d64688cf9ad19d203d173ad2735f001)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 6b92bce691..7cf8083ac3 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2346,6 +2346,7 @@ static struct {
{"BENCH-NBENCH", torture_nbench, 0},
{"BENCH-TORTURE", NULL, run_torture},
{"BENCH-NBT", torture_bench_nbt, 0},
+ {"BENCH-WINS", torture_bench_wins, 0},
/* RAW smb tests */
{"RAW-QFSINFO", torture_raw_qfsinfo, 0},