Explorar o código

resolve concurrency-levels opt pb (#5254)

see https://github.com/TechEmpower/FrameworkBenchmarks/issues/5222#issuecomment-554953386
jcheron %!s(int64=5) %!d(string=hai) anos
pai
achega
5012855460
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      toolset/run-tests.py

+ 1 - 0
toolset/run-tests.py

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