Add location count to application options and as a cli arg

This commit is contained in:
Aaron Po
2026-05-13 22:04:48 -04:00
parent 773e7c774b
commit a057b9197f
5 changed files with 21 additions and 10 deletions

View File

@@ -118,6 +118,10 @@ struct PipelineOptions {
/// @brief Path for application logs.
std::filesystem::path log_path;
/// @brief Number of locations to sample from the dataset
/// More locations -> more users/more breweries
uint32_t location_count;
};
/**