microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
346 stars 40 forks source link

Reduce spinxsk variance #539

Closed mtfriesen closed 3 weeks ago

mtfriesen commented 3 weeks ago

The spinxsk tests run for 10 minutes in PRs and 60 minutes in main, and every once in a while we hit a "bad" run where the success rate is less than 1%. Other times the success rate can be as high as 15%.

Try running each iteration for twice as long (10 minutes) to let the randomized test converge to the mean.

Resolves #536