summaryrefslogtreecommitdiffhomepage
path: root/Benchmark.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Benchmark.hs')
-rw-r--r--Benchmark.hs3
1 files changed, 0 insertions, 3 deletions
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)