diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-01 10:18:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:25 -0500 |
commit | 1fd59e3d6112b295f292a4586cc16363c3d4514b (patch) | |
tree | eca3329c00309e6053782324c6b25e58459b9abb /source4/torture/torture.c | |
parent | 060ea529892f0221438b81219559a195bb2c87b3 (diff) | |
download | samba-1fd59e3d6112b295f292a4586cc16363c3d4514b.tar.gz samba-1fd59e3d6112b295f292a4586cc16363c3d4514b.tar.bz2 samba-1fd59e3d6112b295f292a4586cc16363c3d4514b.zip |
r6556: added BENCH-RPC test, useful for simple rpc load testing
(This used to be commit d1e0b7a2e3078c9cc1baff2fd17222ebae94ada7)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r-- | source4/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 5734fc0f8d..8aa0e91a98 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2325,6 +2325,7 @@ static struct { {"BENCH-TORTURE", NULL, run_torture}, {"BENCH-NBT", torture_bench_nbt, 0}, {"BENCH-WINS", torture_bench_wins, 0}, + {"BENCH-RPC", torture_bench_rpc, 0}, /* RAW smb tests */ {"RAW-QFSINFO", torture_raw_qfsinfo, 0}, |