diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-06-16 01:13:50 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-06-16 01:13:50 -0400 |
| commit | d154eefc35ce4001aa6d1a6c11e9261228dd0cdc (patch) | |
| tree | 393dbe21e65ad94792ba25ff3e7d834a9e59ee95 /test/dumpfm/load_test.clj | |
| parent | 6d1a8b2255a7bd52eb20f33ad312dfbdc0db38ee (diff) | |
Update test scripts
Diffstat (limited to 'test/dumpfm/load_test.clj')
| -rw-r--r-- | test/dumpfm/load_test.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dumpfm/load_test.clj b/test/dumpfm/load_test.clj index fe56e62..2410032 100644 --- a/test/dumpfm/load_test.clj +++ b/test/dumpfm/load_test.clj @@ -75,8 +75,8 @@ limit 100 :method "POST"))) (def test-spec {:server "http://localhost:8080" - :clients 10 - :requests 1000 + :clients 200 + :requests 10000 :max-latency 1000 :setup-func login-client :funcs [[55 refresh] |
