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

@@ -1080,6 +1080,7 @@ void tf_tests(const tf_test_options_t* options)
_tf_test_run(options, "invite", tf_ssb_test_invite, false);
_tf_test_run(options, "triggers", tf_ssb_test_triggers, false);
_tf_test_run(options, "cli", tf_ssb_test_cli, false);
_tf_test_run(options, "following_perf", tf_ssb_test_following_perf, true);
tf_printf("Tests completed.\n");
#endif
}