diff options
author | petef <petef@FreeBSD.org> | 2001-11-07 04:17:17 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-07 04:17:17 +0800 |
commit | aebf93a400f51d4d800fe602c856634b62919390 (patch) | |
tree | c1f180742cc053424f531aafa1be7d0e9ff5a3db /benchmarks/Makefile | |
parent | 71984d540e90285841b579cf2cf42e1093269198 (diff) | |
download | freebsd-ports-gnome-aebf93a400f51d4d800fe602c856634b62919390.tar.gz freebsd-ports-gnome-aebf93a400f51d4d800fe602c856634b62919390.tar.zst freebsd-ports-gnome-aebf93a400f51d4d800fe602c856634b62919390.zip |
Add stream-1.0, a synthetic benchmark program that measures sustainable
memory bandwidth
PR: 27272
Submitted by: Scott Flatman <sf@dsinw.com>
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 5620dfd0086b..7f844bd18b8c 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -17,6 +17,7 @@ SUBDIR += pybench SUBDIR += rawio SUBDIR += siege + SUBDIR += stream SUBDIR += tcpblast SUBDIR += tmetric SUBDIR += ubench |