* benchtests/bench-memcpy-random.c (TEST_NAME): Change to memcpy.
(IMPL) Call with 1 instead of 0 as argument.
+2017-03-28 Steve Ellcey <sellcey@caviumnetworks.com>
+
+ * benchtests/bench-memcpy-random.c (TEST_NAME): Change to memcpy.
+ (IMPL) Call with 1 instead of 0 as argument.
+
2017-03-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* sysdeps/unix/sysv/linux/arm/setegid.c: Remove file.
#define MIN_PAGE_SIZE 131072
#define TEST_MAIN
-#define TEST_NAME "memcpy-random"
+#define TEST_NAME "memcpy"
#include "bench-string.h"
#include <assert.h>
-IMPL (memcpy, 0)
+IMPL (memcpy, 1)
#define NUM_COPIES 4096