CMSIS-DSP: Improvements to test framework
diff --git a/CMSIS/DSP/Testing/testmain.cpp b/CMSIS/DSP/Testing/testmain.cpp
index 83c5af9..3186030 100644
--- a/CMSIS/DSP/Testing/testmain.cpp
+++ b/CMSIS/DSP/Testing/testmain.cpp
@@ -9,7 +9,11 @@
 #include <stdlib.h>
 using namespace std;
 
+#ifdef BENCHMARK
+#define MEMSIZE 300000
+#else
 #define MEMSIZE 230000
+#endif
 
 // Dummy (will be generated by python scripts)
 // char* array describing the tests and the input patterns.