Connect through socket in benchmarks

This commit is contained in:
Nikita Volkov 2017-06-06 09:38:02 +03:00
parent 810adac70b
commit 2d5a248f3f

View File

@ -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
[