hey, im doing ``` js var persec = 1000 / stats.elapsed , ops = stats.iterations * persec; ``` where i'd expect `setTimeout(next, 1000)` to give 1 op/s, however it seems to be around 10 etc
hey, im doing
where i'd expect
setTimeout(next, 1000)to give 1 op/s, however it seems to be around 10 etc