summaryrefslogtreecommitdiffhomepage
path: root/Benchmark.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-13 22:44:20 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-13 22:44:20 -0400
commit9147cf1e59e475e4b3c182c10d8b039e9384d8dc (patch)
tree747834791fb713577642bb9d5870cb36fcfed1bd /Benchmark.hs
parentfd49dce7ad1d0a3f84ae267eb15939c1fa588b31 (diff)
downloadkeysafe-9147cf1e59e475e4b3c182c10d8b039e9384d8dc.tar.gz
actually, that doesn't work so well, maxProofOfWork is not a power of 2
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)