summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2023-12-21 09:11:19 +0100
committerEmanuel Haupt <ehaupt@FreeBSD.org>2023-12-21 09:11:19 +0100
commitb2a837790c7e63ae76f999c296d46be9f1517c03 (patch)
tree0ea1bc295f860e809491969202c71d1886ab5ec8 /benchmarks/Makefile
parentwww/chromium: update to 120.0.6099.129 (diff)
benchmarks/tinymembench: Add new port
This is a simple memory benchmark program, which tries to measure the peak bandwidth of sequential memory accesses and the latency of random memory accesses. Bandwidth is measured by running different assembly code for the aligned memory blocks and attempting different prefetch strategies.
Diffstat (limited to '')
-rw-r--r--benchmarks/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 020638d3115e..fcb36bb69a2d 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -104,6 +104,7 @@
SUBDIR += sysbench
SUBDIR += tcpblast
SUBDIR += thrulay
+ SUBDIR += tinymembench
SUBDIR += tsung
SUBDIR += ttcp
SUBDIR += typometer