summaryrefslogtreecommitdiff
path: root/test/performance/client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/client.hpp')
-rw-r--r--test/performance/client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/client.hpp b/test/performance/client.hpp
index 0b6176c8..eb224976 100644
--- a/test/performance/client.hpp
+++ b/test/performance/client.hpp
@@ -48,7 +48,7 @@ class Client {
using Reference1 = std::function<StatusCode(const Arguments<U>&, Buffers<T>&, Queue&)>;
using Reference2 = std::function<StatusCode(const Arguments<U>&, BuffersHost<T>&, Queue&)>;
using Reference3 = std::function<StatusCode(const Arguments<U>&, BuffersCUDA<T>&, Queue&)>;
- using SetMetric = std::function<void(Arguments<U>&)>;
+ using SetMetric = std::function<void(Arguments<U>&, Queue&)>;
using GetMetric = std::function<size_t(const Arguments<U>&)>;
// The constructor