------------------------------------------------------------ revno: 4021 committer: Klaus Thoeni <[email protected]> timestamp: Thu 2014-06-12 15:01:21 +1000 message: set number of iterations to be run correctly (thanks Alex) modified: examples/test/performance/checkPerf.py
-- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'examples/test/performance/checkPerf.py' --- examples/test/performance/checkPerf.py 2014-06-10 03:36:47 +0000 +++ examples/test/performance/checkPerf.py 2014-06-12 05:01:21 +0000 @@ -87,8 +87,8 @@ O.timingEnabled=True timing.reset() tStart=time.time() - # add initIter to nbIter to so that the iterations considered in the perfromance analysis are actually nbIter - O.run(nbIter+initIter) + # run nbIter iterations + O.run(nbIter) O.wait() tEnd=time.time()
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

