diff --git a/.github/scripts/matrix_array.sh b/.github/scripts/matrix_array.sh index 4369ff77..d58f8a16 100755 --- a/.github/scripts/matrix_array.sh +++ b/.github/scripts/matrix_array.sh @@ -3,11 +3,10 @@ set -o errexit set -o pipefail -# For a given descriptor, return the appropriate matrix array -# that can be read in a Github workflow with fromJSON(array) that -# corresponds -# ex. matrix_array.sh adhoc 5 -# ex. matrix_array.sh release 4 +# For a given descriptor, return the appropriate array that can be read by a Github +# workflow with fromJSON(array) +# ex. matrix_array.sh matrix-arr adhoc 5 +# ex. matrix_array.sh matrix-arr release 4 NAME=$1 RUN_TYPE=$2 diff --git a/.github/workflows/nightly-remote-benchmarks.yml b/.github/workflows/nightly-remote-benchmarks.yml index a844ff91..fb46abeb 100644 --- a/.github/workflows/nightly-remote-benchmarks.yml +++ b/.github/workflows/nightly-remote-benchmarks.yml @@ -17,7 +17,7 @@ jobs: run_label: "" test_package: "io.deephaven.benchmark.tests.standard" test_class_regex: "^(Test.*|.+[.$]Test.*|.*Tests?)$" - test_iterations: 1 + test_iterations: 5 scale_row_count: 10000000 distribution: random secrets: inherit diff --git a/.github/workflows/release-remote-benchmarks.yml b/.github/workflows/release-remote-benchmarks.yml index a7f03381..44407df0 100644 --- a/.github/workflows/release-remote-benchmarks.yml +++ b/.github/workflows/release-remote-benchmarks.yml @@ -22,7 +22,7 @@ jobs: run_label: "" test_package: "io.deephaven.benchmark.tests.standard" test_class_regex: "^(Test.*|.+[.$]Test.*|.*Tests?)$" - test_iterations: 1 + test_iterations: 5 scale_row_count: 10000000 distribution: random secrets: inherit