Skip to main content
min(numbers...) returns the lowest value from the given numbers.

Signature

At least one argument is required.

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.