summaryrefslogtreecommitdiff
path: root/test/performance/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/client.h')
-rw-r--r--test/performance/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/performance/client.h b/test/performance/client.h
index 5125844a..edcd1b68 100644
--- a/test/performance/client.h
+++ b/test/performance/client.h
@@ -52,6 +52,9 @@ template <typename T>
void ClientAXY(int argc, char *argv[], Routine3<T> client_routine,
const std::vector<std::string> &options);
template <typename T>
+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);