Explorar el Código

fix(playground/bench): output

三咲智子 Kevin Deng hace 2 años
padre
commit
6c25fb612a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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