- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for BenchmarkMarshalMsgReplicationState (0.16 seconds)
-
cmd/bucket-replication-utils_gen_test.go
} left, err = msgp.Skip(bts) if err != nil { t.Fatal(err) } if len(left) > 0 { t.Errorf("%d bytes left over after Skip(): %q", len(left), left) } } func BenchmarkMarshalMsgReplicationState(b *testing.B) { v := ReplicationState{} b.ReportAllocs() b.ResetTimer() for i := 0; i < b.N; i++ { v.MarshalMsg(nil) } } func BenchmarkAppendMsgReplicationState(b *testing.B) {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 23K bytes - Click Count (0)