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:
Oleg Kalnichevski 2011-08-10 13:10:52 +00:00
parent 030b8d3773
commit 0e3d0d9e1e
1 changed files with 1 additions and 1 deletions

View File

@ -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("=================================");