libgo: Update to Go 1.3 release.
From-SVN: r212837
This commit is contained in:
parent
bcf2fc6ee0
commit
00d86ac99f
456 changed files with 15275 additions and 4847 deletions
|
@ -376,6 +376,13 @@ func BenchmarkFloat32(b *testing.B) {
|
|||
}
|
||||
}
|
||||
|
||||
func BenchmarkFloat64(b *testing.B) {
|
||||
r := New(NewSource(1))
|
||||
for n := b.N; n > 0; n-- {
|
||||
r.Float64()
|
||||
}
|
||||
}
|
||||
|
||||
func BenchmarkPerm3(b *testing.B) {
|
||||
r := New(NewSource(1))
|
||||
for n := b.N; n > 0; n-- {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue