Signal-iOS/SignalServiceKit/tests
Evan Hahn b5e64e9fce Speed up link preview search code
Previously, we collected all URL matches and then searched through them.
Now, we search lazily, which should improve performance.

I added a perf test that repeats a URL a million times. The new code
finishes in ~0.001 seconds on my machine. The old code does not finish.
2022-10-04 14:09:00 -07:00
..
Account Move pre-key culling logic from TSPreKeyManager to the stores 2022-04-07 10:23:39 -07:00
Contacts Remove useless test setup/teardown 2022-10-04 14:06:34 -07:00
Devices Remove some tests that were never run 2022-08-25 11:14:43 -05:00
Fixtures Improvements to PNG transcoding 2022-09-13 23:22:50 +00:00
Groups Add StoryContextAssociatedData to compute story tab badge count without hidden stories 2022-10-03 21:16:01 -07:00
Messages Speed up link preview search code 2022-10-04 14:09:00 -07:00
Network Remove useless test setup/teardown 2022-10-04 14:06:34 -07:00
Security Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
Storage Remove useless test setup/teardown 2022-10-04 14:06:34 -07:00
Stories Properly drop stories from untrusted sources 2022-09-15 10:26:34 -07:00
Util Remove useless test setup/teardown 2022-10-04 14:06:34 -07:00
SSKBaseTestObjC.h Respond to CR. 2021-10-21 09:21:31 -03:00
SSKBaseTestObjC.m SignalServiceKit: no longer a separate pod 2022-08-05 16:14:15 -05:00
SSKBaseTestSwift.swift Add SystemStoryManager 2022-08-30 14:49:59 -07:00
SSKSwiftTests.swift Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08:00