refactor test-connect and test-setup-database to be these two separate things (from...
[clsql.git] / tests / benchmarks.lisp
index 372b81cca30d0b5683562b7416555f70ed04ab42..4e528908e6f3df98991a275f0ee2dbb660607399 100644 (file)
@@ -42,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))