From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Newsgroups: gmane.lisp.guile.user Subject: benchmarking framework Date: Sat, 20 Jul 2002 14:46:23 +0200 Sender: guile-user-admin@gnu.org Message-ID: <34626.7977882691$1027169079@news.gmane.org> References: Reply-To: hanwen@cs.uu.nl NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1027169079 32375 127.0.0.1 (20 Jul 2002 12:44:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 20 Jul 2002 12:44:39 +0000 (UTC) Cc: guile-devel@gnu.org, guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17VtbC-0008Q4-00 for ; Sat, 20 Jul 2002 14:44:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Vtan-00088G-00; Sat, 20 Jul 2002 08:44:13 -0400 Original-Received: from smtpzilla3.xs4all.nl ([194.109.127.139]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17VtZw-00086p-00; Sat, 20 Jul 2002 08:43:21 -0400 Original-Received: from blauw.xs4all.nl (blauw.xs4all.nl [213.84.26.127]) by smtpzilla3.xs4all.nl (8.12.0/8.12.0) with ESMTP id g6KChJ17051599; Sat, 20 Jul 2002 14:43:19 +0200 (CEST) Original-To: Dirk Herrmann In-Reply-To: X-Mailer: VM 7.05 under Emacs 21.2.1 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:759 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:759 dirk@sallust.ida.ing.tu-bs.de writes: > I have taken the freedom to add a benchmarking framework to guile. It is > a simple adaptation from the testing framework. A lot of code has been > copied from there. Well, maybe at some time it would be better to extract > the common parts into a module. > > Whatever, here's a short introduction: benchmarks are placed in the > directory benchmark-suite/benchmarks. They are ordinary scheme files, but > with the .bm extension. At least these files are detected automatically. > Others can also be specified explicitly. there is a nice suite of scheme GC benchmarks in http://www.ccs.neu.edu/home/will/GC/sourcecode.html, however, is it required that authors of these also have disclaimers at gnu? -- Han-Wen Nienhuys | hanwen@cs.uu.nl | http://www.cs.uu.nl/~hanwen _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user