Index: workloads/include/polymix-3-guts.pg =================================================================== RCS file: /usr/local/CVS/polygraph/workloads/include/polymix-3-guts.pg,v retrieving revision 1.2.2.4 retrieving revision 1.2.2.5 diff -u -r1.2.2.4 -r1.2.2.5 --- workloads/include/polymix-3-guts.pg 2001/05/04 14:53:28 1.2.2.4 +++ workloads/include/polymix-3-guts.pg 2001/06/29 17:19:59 1.2.2.5 @@ -12,8 +12,7 @@ // compute the number of pairs if not set already -int clientHostCount = - int(TheBench.peak_req_rate/TheBench.client_side.max_agent_load + 0.5); +int clientHostCount = clientHostCount(TheBench); // robots and servers will bind to these addresses addr[] rbt_ips = robotAddrs(asPolyMix3, TheBench);