我在768MB ram和512 MB交換空間的容器上運行。我無法增加這一點。 cabal install criterion總是在Compiling Criterion.Types給人 Failed during the building phase.
The exception was: ExitFailure (-9)
This may be due to an out-of-memory
我需要對IO中的一些代碼進行基準測試,並且標準支持非常好。但是我想執行很少的初始化步驟(每個基準測試都不同)。簡易方法: main = defaultMain
[ bench "the first" $ do
initTheFirst
theFirst
cleanUpTheFirst
, bench "the second" $ do