From a64a3a9fe6c4db2983982a6dcdca0d86d5550f3d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 19 Aug 2016 18:56:35 -0400 Subject: more polishing --- ExpensiveHash.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ExpensiveHash.hs') diff --git a/ExpensiveHash.hs b/ExpensiveHash.hs index ed7e859..f9a9548 100644 --- a/ExpensiveHash.hs +++ b/ExpensiveHash.hs @@ -63,6 +63,8 @@ benchmarkExpensiveHash rounds tunables expected = do benchmarkTunables :: Tunables -> IO () benchmarkTunables tunables = do + putStrLn "/proc/cpuinfo:" + putStrLn =<< readFile "/proc/cpuinfo" putStrLn "Note that expected times are for 1 core machine." putStrLn "If this machine has 2 cores, the actual times should be half the expected times." putStrLn "Benchmarking 16 rounds of key generation hash..." -- cgit v1.2.3