We have an integration test suite running on macOS that previously completed in under 10 seconds with version 1.18.0. After upgrading to 2.0.1, the same suite now takes over a minute to run.
I haven't pinpointed the exact cause yet, but it appears synchronization is noticeably slower. Happy to dig deeper and share more details if that would help narrow it down.
On a positive note: in the previous version we had to download libpowersync.dylib manually and wire it up with a custom factory. That's no longer necessary in 2.0.1 ❤️.
We have an integration test suite running on macOS that previously completed in under 10 seconds with version
1.18.0. After upgrading to2.0.1, the same suite now takes over a minute to run.I haven't pinpointed the exact cause yet, but it appears synchronization is noticeably slower. Happy to dig deeper and share more details if that would help narrow it down.
On a positive note: in the previous version we had to download libpowersync.dylib manually and wire it up with a custom factory. That's no longer necessary in 2.0.1 ❤️.