From 9147cf1e59e475e4b3c182c10d8b039e9384d8dc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 13 Sep 2016 22:44:20 -0400 Subject: actually, that doesn't work so well, maxProofOfWork is not a power of 2 --- Benchmark.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'Benchmark.hs') diff --git a/Benchmark.hs b/Benchmark.hs index 815053c..65d0031 100644 --- a/Benchmark.hs +++ b/Benchmark.hs @@ -90,9 +90,6 @@ benchmarkTunables tunables = do putStrLn "/proc/cpuinfo:" putStrLn =<< readFile "/proc/cpuinfo" - putStrLn "Benchmarking 1 round of maximum size proof of work..." - print =<< benchmarkPoW 1 (maxProofOfWork / 2) - putStrLn "Benchmarking 1000 rounds of proof of work hash..." print =<< benchmarkExpensiveHash 1000 (proofOfWorkHashTunable 0) -- cgit v1.2.3