summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utilities.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utilities.hpp b/src/utilities.hpp
index 5a4eef0f..d5efab9f 100644
--- a/src/utilities.hpp
+++ b/src/utilities.hpp
@@ -80,8 +80,9 @@ constexpr auto kArgComparecblas = "cblas";
constexpr auto kArgStepSize = "step";
constexpr auto kArgNumSteps = "num_steps";
constexpr auto kArgNumRuns = "runs";
+constexpr auto kArgWarmUp = "warm_up";
-// The client-specific arguments in string form
+// The test-specific arguments in string form
constexpr auto kArgFullTest = "full_test";
constexpr auto kArgVerbose = "verbose";