Skip to content

Commit d973853

Browse files
committed
benchmark: report common queries from CI
1 parent d1077f9 commit d973853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ for (const title in queries) {
240240
if (err) t.fail(err)
241241
const duration = Date.now() - start
242242
t.pass(`duration: ${duration}ms`)
243+
fs.appendFileSync(reportPath, `| ${title} | ${duration}ms |\n`)
243244
t.end()
244245
})
245246
)

0 commit comments

Comments
 (0)