فهرست منبع

Add back support for args.max_threads

Hamilton Turner 11 سال پیش
والد
کامیت
43eefe5661
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      toolset/benchmark/benchmarker.py

+ 2 - 0
toolset/benchmark/benchmarker.py

@@ -921,6 +921,8 @@ class Benchmarker:
         args['types'] = { args['type'] : types[args['type']] }
     del args['type']
 
+    args['max_threads'] = args['threads']
+
     self.__dict__.update(args)
     # pprint(self.__dict__)