Tcl Benchmarks README © Copyright 2000 Laurent Duperval Various benchmarks for Tcl. Version 0.2, April 28, 2000 REQUIREMENTS: You need Tcl/Tk installed on your system. Any version from 7.4 and up should work for running the benchmarks. Of course, I didn't test them all so... I've tried these on HPUX, Linux and NT and only found a problem with the wish tests on NT: they don't exit for some reason. If you want to run the graphical interface, you will need Tk 8.2 installed on your machine. Otherwise, the benchmarks themselves should work with any version from Tcl 7.4/Tk 4.0. You will also need the BWidget package. INSTALLATION: Simply unpack the archive. To run the benchmarks, source the benchmarks.tcl file with a Tcl interpreter: % wish benchmarks.tcl If you just want to run the benchmarks, us a Tcl interpreter with the tcl_*.bch files and a Tk interpreter with the wish_*.bch files. KNOWN PROBLEMS: - Tk 8.0-based interpreters don't work well on Windows - The interface freezes while benchmarks are being run - Doesn't seem to work too well with BWidget 1.2.x - No error handling CHANGES: 0.1 Apr 26, 2000 - first released version 0.2 Apr 28, 2000 - Added Graphical interface (needs BWidget) - Changed the license LICENSE: Copyright © 2000, Laurent Duperval All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The name of the Copyright holder may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.