diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2014-12-17 17:53:35 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2014-12-17 17:53:35 -0300 |
commit | ee1b4ebbed56cf8775e62ba9a3caf9c672b01e13 (patch) | |
tree | 5a0a009787fb83a32f3e9893d3e6b43612459baa /service/test | |
parent | 1c83a5144d655c75b873fa3b2ea9067ef6858f21 (diff) |
no need for 6 and 15 threads test #194
Diffstat (limited to 'service/test')
-rw-r--r-- | service/test/perf/search/Search.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/perf/search/Search.conf b/service/test/perf/search/Search.conf index 27ca8ab6..fdf79693 100644 --- a/service/test/perf/search/Search.conf +++ b/service/test/perf/search/Search.conf @@ -21,7 +21,7 @@ url=http://localhost:4567 nb_time=20 [bench] -cycles = 1:3:6:10:15 +cycles = 1:3:6 duration = 10 startup_delay = 0.01 sleep_time = 0.01 |