diff options
author | danfe <danfe@FreeBSD.org> | 2005-07-06 18:02:08 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-07-06 18:02:08 +0800 |
commit | a249451737d8700925241cd6c4f18f4456f247a9 (patch) | |
tree | 67c8c725642fd068288173fbdda1089ddd7785f4 /benchmarks/Makefile | |
parent | 2db325cbbf72254a45f378dd329f29e16cf4519c (diff) | |
download | freebsd-ports-gnome-a249451737d8700925241cd6c4f18f4456f247a9.tar.gz freebsd-ports-gnome-a249451737d8700925241cd6c4f18f4456f247a9.tar.zst freebsd-ports-gnome-a249451737d8700925241cd6c4f18f4456f247a9.zip |
Add flops, floating point benchmark to give your MFLOPS rating.
Inspired by: NetBSD pkgsrc
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 5c068ed65f64..e22d78ba395a 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -10,6 +10,7 @@ SUBDIR += dbench SUBDIR += dbs SUBDIR += dkftpbench + SUBDIR += flops SUBDIR += forkbomb SUBDIR += himenobench SUBDIR += hpl |