libgo: Update to weekly.2012-02-07.
From-SVN: r184034
This commit is contained in:
parent
cd6368115d
commit
94252f4bcc
294 changed files with 4353 additions and 3721 deletions
|
@ -187,7 +187,7 @@ func BenchmarkReadStruct(b *testing.B) {
|
|||
bsr := &byteSliceReader{}
|
||||
var buf bytes.Buffer
|
||||
Write(&buf, BigEndian, &s)
|
||||
n := TotalSize(reflect.ValueOf(s))
|
||||
n := dataSize(reflect.ValueOf(s))
|
||||
b.SetBytes(int64(n))
|
||||
t := s
|
||||
b.ResetTimer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue