Browse Source

Fix minor bug preventing some frameworks from starting

Alex Schneider 10 years ago
parent
commit
8a667976b8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolset/benchmark/benchmarker.py

+ 1 - 0
toolset/benchmark/benchmarker.py

@@ -939,6 +939,7 @@ class Benchmarker:
     del args['type']
     del args['type']
 
 
     args['max_threads'] = args['threads']
     args['max_threads'] = args['threads']
+    args['max_concurrency'] = str(max(args['concurrency']))
 
 
     self.__dict__.update(args)
     self.__dict__.update(args)
     # pprint(self.__dict__)
     # pprint(self.__dict__)