Selaa lähdekoodia

fix(playground/bench): output

三咲智子 Kevin Deng 2 vuotta sitten
vanhempi
commit
6c25fb612a
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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