automerge-classic icon indicating copy to clipboard operation
automerge-classic copied to clipboard

Increase threshold in deflate test

Open jeffa5 opened this issue 3 years ago • 2 comments

This is giving occasional errors in the rust/wasm tests as it seems to sometimes be ~101/102.

jeffa5 avatar May 20 '21 16:05 jeffa5

Since there seems to be quite a large difference between the js and rust output here I'm thinking we have ourselves a bug...

jeffa5 avatar May 25 '21 11:05 jeffa5

It's possible they are just using different compression levels or algorithms for deflate. I reckon we could safely bump the number up to 200 if that makes the test more robust.

ept avatar May 25 '21 13:05 ept