ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Fix validation for OCAML_BENCH_DOCKER_CPU env variable #412

Closed punchagan closed 1 year ago

punchagan commented 1 year ago

This commit the OCAML_BENCH_DOCKER_CPU validation to allow both comma-separated CPU numbers and comma-separated CPU ranges. We also ensure that the number of CPUs in each of the ranges is the same.

art-w commented 1 year ago

Thanks!