CVS log for ports/benchmarks/Makefile
Up to [FreeBSD] / ports / benchmarks
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Aug 1 04:29:36 2011 UTC (6 months, 1 week ago) by bapt
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +0 -2 lines
Bye bye abandonwares (part 2) 2011-08-01 benchmarks/rawio: Looks like an abandonware, no more public distfiles 2011-08-01 benchmarks/tmetric: Looks like abandonware, no more public distfiles 2011-08-01 biology/L-Breeder: Looks like an abandonware, no more public distfile 2011-08-01 biology/crimap: Looks like an abandonware, no more public distfile 2011-08-01 biology/distribfold: No more upstream, looks like an abandonware 2011-08-01 biology/kinemage: Looks like an abandonware, no more public distfile 2011-08-01 biology/lsysexp: Looks like an abandonware, no more public distfile 2011-08-01 chinese/chm2html: Looks like an abandonware, no more public distfile 2011-08-01 chinese/ntuttf: No more public distfiles available 2011-08-01 chinese/reciteword: Looks like an abandonware, no more public distfile 2011-08-01 chinese/tocps: No more pulic distfiles 2011-08-01 chinese/xttmgr: Looks like an abandonware, no more public distfile 2011-08-01 comms/mserver: Looks like an abandonware, no more public distfiles 2011-08-01 comms/qicosi: Looks like an abandonware, no more public distfile 2011-08-01 comms/sms_client: Looks like an abandonware, no more public distfile 2011-08-01 comms/smstools: Looks like an abandonware, no more public distfile 2011-08-01 converters/siconv: Looks like an abandonware, no more public distfiles 2011-08-01 converters/utf8conv: Looks like an abandonware, no more public distfile 2011-08-01 databases/pgcluster: Looks like an abandonware, no more public distfile 2011-08-01 databases/py-MySQL: Please use databases/py-MySQLdb instead 2011-08-01 databases/py-SQLDict: Looks like an abandonware, no more public distfile 2011-08-01 databases/py-rrdpipe: Looks like an abandonware, no more public distfile 2011-08-01 databases/sybase_ase: no more public distfiles available
Revision 1.72: download - view: text, markup, annotated - select for diffs
Sun Jan 9 08:08:49 2011 UTC (13 months ago) by flo
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -0 lines
Add new port benchmarks/filebench Filebench is quick to set up and use unlike many of the commercial benchmarks which it can emulate. It is also a handy tool for micro-benchmarking storage subsystems and studying the relationships of complex applications such as relational databases with their storage without having to incur the costs of setting up those applications, loading data and so forth. Filebench uses loadable workload personalities in a common framework to allow easy emulation of complex applications upon file systems. The workload personalities use a Workload Definition Language to define the workload's model. WWW: http://www.solarisinternals.com/wiki/index.php/FileBench WWW: http://www.fsl.cs.sunysb.edu/~vass/filebench/ PR: ports/153750 Submitted by: "Tom Judge" <tom@tomjudge.com> Approved by: fjoe (mentor)
Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Sep 21 14:17:23 2010 UTC (16 months, 2 weeks ago) by ashish
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -0 lines
NetPerfMeter is a network performance meter for the UDP, TCP, SCTP and DCCP transport protocols over IPv4 and IPv6. It simultaneously transmits bidirectional flows to an endpoint and measures the resulting flow bandwidths and QoS. The results are written as vector and scalar files. The vector files can e.g. be used to create plots of the results. WWW: http://www.iem.uni-due.de/~dreibh/netperfmeter/ PR: ports/148994 Approved by: tabthorpe (mentor)
Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Aug 23 11:20:59 2010 UTC (17 months, 2 weeks ago) by decke
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -0 lines
Randomio is a multithreaded disk i/o microbenchmark. It requires O_DIRECT, pread/pwrite, and pthreads. WWW: http://www.arctic.org/~dean/randomio/ PR: ports/149838 Submitted by: Sergey Kandaurov <pluknet at gmail dot com> (maintainer) Approved by: beat (co-mentor)
Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Feb 22 18:38:12 2010 UTC (23 months, 2 weeks ago) by kmoore
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -0 lines
New port -- Phoronix Benchmarking Suite Approved by: miwi(mentor) Feature safe: yes
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Jan 12 21:53:30 2010 UTC (2 years ago) by pgj
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -0 lines
This Haskell library provides a powerful but simple way to measure the performance of Haskell code. It provides both a framework for executing and analysing benchmarks and a set of driver functions that makes it easy to build and run benchmarks, and to analyse their results. WWW: http://hackage.haskell.org/package/criterion PR: ports/142495 Submitted by: Jacula Modyun <jacula(at)gmail.com>
Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Sep 3 19:03:12 2009 UTC (2 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -0 lines
nuttcp is a network performance measurement tool intended for use by network and system managers. Its most basic usage is to determine the raw TCP (or UDP) network layer throughput by transferring memory buffers from a source system across an interconnecting network to a destination system, either transferring data for a specified time interval, or alternatively transferring a specified number of bytes. nuttcp is based on nttcp, but have several useful features such as a server mode, rate limiting, multiple parallel streams, and timer based usage. WWW: http://www.lcp.nrl.navy.mil/nuttcp/ PR: ports/137876 Submitted by: Andy Clark <andrewclarkii at gmail.com>
Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Jul 13 22:40:20 2009 UTC (2 years, 6 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -0 lines
Slowloris both helps identify the timeout windows of a HTTP server or Proxy server, can bypass httpready protection and ultimately performs a fairly low bandwidth denial of service. It has the added benefit of allowing the server to come back at any time (once the program is killed), and not spamming the logs excessively. It also keeps the load nice and low on the target server, so other vital processes don't die unexpectedly, or cause alarm to anyone who is logged into the server for other reasons. The main audience using slowloris is of course a system administrators wanting to measure their webserver's performance and vulnerability. WWW: http://ha.ckers.org/slowloris/ PR: ports/136281 Submitted by: Alexey V. Degtyarev
Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Sep 24 07:26:36 2008 UTC (3 years, 4 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -0 lines
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is benchmark. The package contains code used to benchmark speed of Octave. WWW: http://octave.sourceforge.net/ PR: 127301 Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Jun 18 10:47:07 2008 UTC (3 years, 7 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -0 lines
Please repocopy benchmarks/polygraph to benchmarks/polygraph31 I'm going to update the polygraph port to a more reasonable release; I'd like it to be a new port which I can maintain. PR: ports/124405 Submitted by: Adrian Chadd <adrian@FreeBSD.org>
Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Apr 5 18:25:40 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -0 lines
Geekbench is a cross-platform benchmark suite for Mac OS X, Windows, Solaris, and Linux. Geekbench is designed to measure the performance an average application can expect from both the processor and the memory subsystem. Geekbench's benchmarks are written in platform-neutral C++, and have no platform-specific optimizations. Geekbench is compiled with what we consider the de-facto standard compiler for each platform, with the compiler switches suggested by the compiler vendor for release code. WWW: http://www.geekpatrol.ca/geekbench/ PR: ports/106533 Submitted by: Gea-Suan Lin <gslin@gslin.org>
Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Feb 27 23:52:01 2008 UTC (3 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +0 -1 lines
2007-10-31 www/vtiger4: This version is no longer supported by the developers 2007-12-01 www/xpi-surfkeys: Development has been ceased 2008-02-01 sysutils/eventwatcher: no active development 2007-10-27 sysutils/p5-UPS-Nut: Version branch long since retired 2007-10-31 net-mgmt/netsaint: Now developed as Nagios, see net-mgmt/nagios port 2007-10-31 net-mgmt/netsaint-plugins: Now developed as Nagios, see net-mgmt/nagios port 2008-01-22 benchmarks/tsung: "fails to install" 2007-10-03 games/ggo: developer's focus have moved elsewhere 2008-02-15 mail/claws-mail-etpan_privacy: no longer supported by developers
Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Dec 21 15:31:17 2007 UTC (4 years, 1 month ago) by garga
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -0 lines
- Repocopy sysutils/xdd -> benchmarks/xdd since it's a better category for this PR: ports/117407 Submitted by: obrien@ Repocopied by: marcus@ Approved by: maintainer
Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Dec 17 01:43:56 2007 UTC (4 years, 1 month ago) by araujo
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -0 lines
- Move sipp to new category benchmarks. [1] - Update to 2.0.20071024. [2] PR: ports/117305 [1], ports/117463 [2] Submitted by: araujo [1], Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer) [2] Approved by: stas (mentor, implicit)
Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Jun 4 21:30:21 2007 UTC (4 years, 8 months ago) by skv
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -0 lines
Add tsung 1.2.1, multi-protocol distributed load testing tool.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Apr 30 07:10:51 2007 UTC (4 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -0 lines
The mdtest software is used for testing the metadata performance of a file system. WWW: http://www.llnl.gov/icc/lc/siop/ PR: ports/112237 Submitted by: Chao Shin <quakelee at cn.freebsd.org>
Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Apr 3 01:56:08 2007 UTC (4 years, 10 months ago) by clsung
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -0 lines
Add rubygem-railsbench 0.9.2, scripts designed for benchmarking of Rails applications. PR: ports/111134 Submitted by: Alexander Logvinov <ports at logvinov.com>
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jan 8 03:48:30 2007 UTC (5 years, 1 month ago) by clsung
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -0 lines
Add p5-Benchmark-Forking 0.99, run benchmarks in separate processes. PR: ports/107593 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Dec 14 20:16:43 2006 UTC (5 years, 1 month ago) by dinoex
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -0 lines
This is GSBench for GNUstep. It started as a simple conversion of NXBench for NEXTSTEP. I rewrote the entire application for version 0.5 in order to have an open architecture which allows the integration of other benchmarks by using bundles. WWW: http://www.nice.ch/~phip/softcorner.html
Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Nov 23 11:56:19 2006 UTC (5 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -0 lines
This integer benchmark solves positions in the game of connect-4, as played on a vertical 7x6 board. This takes about 10 minutes on contemporary PCs. WWW: http://homepages.cwi.nl/~tromp/c4/fhour.html PR: ports/105778 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Nov 20 21:26:53 2006 UTC (5 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -0 lines
The idea of IMB is to provide a concise set of elementary MPI benchmark kernels. With one executable, all of the supported benchmarks, or a subset specified by the command line, can be run. The rules, such as time measurement (including a repetitive call of the kernels for better clock synchronization), message lengths, selection of communicators to run a particular benchmark (inside the group of all started processes) are program parameters. WWW: http://www.intel.com/cd/software/products/asmo-na/eng/cluster/mpi/219848.htm PR: ports/105665 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Sep 30 08:08:28 2006 UTC (5 years, 4 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
Add p5-Benchmark-Stopwatch 0.03, simple timing of stages of your code. PR: ports/102468 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon May 1 13:26:54 2006 UTC (5 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -0 lines
GtkPerf is an application designed to test GTK+ performance. The point is to create common testing platform to run predefined GTK+ widgets (opening comboboxes, toggling buttons, scrolling text yms.) and this way define the speed of device/platform. WWW: http://gtkperf.sourceforge.net PR: ports/96162 Submitted by: Andreas Kohn <andreas@syndrom23.de>
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Dec 11 13:56:12 2005 UTC (6 years, 2 months ago) by barner
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -0 lines
Add sysbench 0.4.3, a modular, cross-platform and multi-threaded benchmark tool. PR: 90233 Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Dec 11 11:16:20 2005 UTC (6 years, 2 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -0 lines
Add super-smack 1.3, a benchmarking, stress testing, and load generation tool for Databases. PR: ports/90209 Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Oct 20 19:32:14 2005 UTC (6 years, 3 months ago) by sem
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -0 lines
The program thrulay is used to measure the capacity, delay, and other performance metrics of a network by sending a bulk TCP or UDP stream over it. Special features of thrulay include: * For TCP, ability to measure round-trip delay along with throughput * For UDP, ability to measure - one-way delay, with quantiles - packet loss - packet duplication - reordering * For UDP, the ability to send precisely positioned true Poisson streams (microsecond errors in sending times) * Human- and machine-readable output (ready to be fed to gnuplot) WWW: http://www.internet2.edu/~shalunov/thrulay/ PR: ports/87683 Submitted by: Stanislav Shalunov <shalunov@internet2.edu>
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Aug 28 09:05:53 2005 UTC (6 years, 5 months ago) by vsevolod
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -0 lines
Add libmicro - a set of portable benchmarks of system calls from opensolaris project. Approved by: perky (mentor) In collaboration with: gnn
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Jul 6 10:02:08 2005 UTC (6 years, 7 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -0 lines
Add flops, floating point benchmark to give your MFLOPS rating. Inspired by: NetBSD pkgsrc
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed May 25 10:52:41 2005 UTC (6 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -0 lines
Add nqueens 1.0, n-queens problem benchmark. PR: ports/78274 Submitted by: NAKAJI Hiroyuki <nakaji(at)jp.freebsd.org>
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon May 23 23:23:23 2005 UTC (6 years, 8 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -0 lines
Add pathrate. Pathrate is a tool that can estimate the capacity of network paths. An important feature of Pathrate is that it is robust to cross traffic effects, meaning that it can measure the path capacity even when the path is significantly loaded. This is crucial, since the hardest paths to measure are the heavily loaded ones. WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.html PR: ports/81295 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon May 23 23:20:51 2005 UTC (6 years, 8 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -0 lines
Add pathload. Pathload is a tool that can estimate the available bandwidth of network paths. WWW: http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/pathload.html PR: ports/81294 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon May 23 23:17:37 2005 UTC (6 years, 8 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
Add pathchirp. pathChirp is a new active probing tool for estimating the available bandwidth on a communication network path. Based on the concept of "self-induced congestion", pathChirp features an exponential flight pattern of probes we call a chirp. Packet chirps offer several significant advantages over current probing schemes based on packet pairs or packet trains. By rapidly increasing the probing rate within each chirp, pathChirp obtains a rich set of information from which to dynamically estimate the available bandwidth. WWW: http://www.spin.rice.edu/Software/pathChirp/ PR: ports/81293 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat May 21 20:09:27 2005 UTC (6 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -0 lines
- Move iperf from net to benchmarks PR: ports/81201 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Repocopy by: marcus
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Feb 14 21:04:04 2005 UTC (6 years, 11 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -0 lines
Blogbench is a portable filesystem benchmark that tries to reproduce the load of a real-world busy file server. It stresses the filesystem with multiple threads performing random reads, writes and rewrites in order to get a realistic idea of the scalability and the concurrency a system can handle. WWW: http://blogbench.pureftpd.org/ PR: ports/77490 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Jan 9 19:10:23 2005 UTC (7 years, 1 month ago) by arved
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0 lines
Add netio, a simple network benchmark
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Jan 9 10:48:46 2005 UTC (7 years, 1 month ago) by erwin
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Remove bytebench port, which has been repo-copied to unixbench since development seems to continue now and an upgrade has been published under this new name. Forgotten by: se
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Dec 5 04:13:25 2004 UTC (7 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -0 lines
pjd's src/tools/tools/raidtest as a port.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Oct 26 18:45:44 2004 UTC (7 years, 3 months ago) by krion
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -0 lines
Add dkftpbench 0.45, dkftpbench is an FTP benchmark program inspired by SPECweb99. The result of the benchmark is a number-of-simultaneous-users rating; after running the benchmark properly, you have a good idea how many simultaneous dialup clients a server can support. The target bandwidth per client is set at 28.8 kilobits/second to model dialup users; this is important for servers on the real Internet, which often serve thousands of clients on only 10 MBits/sec of bandwidth. PR: ports/73006 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Oct 18 15:11:32 2004 UTC (7 years, 3 months ago) by thierry
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -0 lines
Add pear-Benchmark 1.2.1, framework to benchmark PHP scripts or function calls. PR: 71528 Submitted by: Antônio Carlos Venâncio Júnior
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Aug 16 08:14:12 2004 UTC (7 years, 5 months ago) by maho
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -0 lines
Add Himeno Benchmark. this suite was made by HIMENO, Ryutaro, for evaluation of performance of the calculation of incompressible flow analysis. This program solves Poisson equation by Jacobi's iterative method which have many loops
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Jun 10 06:22:13 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0 lines
- Move httperf from www to benchmarks category Noticed by: ben @ EFNet Repocopied by: marcus
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Apr 2 07:29:32 2004 UTC (7 years, 10 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -0 lines
Remove category pkg/COMMENT files in favour of a COMMENT variable in the category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Mar 25 20:12:35 2004 UTC (7 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
Add pnetmark, a benchmark program for Common Language Runtime (C#) PR: ports/64641 Submitted by: michael johnson <ahze@ahze.net>
Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Feb 25 18:06:01 2004 UTC (7 years, 11 months ago) by oliver
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
High Performance Computing Linpack Benchmark - needs an MPI implementation (mpich and lam are supported by this port) - needs an Basic Linear Algebra Subprograms implementation like atlas (default) or blas (both are supported by this port) tested on alpha (5), amd64 (5) and i386 (4 and 5)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jan 22 17:57:44 2004 UTC (8 years ago) by ale
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
Add forkbomb 1.0, system stress testing tool. PR: ports/61717 Submitted by: Radim Kolar Approved by: nork (mentor/implicitly)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jan 16 01:38:54 2004 UTC (8 years ago) by edwin
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -0 lines
[REPOCOPY WAITING] ports/net/nttcp and ports/net/ttcp appear miscategorized
Julian Elischer suggested a new category "net/benchmarks" because
he believes that too many ports are listed under net/. Checking
into it, I noticed that these two ports are described as
benchmarking programs. In the Porters' Handbook, the net
category is described as "miscellaneous networking software".
The benchmarks category seems more specific so I feel that it
is preferable.
PR: ports/39095
Submitted by: Trevor Johnson <trevor@jpj.net>
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Jan 13 22:37:34 2004 UTC (8 years ago) by ale
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -0 lines
Add webbench 1.3, simple forking web benchmark. PR: ports/61307 Submitted by: Radim Kolar <hsn@netmag.cz> Approved by: nork (mentor/implicitly)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Oct 20 16:46:17 2003 UTC (8 years, 3 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
add autobench 2.0.1 Automating the process of benchmarking a web server
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Aug 29 03:50:28 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
New port: benchmarks/scimark2 - a Java benchmark. 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>
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 29 03:41:04 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
New port: benchmarks/scimark2c - an ANSI C version of the SciMark2 benchmark. This is an ANSI C version of the SciMark2 benchmark, translated from the original Java sources. The intent in making this benchmark available in C is mainly for performance comparisons. Suggested by May Tho. PR: ports/50646 Submitted by: Thierry Thomas <thierry@pompo.net>
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jan 18 03:15:24 2003 UTC (9 years ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
misc/pipebench -> benchmarks/pipebench
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Feb 24 03:46:12 2002 UTC (9 years, 11 months ago) by markp
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
Add dbench 1.3, a simulation of the Ziff-Davis netbench benchmark. PR: 35055 Submitted by: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Nov 6 20:17:11 2001 UTC (10 years, 3 months ago) by petef
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Add stream-1.0, a synthetic benchmark program that measures sustainable memory bandwidth PR: 27272 Submitted by: Scott Flatman <sf@dsinw.com>
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jun 8 04:18:52 2001 UTC (10 years, 8 months ago) by markp
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Add siege 2.00, a http regression testing and benchmarking utility. PR: 27831 Submitted by: Mark Pulford <mark@kyne.com.au>
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Apr 2 06:23:44 2001 UTC (10 years, 10 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
add postal, a SMTP/POP benchmark tester
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Mar 29 13:26:14 2001 UTC (10 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Add pybench 0.8, an extensible benchmark suite for Python.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Mar 24 16:39:26 2001 UTC (10 years, 10 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
add bonnie++ Performance Test of Filesystem I/O
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jun 6 13:38:50 2000 UTC (11 years, 8 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Activate ubench.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jun 5 13:25:36 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Add tmetric, a raw tool to aid in determining available bandwidth between two hosts. PR: 19017 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jan 14 02:08:53 2000 UTC (12 years ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Add iozone21.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:57:35 1999 UTC (12 years, 3 months ago) by ghelmer
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
Remove the benchmarking port "hint". HINT is no longer publically available from Ames Laboratory except to US Dept. of Energy users (ref http://www.scl.ameslab.gov/Projects/HINT/index.html) Reminded by: fenner's portsurvey
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Sep 19 04:20:19 1999 UTC (12 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
turn on postmark
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 25 04:45:38 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Change Id->FreeBSD.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 8 17:03:57 1999 UTC (12 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
turn-on rawio
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Apr 14 20:39:06 1999 UTC (12 years, 10 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Enter polygraph, a benchmarking tool for Web proxies.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 21 00:05:45 1999 UTC (12 years, 11 months ago) by jkoshy
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Activate netpipe.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Aug 1 23:36:52 1998 UTC (13 years, 6 months ago) by jkoshy
Branches: MAIN
CVS tags: RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Enable DBS.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 15 18:14:45 1998 UTC (13 years, 7 months ago) by ghelmer
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Activate hint.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 27 12:29:00 1998 UTC (13 years, 10 months ago) by tg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Activate nbench.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Feb 16 13:32:59 1997 UTC (14 years, 11 months ago) by andreas
Branches: MAIN
CVS tags: RELEASE_2_2_6, RELEASE_2_2_5, RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
enable new xengine port
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Aug 4 08:45:44 1996 UTC (15 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add netperf.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 3 00:12:48 1996 UTC (16 years, 1 month ago) by se
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Add bytebench.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jul 13 00:03:08 1995 UTC (16 years, 7 months ago) by asami
Branches: MAIN
New Makefile with bonnie, iozone, lmbench and tcpblast. Welcome to your new home, babies!
