Subject: CVS commit: pkgsrc/benchmarks/postmark
To: None <pkgsrc-changes@netbsd.org>
From: Tim Rightnour <garbled@netbsd.org>
List: pkgsrc-changes
Date: 07/17/2001 10:02:16
Module Name: pkgsrc
Committed By: garbled
Date: Tue Jul 17 07:02:15 UTC 2001
Modified Files:
pkgsrc/benchmarks/postmark: Makefile distinfo
Log Message:
Update postmark to 1.5. Also, fix the benchmark target to provide a little
better benchmark without being too unreasonable on the disk requirements.
Changelog:
1.14 - Automatically stop run if work files are depleted
1.5 - It was pointed out by many (most recently Michael Flaster) that the
pseudo-random number generator was more pseudo than random. After
a review of the literature and extensive benchmarking, I've replaced
the previous PRNG with the Mersenne Twister. While an excellent PRNG,
it retains much of the performance of the previous implementation.
URL: http://www.math.keio.ac.jp/~matumoto/emt.html
Also changed MB definition to 1024KB, tweaked show command
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/benchmarks/postmark/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/benchmarks/postmark/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.