Port details |
- ramspeed Cache and memory benchmarking tool
- 3.5.0 benchmarks
=1 3.5.0Version of this port present on the latest quarterly branch.
- BROKEN: crashes upon execution, PR 275276
DEPRECATED: Upstream is dead and port is unfetchable This port expired on: 2024-02-29 IGNORE: is marked as broken: crashes upon execution, PR 275276
- Maintainer: mkamm@gmx.net
- Port Added: 2014-01-31 13:40:32
- Last Update: 2024-02-29 11:41:44
- Commit Hash: 1123a02
- People watching this port, also watch:: xdm, kde5, screenFetch
- License: ALASIR
- WWW:
- http://alasir.com/software/ramspeed/
- Description:
- RAMspeed is a command line utility to measure cache and memory performance of
computer systems. It offers 18 cache and memory benchmarks for i386 and amd64
machines, though 6 only for alpha ones. There are *mark benchmarks such as
INTmark, FLOATmark, MMXmark and SSEmark. They operate with linear (sequential)
data streams passed through ALU, FPU, MMX and SSE units respectively.
There are also *mem benchmarks such as INTmem, FLOATmem, MMXmem and SSEmem.
These are supposed to illustrate how fast is actual read/write memory
performance. There are also non-temporal versions of MMX and SSE benchmarks.
They have been coded with special instructions to minimise cache pollution on
memory reads and to eliminate it completely on memory writes. In addition, they
operate with a built in aggressive data prefetching algorithm. In some cases,
non-temporal MMXmark and SSEmark can deliver almost 100% of theoretical
bandwidth while reading.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ramspeed>0:benchmarks/ramspeed
- No installation instructions:
- This port has been deleted.
- PKGNAME: ramspeed
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ramsmp-3.5.0.tar.gz) = 39fb15493fb3c293575746d56f6ab9faaa1d876d8b1f0d8e5a4042d2ace95839
SIZE (ramsmp-3.5.0.tar.gz) = 79481
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- as : devel/binutils
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ramspeed-3.5.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- benchmarks_ramspeed
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.0 29 Feb 2024 11:41:44 |
Muhammad Moinur Rahman (bofh) |
benchmarks/ramspeed: Remove expired port
benchmarks/ramspeed |
3.5.0 14 Jan 2024 22:44:26 |
Daniel Engberg (diizzy) |
benchmarks/ramspeed: Deprecate and set expiration date to 2024-02-29
Last release roughly ~10 years, upstream is gone and application crashes
upon execution
PR: 275276
Reviewed by: Martin Kammerhofer <mkamm@gmx.net> (maintainer) |
3.5.0 23 Jul 2023 15:53:03 |
Muhammad Moinur Rahman (bofh) |
benchmarks/ramspeed: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.5.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.5.0 06 May 2021 11:47:41 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010 |
3.5.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.5.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.5.0 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.5.0 27 Jul 2016 15:09:12 |
mat |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
3.5.0 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.5.0 31 Jan 2014 13:40:22 |
pawel |
RAMspeed is a command line utility to measure cache and memory performance of
computer systems. It offers 18 cache and memory benchmarks for i386 and amd64
machines, though 6 only for alpha ones. There are *mark benchmarks such as
INTmark, FLOATmark, MMXmark and SSEmark. They operate with linear (sequential)
data streams passed through ALU, FPU, MMX and SSE units respectively.
There are also *mem benchmarks such as INTmem, FLOATmem, MMXmem and SSEmem.
These are supposed to illustrate how fast is actual read/write memory
performance. There are also non-temporal versions of MMX and SSE benchmarks.
They have been coded with special instructions to minimise cache pollution on
memory reads and to eliminate it completely on memory writes. In addition, they
operate with a built in aggressive data prefetching algorithm. In some cases,
non-temporal MMXmark and SSEmark can deliver almost 100% of theoretical
bandwidth while reading.
WWW: http://alasir.com/software/ramspeed/
PR: ports/186108
Submitted by: Martin Kammerhofer <mkamm@gmx.net> |