diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-12-06 13:31:21 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-12-06 13:31:21 +0000 |
commit | fa9cc413bbabdfd8bbd864c64bfe135934a746e6 (patch) | |
tree | 11f248a2f6835b1e0f6ec8b678a1277e8a4392a4 /java/demo/Ice/throughput/Client.java | |
parent | Fixed http://www.zeroc.com/vbulletin/showthread.php?t=2842 (diff) | |
download | ice-fa9cc413bbabdfd8bbd864c64bfe135934a746e6.tar.bz2 ice-fa9cc413bbabdfd8bbd864c64bfe135934a746e6.tar.xz ice-fa9cc413bbabdfd8bbd864c64bfe135934a746e6.zip |
Reduced warmup iterations
Diffstat (limited to 'java/demo/Ice/throughput/Client.java')
-rw-r--r-- | java/demo/Ice/throughput/Client.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/Ice/throughput/Client.java b/java/demo/Ice/throughput/Client.java index 12d6f54c088..fc051b075c9 100644 --- a/java/demo/Ice/throughput/Client.java +++ b/java/demo/Ice/throughput/Client.java @@ -83,7 +83,7 @@ public class Client extends Ice.Application StringDouble[] emptyStructs = new StringDouble[0]; Fixed[] emptyFixed = new Fixed[0]; - final int repetitions = 20000; + final int repetitions = 10000; System.out.print("warming up the JIT compiler..."); System.out.flush(); for(int i = 0; i < repetitions; i++) |