diff --git a/benchmarks/Main.hs b/benchmarks/Main.hs index 9e3b1d9..968e04d 100644 --- a/benchmarks/Main.hs +++ b/benchmarks/Main.hs @@ -18,16 +18,7 @@ main = useConnection connection where acquireConnection = - A.acquire settings - where - settings = - A.settings host port user password database - where - host = "localhost" - port = 5432 - user = "postgres" - password = "" - database = "postgres" + A.acquire "" useConnection connection = defaultMain [