increased to 5 threads
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
package com.jacob.samples.test.powerpoint;
|
package com.jacob.samples.test.powerpoint;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* $Id: PowerpointTest.java,v 1.1 2005/07/07 01:08:23 clay_shooter Exp $
|
* $Id: PowerpointTest.java,v 1.2 2005/07/07 01:19:06 clay_shooter Exp $
|
||||||
*/
|
*/
|
||||||
import com.jacob.activeX.ActiveXComponent;
|
import com.jacob.activeX.ActiveXComponent;
|
||||||
import com.jacob.com.ComThread;
|
import com.jacob.com.ComThread;
|
||||||
@@ -15,7 +15,7 @@ import com.jacob.com.Dispatch;
|
|||||||
* I am comitting this to the tree just in case we need to come back to it.
|
* I am comitting this to the tree just in case we need to come back to it.
|
||||||
*/
|
*/
|
||||||
public class PowerpointTest extends Thread {
|
public class PowerpointTest extends Thread {
|
||||||
private static final int NUM_THREADS = 3;
|
private static final int NUM_THREADS = 5;
|
||||||
protected static final int NUM_ITERATIONS = 50;
|
protected static final int NUM_ITERATIONS = 50;
|
||||||
|
|
||||||
private static String POWERPOINT_TEST_PATH =
|
private static String POWERPOINT_TEST_PATH =
|
||||||
|
|||||||
BIN
samples/com/jacob/samples/test/powerpoint/test4.ppt
Normal file
BIN
samples/com/jacob/samples/test/powerpoint/test4.ppt
Normal file
Binary file not shown.
BIN
samples/com/jacob/samples/test/powerpoint/test5.ppt
Normal file
BIN
samples/com/jacob/samples/test/powerpoint/test5.ppt
Normal file
Binary file not shown.
Reference in New Issue
Block a user