aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/bench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/bench.cpp')
-rw-r--r--src/cli/bench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/bench.cpp b/src/cli/bench.cpp
index 4f1986de6..529f89baf 100644
--- a/src/cli/bench.cpp
+++ b/src/cli/bench.cpp
@@ -240,7 +240,7 @@ std::vector<std::string> default_benchmark_list()
}
-class Benchmark : public Command
+class Benchmark final : public Command
{
public:
Benchmark() : Command("bench --msec=1000 --provider= --buf-size=8 *algos") {}