소스 검색

fix(playground/bench): output

三咲智子 Kevin Deng 2 년 전
부모
커밋
6c25fb612a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      playground/src/bench/profiling.ts

+ 0 - 1
playground/src/bench/profiling.ts

@@ -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