refactor(cache): optimize test setup and reduce iterations #651
Reference in New Issue
Block a user
Delete Branch "refactor-cache-optimize-test-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove bcrypt hashing for API keys to speed up concurrent tests and
replace it with a legacy hashing function. Reduce the number of
concurrent readers and writers in the test to improve performance
while retaining essential functionality checks. Use a more efficient
method to fetch organizations within the concurrency test block.
mentioned in commit
fbe962a7b7