format
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
2025-05-14 20:33:02 -04:00
parent 7688e4d3a8
commit c0019d7246
2 changed files with 12 additions and 7 deletions

View File

@ -1622,7 +1622,10 @@ void tf_ssb_test_following_perf(const tf_test_options_t* options)
for (int i = 0; i < 100; i++)
{
const char** ids = tf_ssb_db_get_all_visible_identities(ssb, 2);
while (ids[count]) { count++; }
while (ids[count])
{
count++;
}
tf_free(ids);
}
uint64_t end = uv_hrtime();