Subversion Repositories DevTools

Rev

Rev 2218 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2218 Rev 2222
Line 120... Line 120...
120
	{
120
	{
121
		std::string batchName;
121
		std::string batchName;
122
		stream.newBatch(
122
		stream.newBatch(
123
			m_batchSize,
123
			m_batchSize,
124
			buildBatchName( batchName, m_scenarioName ) );
124
			buildBatchName( batchName, m_scenarioName ) );
125
		for ( unsigned repeat = 0; repeat < m_repeatCount && generated; ++repeat )
125
		for ( unsigned repeat = 1; repeat <= m_repeatCount && generated; ++repeat )
126
		{
126
		{
-
 
127
			evaluationContext.setScenarioIndex( repeat );
-
 
128
			
127
			for ( std::vector< TransactionSpecification * >::iterator
129
			for ( std::vector< TransactionSpecification * >::iterator
128
					where = m_orderedTransactionCollection.begin();
130
					where = m_orderedTransactionCollection.begin();
129
				  where != m_orderedTransactionCollection.end();
131
				  where != m_orderedTransactionCollection.end();
130
				  ++where )
132
				  ++where )
131
			{
133
			{