min(numbers...) returns the lowest value from the given numbers.
Signature
Example
Limit the number of parallel integration test runners to avoid overwhelming the test database, while still using all available workers when the suite is small:Notes
- All arguments must be numbers.
- To find the largest value, use
max.