diff options
author | petef <petef@FreeBSD.org> | 2001-11-06 20:17:17 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-06 20:17:17 +0000 |
commit | aebf93a400f51d4d800fe602c856634b62919390 (patch) | |
tree | c1f180742cc053424f531aafa1be7d0e9ff5a3db /benchmarks/Makefile | |
parent | 71984d540e90285841b579cf2cf42e1093269198 (diff) | |
download | FreeBSD-ports-aebf93a400f51d4d800fe602c856634b62919390.zip FreeBSD-ports-aebf93a400f51d4d800fe602c856634b62919390.tar.gz |
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 5620dfd..7f844bd 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 |