jsbench-me
jsbench-me copied to clipboard
Unclear execution of setup / test case / teardown
I was getting some inconsistent results and find out the following.
My test case is sometimes but regularly executed multiple times after single setup javascript like this. 1x Setup JS 1x Test Case 1x Setup JS 1x Test Case 1x Setup JS Many times Test Case
Since the test cannot be setup again, it leads to inconsistent results.
Example https://jsbench.me/v9kzlav8l6/1
If you open the console, you will see logs: "Setup JS" - self explanatory "Skipped number" - result of first test case, this is getting repeated