Commit 68b03c82 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix one more trivial mistake.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37648 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba934fa9
......@@ -277,7 +277,7 @@ class TestSimulationPerformance(ERP5TypeTestCase, LogInterceptor):
if measurable:
after_time = time()
amount_of_time = after_time - before_time
min_time, max_time = self._getMinMaxTime()
min_time, max_time = self._getMinMaxTime(target)
print "%s took %.4f (%.4f < %.4f < %.4f)" \
% (target, amount_of_time, min_time, amount_of_time, max_time)
# Reset the target to make sure that the same target is not
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment