Skip to content

Commit 0badd8f

Browse files
committed
Disable tpch benchmarks.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent aceffc0 commit 0badd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bench.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sql_benchmark() {
7575

7676
DIR="benchmark/feldera-sql/benchmarks/"
7777
if [[ -z "$CLOUD" ]]; then
78-
TESTS="${DIR}/*"
78+
TESTS="nexmark tiktok"
7979
else
8080
TESTS="nexmark"
8181
fi

0 commit comments

Comments
 (0)