Skip to content

Commit

Permalink
fix(playground/bench): output
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 14, 2024
1 parent 3430b0c commit 6c25fb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/src/bench/profiling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const wrap = (
`mean: ${mean.toFixed(2)}ms / ` +
`time: ${time.toFixed(2)}ms / ` +
`std: ${getStandardDeviation(prevTimes).toFixed(2)} ` +
`: ${getStandardDeviation(prevTimes).toFixed(2)} ` +
`over ${prevTimes.length} runs`
console.log(msg)
document.getElementById('time')!.textContent = msg
Expand Down

0 comments on commit 6c25fb6

Please sign in to comment.