X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Fbenchmarks.lisp;h=4e528908e6f3df98991a275f0ee2dbb660607399;hp=16e3e78f8b34cdc2ccc6f0db411302b09ace9654;hb=9fe9142259cca16202f35f66cbb35419752dd54d;hpb=90ce2284fab5f1daedb8aa6aba3008a5c3651e30 diff --git a/tests/benchmarks.lisp b/tests/benchmarks.lisp index 16e3e78..4e52890 100644 --- a/tests/benchmarks.lisp +++ b/tests/benchmarks.lisp @@ -1,18 +1,19 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; File: benchmarks.lisp -;;;; Authors: Kevin Rosenberg -;;;; Created: 03/05/2004 -;;;; Updated: $Id$ +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION ;;;; -;;;; Benchmark suite +;;;; Name: benchmarks.lisp +;;;; Purpose: Time performance tests for CLSQL +;;;; Authors: Kevin M. Rosenberg +;;;; Created: March 5, 2004 ;;;; ;;;; This file is part of CLSQL. ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software ;;;; as governed by the terms of the Lisp Lesser GNU Public License ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. -;;;; ====================================================================== +;;;; ************************************************************************* + (in-package #:clsql-tests) @@ -41,7 +42,7 @@ (values)) (defun do-benchmarks-for-backend (db-type spec count) - (test-connect-to-database db-type spec) + (test-setup-database db-type spec) (write-report-banner "Benchmarks" db-type *report-stream* (database-name-from-spec spec db-type))