summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2021-06-17 12:06:41 -0500
committerJason W. Bacon <jwb@FreeBSD.org>2021-06-17 12:06:41 -0500
commit0b83e8dde93cb34d16a1ad5ebb28c34d08513d4d (patch)
treea50a29d7a147ba7ba96969dffab934bdc97923c9 /benchmarks/Makefile
parentUPDATING: Add notes for mesa-libs on portmaster/portupgrade (diff)
benchmarks/mst-bench: Maximum sustainable throughput benchmark
MST-bench is a simple program to measure optimal sustained memory and disk performance. Unlike many benchmarks, it does not attempt to simulate naturally occurring loads. Rather, it indicates what is the best performance you can expect out of your hardware, providing a reference to which software can be compared.
Diffstat (limited to '')
-rw-r--r--benchmarks/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index 5dc990a519b8..71f2f9bbe3d4 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -45,6 +45,7 @@
SUBDIR += lzbench
SUBDIR += mangohud
SUBDIR += mdtest
+ SUBDIR += mst-bench
SUBDIR += nbench
SUBDIR += netio
SUBDIR += netperf