perf: Make -t following_perf respect the usual db path rules.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 33m33s

This commit is contained in:
2025-05-12 12:41:13 -04:00
parent 35941a7ddc
commit ef58749ce3
3 changed files with 14 additions and 2 deletions

View File

@ -15,6 +15,8 @@ typedef struct _tf_test_options_t
const char* exe_path;
/** A comma-separated list of tests to run, or NULL. */
const char* tests;
/** Path to the actual local database for running performance tests against. */
const char* db_path;
} tf_test_options_t;
/**