aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_examples
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark_examples')
-rw-r--r--tests/benchmark_examples/RunExample.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/benchmark_examples/RunExample.cpp b/tests/benchmark_examples/RunExample.cpp
index d41f3d30e0..656a06a099 100644
--- a/tests/benchmark_examples/RunExample.cpp
+++ b/tests/benchmark_examples/RunExample.cpp
@@ -130,6 +130,7 @@ int run_example(int argc, char **argv, Example &example)
{
for(auto &p : printers)
{
+ p->print_entry("Version", build_information());
#ifdef ARM_COMPUTE_CL
if(opencl_is_available())
{