Skip to content

Commit 901e9d8

Browse files
authored
close in-memory connection when using sqlite file
1 parent c223582 commit 901e9d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/compare-llama-bench.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def __init__(self, data_file: str):
292292

293293
if (connection):
294294
self.connected_file = True
295+
self.connection.close()
295296
self.connection = connection
296297
self.cursor = cursor
297298
self._builds_init()

0 commit comments

Comments
 (0)