CMSIS-DSP: Added benchmarking code for Transform.
diff --git a/CMSIS/DSP/Testing/addAllBenchToRegressionDatabase.bat b/CMSIS/DSP/Testing/addAllBenchToRegressionDatabase.bat
index c8e059f..eee5970 100755
--- a/CMSIS/DSP/Testing/addAllBenchToRegressionDatabase.bat
+++ b/CMSIS/DSP/Testing/addAllBenchToRegressionDatabase.bat
@@ -21,4 +21,6 @@
 echo "Unary Matrix"
 python addToRegDB.py -f bench.txt  Unary 
 echo "Binary Matrix"
-python addToRegDB.py -f bench.txt  Binary
\ No newline at end of file
+python addToRegDB.py -f bench.txt  Binary
+echo "Transform"
+python addToRegDB.py -f bench.txt  Transform
\ No newline at end of file