Commit 58c38a54 authored by Benjamin Blanc's avatar Benjamin Blanc

scalability: fix missing len(..)

parent 63443cc5
......@@ -310,7 +310,7 @@ class ScalabilityLauncher(object):
created_document_number,
failed_document_number,
test_duration,
benchmark_path_list
len(benchmark_path_list)
)
self.log("results:")
......
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