Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Apr 1, 2024
1 parent 83a99bf commit 2d57f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/sqlite/deno.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Database } from "https://deno.land/x/sqlite3@0.9.1/mod.ts";
import { Database } from "https://deno.land/x/sqlite3@0.11.1/mod.ts";
import { run, bench } from "../node_modules/mitata/src/cli.mjs";

const db = new Database("./src/northwind.sqlite");
Expand Down

0 comments on commit 2d57f25

Please sign in to comment.