Skip to content

Commit 890733c

Browse files
committed
divide by queries, not 50
1 parent ac47790 commit 890733c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

remote-sync/query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ for (let i = 0; i < queries; i++) {
3737
const delta = (Bun.nanoseconds() - start) / 1000;
3838
console.log(
3939
`took ${prettyPrintDuration(delta)}, ${prettyPrintDuration(
40-
delta / 50,
40+
delta / queries,
4141
)} per query`,
4242
);

0 commit comments

Comments
 (0)