summaryrefslogtreecommitdiff
path: root/test/performance/client.h
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-06-26 08:10:23 +0200
committerCNugteren <web@cedricnugteren.nl>2015-06-26 08:10:23 +0200
commit75f263ce3aa35f57115670af18719137b3020e79 (patch)
tree1d584c03bc3514018ec6da8619d9770cf98126f8 /test/performance/client.h
parentff9f9fac57b550d4a8834a5e5b344c2eefa9099f (diff)
Added symmetric matrix support for the ABC performance tester
Diffstat (limited to 'test/performance/client.h')
-rw-r--r--test/performance/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/client.h b/test/performance/client.h
index edcd1b68..097ae048 100644
--- a/test/performance/client.h
+++ b/test/performance/client.h
@@ -56,7 +56,7 @@ void ClientAC(int argc, char *argv[], Routine2<T> client_routine,
const std::vector<std::string> &options);
template <typename T>
void ClientABC(int argc, char *argv[], Routine3<T> client_routine,
- const std::vector<std::string> &options);
+ const std::vector<std::string> &options, const bool symmetric);
// =================================================================================================