jsbench-me icon indicating copy to clipboard operation
jsbench-me copied to clipboard

Unclear execution of setup / test case / teardown

Open lukasradek opened this issue 3 years ago • 0 comments

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

lukasradek avatar Feb 13 '22 13:02 lukasradek