We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b3065 commit db773d5Copy full SHA for db773d5
1 file changed
benchmark/tagstore-benchmark.ts
@@ -222,7 +222,6 @@ async function main() {
222
` @photostructure/sqlite: ${Math.round(result.opsPerSec).toLocaleString()} ops/sec`,
223
),
224
);
225
- stmt.finalize();
226
db.close();
227
}
228
0 commit comments