diff options
Diffstat (limited to 'src/lib/misc/benchmark/benchmark.cpp')
-rw-r--r-- | src/lib/misc/benchmark/benchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/misc/benchmark/benchmark.cpp b/src/lib/misc/benchmark/benchmark.cpp index d5e3694b5..4ecca1566 100644 --- a/src/lib/misc/benchmark/benchmark.cpp +++ b/src/lib/misc/benchmark/benchmark.cpp @@ -119,7 +119,7 @@ double find_first_in(const std::map<std::string, double>& m, return i->second; } - throw std::runtime_error("In algo benchmark no usable keys found in result"); + throw Exception("In algo benchmark no usable keys found in result"); } std::set<std::string> get_all_providers_of(const std::string& algo) |