Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for BenchmarkDecodeFileInfoMsgp (0.16 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/storage-datatypes_test.go

    	}
    
    	enc := gob.NewEncoder(io.Discard)
    	b.SetBytes(1)
    	b.ReportAllocs()
    
    	for b.Loop() {
    		err := enc.Encode(&v)
    		if err != nil {
    			b.Fatal(err)
    		}
    	}
    }
    
    func BenchmarkDecodeFileInfoMsgp(b *testing.B) {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 9.1K bytes
    - Click Count (0)
  2. cmd/storage-datatypes_gen_test.go

    Klaus Post <******@****.***> 1759093161 +0200
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 73.9K bytes
    - Click Count (0)
Back to Top