三咲智子 Kevin Deng 2 лет назад
Родитель
Сommit
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