Skip to content

Commit dc48b83

Browse files
committed
fix
1 parent 7120f2c commit dc48b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/lsqb/benchmark_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def run_query(conn, query_spec):
126126

127127

128128
def run_kuzu(sf, serialized_graph_path, num_threads):
129-
db = kuzu.Database(serialized_graph_path)
129+
db = kuzu.Database(os.path.join(serialized_graph_path, "kuzu.db"))
130130
conn = kuzu.Connection(db, num_threads=num_threads)
131131
if timeout is not None:
132132
conn.set_query_timeout(timeout)

0 commit comments

Comments
 (0)