From 22c497ad725bd25dcf94b147947612b34a9f2bce Mon Sep 17 00:00:00 2001 From: Who Soup Date: Mon, 29 Jul 2019 16:13:24 +0200 Subject: [PATCH] oops --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 4200347..0a9526d 100644 --- a/main.go +++ b/main.go @@ -75,12 +75,11 @@ func runtest(miners int) { } func main() { - opr = lx.Hash([]byte("foo")) - fmt.Printf("Benchmarking LXR Hash\n") fmt.Println("=====================================") lx.Verbose(true) lx.Init(lxr.Seed, lxr.MapSizeBits, lxr.HashSize, lxr.Passes) + opr = lx.Hash([]byte("foo")) fmt.Printf("%10s = %x, %d, %d, %d\n", "Hash Init", lxr.Seed, lxr.MapSizeBits, lxr.HashSize, lxr.Passes) c, _ := cpu.Info()