Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: benchmark: do not initialize the adhoc rule
Initializing the std::optional<std::string> adhoc rule variable to "" will... insert a value into the optional! Removing the point of using an optional and running the adhoc benchmark **every time**. Do not initialize the optional.
- Loading branch information