mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-17 07:26:47 +00:00
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 static void main(String[] args) throws Exception {
|
||||
try {
|
||||
agent.init();
|
||||
// Warm up
|
||||
agent.get(warmup, 5, 500);
|
||||
agent.get(warmup, 500, 2);
|
||||
// Sleep a little
|
||||
Thread.sleep(5000);
|
||||
System.out.println("=================================");
|
||||
|
Loading…
x
Reference in New Issue
Block a user