Skip to content

Commit

Permalink
fixup! lib: replace benchmarkjs with tinybench (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed May 9, 2024
1 parent 276fa01 commit f713df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/array-append.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { H2, createTableHeader } from '../markdown.js'
import { H2, createTableHeader } from '../markdown.mjs'

function compareToMdTable(name, amount, ms) {
const numberFormat = new Intl.NumberFormat()
Expand Down

0 comments on commit f713df0

Please sign in to comment.