Skip to content

Commit 2ace901

Browse files
authored
Enable nexmark q16; always generate a profile (#2396)
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
1 parent 4c6f3ce commit 2ace901

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

benchmark/feldera-sql/benchmarks/nexmark/disabled-queries/q16.sql renamed to benchmark/feldera-sql/benchmarks/nexmark/queries/q16.sql

File renamed without changes.

benchmark/run-nexmark.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ case $runner:$language in
472472
--cores $cores \
473473
--events $events \
474474
--csv results.csv \
475+
--circuit-profile \
475476
$(if $storage; then printf "%s" --storage; fi) \
476477
--query $(if test $query = all; then echo all; else echo q$query; fi)
477478
;;

sql-to-dbsp-compiler/SQL-compiler/src/test/java/org/dbsp/sqlCompiler/compiler/sql/streaming/StreamingTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public CompilerOptions testOptions(boolean incremental, boolean optimize) {
4040
}
4141

4242
@Test
43-
public void q16() {
43+
public void q16() {
4444
// simplified version of q16
4545
String sql = """
4646
CREATE TABLE bid (

0 commit comments

Comments
 (0)