mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-09 09:37:31 +01:00
Switch from obsolete gauge to criterion.
This commit is contained in:
parent
aceaed97fd
commit
6f69324bb7
@ -8,7 +8,8 @@ import Control.Monad.Logger (runNoLoggingT, runStdoutLoggingT)
|
||||
import Data.Pool (destroyAllResources)
|
||||
import Database.Persist.Postgresql (PostgresConf(..), createPostgresqlPool)
|
||||
import Database.Persist.Sql (ConnectionPool, SqlBackend, runSqlPool)
|
||||
import Gauge
|
||||
import Criterion
|
||||
import Criterion.Main
|
||||
import Pantry.Internal.Stackage (PackageNameP(..))
|
||||
import RIO
|
||||
import Settings (getAppSettings, AppSettings(..), DatabaseSettings(..), configSettingsYmlValue)
|
||||
|
||||
@ -155,7 +155,7 @@ benchmarks:
|
||||
source-dirs: bench
|
||||
dependencies:
|
||||
- stackage-server
|
||||
- gauge
|
||||
- criterion
|
||||
- deepseq
|
||||
- path-io
|
||||
- casa-client
|
||||
|
||||
Loading…
Reference in New Issue
Block a user