perf: Add a quick test to measure ssb.following performance.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
2025-05-12 12:32:41 -04:00
parent 1f2664e5a8
commit 35941a7ddc
3 changed files with 26 additions and 0 deletions

View File

@ -95,4 +95,10 @@ void tf_ssb_test_triggers(const tf_test_options_t* options);
*/
void tf_ssb_test_cli(const tf_test_options_t* options);
/**
** Test following performance.
** @param options The test options.
*/
void tf_ssb_test_following_perf(const tf_test_options_t* options);
/** @} */