Browse Source

resolve concurrency-levels opt pb (#5254)

see https://github.com/TechEmpower/FrameworkBenchmarks/issues/5222#issuecomment-554953386
jcheron 5 years ago
parent
commit
5012855460
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolset/run-tests.py

+ 1 - 0
toolset/run-tests.py

@@ -166,6 +166,7 @@ def main(argv=None):
     parser.add_argument(
     parser.add_argument(
         '--concurrency-levels',
         '--concurrency-levels',
         nargs='+',
         nargs='+',
+        type=int,
         default=[16, 32, 64, 128, 256, 512],
         default=[16, 32, 64, 128, 256, 512],
         help='List of concurrencies to benchmark')
         help='List of concurrencies to benchmark')
     parser.add_argument(
     parser.add_argument(