automerge / automerge-classic

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
http://automerge.org/
MIT License
14.75k stars 466 forks source link

Increase threshold in deflate test #386

Open jeffa5 opened 3 years ago

jeffa5 commented 3 years ago

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

jeffa5 commented 3 years ago

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

ept commented 3 years ago

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.