Fixed bug in benchmark's warm up code
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1156164 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
030b8d3773
commit
0e3d0d9e1e
|
@ -99,7 +99,7 @@ public class Benchmark {
|
||||||
try {
|
try {
|
||||||
agent.init();
|
agent.init();
|
||||||
// Warm up
|
// Warm up
|
||||||
agent.get(warmup, 5, 500);
|
agent.get(warmup, 500, 2);
|
||||||
// Sleep a little
|
// Sleep a little
|
||||||
Thread.sleep(5000);
|
Thread.sleep(5000);
|
||||||
System.out.println("=================================");
|
System.out.println("=================================");
|
||||||
|
|
Loading…
Reference in New Issue