aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new/CL/GEMM.cpp
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-18 14:02:10 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commitc87fbf8106bea3e0dc7232afb91df6a9ddb25040 (patch)
tree3332784654916be3ed7a477247f4622a25aea784 /tests/benchmark_new/CL/GEMM.cpp
parentdb33d6a2713c9fb8b6ec8c63caff07f2e9414124 (diff)
downloadComputeLibrary-c87fbf8106bea3e0dc7232afb91df6a9ddb25040.tar.gz
COMPMID-415: Simplify test names
Change-Id: I247a0788e0492cd5e70294b96f5b34a55ff794e5 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80913 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests/benchmark_new/CL/GEMM.cpp')
-rw-r--r--tests/benchmark_new/CL/GEMM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark_new/CL/GEMM.cpp b/tests/benchmark_new/CL/GEMM.cpp
index e46175590e..2fd928d131 100644
--- a/tests/benchmark_new/CL/GEMM.cpp
+++ b/tests/benchmark_new/CL/GEMM.cpp
@@ -37,7 +37,7 @@ namespace test
{
namespace
{
-auto data_types = framework::dataset::make("Data type",
+auto data_types = framework::dataset::make("DataType",
{
#if ARM_COMPUTE_ENABLE_FP16
DataType::FP16,