From 1ba676ae1f94ee6644b92d8bae4701511ed78f01 Mon Sep 17 00:00:00 2001 From: Stan Brubaker <120737309+stanbrub@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:29:33 -0700 Subject: [PATCH] Update run-benchmarks-remote.sh --- .github/scripts/run-benchmarks-remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/run-benchmarks-remote.sh b/.github/scripts/run-benchmarks-remote.sh index ae68ece8..dbc56e8b 100755 --- a/.github/scripts/run-benchmarks-remote.sh +++ b/.github/scripts/run-benchmarks-remote.sh @@ -20,7 +20,7 @@ DEEPHAVEN_DIR=/root/deephaven # Match run type (nightly, release, compare, adhoc) to benchmark test package case ${RUN_TYPE} in adhoc) - TEST_PACKAGE=io.deephaven.benchmark.tests.standard.aggby + TEST_PACKAGE=io.deephaven.benchmark.tests.standard.kafka ;; compare) TEST_PACKAGE=io.deephaven.benchmark.tests.compare