Update to postmark-1.5:

* older postmark-1.13 is no longer available

* new version automatically stops if work files are depleted.

* new version uses a better PRNG.
This commit is contained in:
Sheldon Hearn 2001-11-22 08:56:58 +00:00
parent 4bff3754b1
commit 9a2b4bc7c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50360
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= postmark
PORTVERSION= 1.13
PORTVERSION= 1.5
CATEGORIES= benchmarks
MASTER_SITES= http://www.netapp.com/ftp/ \
http://www.taronga.com/~nick/files/

View file

@ -1 +1 @@
MD5 (postmark-1_13.c) = d6a208f56b140669da4cc11ef8501cdc
MD5 (postmark-1_5.c) = ad1208e0bd9e0b19c6b9728febccac17

View file

@ -13,6 +13,6 @@ From the paper's Abstract:
PostMark is a new benchmark to measure performance for this class of
application.
WWW: http://www.netapp.com/tech_library/3022.html
WWW: http://www.netapp.com/tech_library/postmark.html
-- David (obrien@cs.ucdavis.edu)