Start of a benchmark.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4076 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-12-12 03:11:32 +00:00
parent c30b3bbb64
commit b406501263
4 changed files with 37 additions and 1 deletions

View File

@ -697,5 +697,6 @@ void tf_tests(const tf_test_options_t* options)
_tf_test_run(options, "sign", _test_sign);
_tf_test_run(options, "b64", _test_b64);
_tf_test_run(options, "rooms", tf_ssb_test_rooms);
_tf_test_run(options, "bench", tf_ssb_test_bench);
printf("Tests completed.\n");
}