From b703e6583daeb0089aba5b9e822eb6cbe1539802 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Mon, 3 Jun 2013 09:50:31 -0700 Subject: [PATCH] Added go1.1 results --- hash/results.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/hash/results.txt b/hash/results.txt index 8b6c063e..4466d35d 100644 --- a/hash/results.txt +++ b/hash/results.txt @@ -2,6 +2,24 @@ NOTE: I used SetBytes(1) to give quick estimate of ops/sec 2012 MacbookAir 11" i7 2Ghz +================ +OSX - Mountain Lion +Go version go1.1 +================ + +Benchmark_Bernstein_SmallKey 500000000 5.19 ns/op 192.58 MB/s +Benchmark_Murmur3___SmallKey 200000000 7.98 ns/op 125.31 MB/s +Benchmark_FNV1A_____SmallKey 500000000 4.89 ns/op 204.30 MB/s +Benchmark_Meiyan____SmallKey 500000000 5.13 ns/op 195.10 MB/s +Benchmark_Jesteress_SmallKey 500000000 5.11 ns/op 195.52 MB/s +Benchmark_Yorikke___SmallKey 500000000 5.43 ns/op 184.01 MB/s +Benchmark_Bernstein___MedKey 50000000 39.10 ns/op 25.60 MB/s +Benchmark_Murmur3_____MedKey 100000000 18.70 ns/op 53.45 MB/s +Benchmark_FNV1A_______MedKey 50000000 32.10 ns/op 31.16 MB/s +Benchmark_Meiyan______MedKey 500000000 7.79 ns/op 128.33 MB/s +Benchmark_Jesteress___MedKey 500000000 7.05 ns/op 141.81 MB/s +Benchmark_Yorikke_____MedKey 500000000 7.51 ns/op 133.19 MB/s + ================ OSX - Mountain Lion Go version go1.0.3