Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 6c25fb6

Browse files
committed
fix(playground/bench): output
1 parent 3430b0c commit 6c25fb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playground/src/bench/profiling.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export const wrap = (
4141
`mean: ${mean.toFixed(2)}ms / ` +
4242
`time: ${time.toFixed(2)}ms / ` +
4343
`std: ${getStandardDeviation(prevTimes).toFixed(2)} ` +
44-
`: ${getStandardDeviation(prevTimes).toFixed(2)} ` +
4544
`over ${prevTimes.length} runs`
4645
console.log(msg)
4746
document.getElementById('time')!.textContent = msg

0 commit comments

Comments
 (0)