8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hey, im doing
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
setTimeout(next, 1000)