We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0573b36 commit e91fd78Copy full SHA for e91fd78
tests/performance/psramspeed/psramspeed.ino
@@ -22,7 +22,7 @@
22
#define START_SIZE 65536
23
24
// Max size to be copied. Must be bigger than 32 and it will be floored to the nearest power of 2
25
-#define MAX_TEST_SIZE 512 * 1024 // 512KB
+#define MAX_TEST_SIZE 256 * 1024 // 256KB
26
27
// Implementation macros
28
0 commit comments