Ver Fonte

fix(playground/bench): output

三咲智子 Kevin Deng há 2 anos atrás
pai
commit
6c25fb612a
1 ficheiros alterados com 0 adições e 1 exclusões
  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 / ` +
       `mean: ${mean.toFixed(2)}ms / ` +
       `time: ${time.toFixed(2)}ms / ` +
       `time: ${time.toFixed(2)}ms / ` +
       `std: ${getStandardDeviation(prevTimes).toFixed(2)} ` +
       `std: ${getStandardDeviation(prevTimes).toFixed(2)} ` +
-      `: ${getStandardDeviation(prevTimes).toFixed(2)} ` +
       `over ${prevTimes.length} runs`
       `over ${prevTimes.length} runs`
     console.log(msg)
     console.log(msg)
     document.getElementById('time')!.textContent = msg
     document.getElementById('time')!.textContent = msg