aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/scimark2
Commit message (Collapse)AuthorAgeFilesLines
* Since the recent updates, Jikes does not compile this programthierry2004-04-121-0/+1
| | | | | | any more. Approved by: pav (mentor).
* SIZE-ify my ports.thierry2004-03-191-0/+1
| | | | | Submitted by: Trevor Johnson <trevor@FreeBSD.org> Approved by: mat (mentor).
* New port: benchmarks/scimark2 - a Java benchmark.edwin2003-08-294-0/+100
SciMark 2.0 is a Java benchmark for scientific and numerical computing. It measures several computational kernels and reports a composite score in approximate Mflops (Millions of floating point operations per second). Suggested by May Tho. PR: ports/50645 Submitted by: Thierry Thomas <thierry@pompo.net>