Skip to content

Commit

Permalink
Changed number of senders to 10 by default in MPerf
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Mar 11, 2014
1 parent 89440e0 commit 1b61667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perf/org/jgroups/tests/perf/MPerf.java
Expand Up @@ -38,7 +38,7 @@ public class MPerf extends ReceiverAdapter {

protected int num_msgs=1000 * 1000;
protected int msg_size=1000;
protected int num_threads=1;
protected int num_threads=10;
protected int log_interval=num_msgs / 10; // log every 10%
protected int receive_log_interval=num_msgs / 10;
protected int num_senders=-1; // <= 0: all
Expand Down

0 comments on commit 1b61667

Please sign in to comment.