aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/benchmarks/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2016-06-02 22:02:01 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2016-07-05 23:49:50 +1000
commit0c63e8b7b97fb72ef38c8edbfbe751d3602e03a1 (patch)
tree9302619bd2b3c51930f538445b499ef302142df1 /tools/testing/selftests/powerpc/benchmarks/Makefile
parentselftests/powerpc: Fix generation of vector instructions/types in context_switch (diff)
downloadlinux-dev-0c63e8b7b97fb72ef38c8edbfbe751d3602e03a1.tar.xz
linux-dev-0c63e8b7b97fb72ef38c8edbfbe751d3602e03a1.zip
selftests/powerpc: Import Anton's mmap & futex micro benchmarks
These are useful little loops for smoke testing performance. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/powerpc/benchmarks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/benchmarks/Makefile b/tools/testing/selftests/powerpc/benchmarks/Makefile
index 6816fc2140cb..a9adfb7de78f 100644
--- a/tools/testing/selftests/powerpc/benchmarks/Makefile
+++ b/tools/testing/selftests/powerpc/benchmarks/Makefile
@@ -1,4 +1,4 @@
-TEST_PROGS := gettimeofday context_switch
+TEST_PROGS := gettimeofday context_switch mmap_bench futex_bench
CFLAGS += -O2