Skip to content

Commit db773d5

Browse files
committed
fix(benchmark): remove unnecessary statement finalization in main function
1 parent c2b3065 commit db773d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmark/tagstore-benchmark.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ async function main() {
222222
` @photostructure/sqlite: ${Math.round(result.opsPerSec).toLocaleString()} ops/sec`,
223223
),
224224
);
225-
stmt.finalize();
226225
db.close();
227226
}
228227

0 commit comments

Comments
 (0)