Commit 46cc78ed authored by Benjamin Blanc's avatar Benjamin Blanc

benchmark: performance_tester_erp5: Fix bug in multi benchmark suite testing

parent 175add81
......@@ -167,7 +167,11 @@ class PerformanceTester(object):
object_name='user_tuple',
searchable_path_list=users_file_path_list)
namespace.benchmark_suite_list = namespace.benchmark_suite_list[0].split(" ")
object_benchmark_suite_list = []
print "namespace.benchmark_suite_list:"
print namespace.benchmark_suite_list
for benchmark_suite in namespace.benchmark_suite_list:
object_benchmark_suite_list.append(ArgumentType.objectFromModule(benchmark_suite,
callable_object=True,
......
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