MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / BenchmarkHashFuncs

Function BenchmarkHashFuncs

crypto/hash/hashfuncs_test.go:235–245  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

233}
234
235func BenchmarkHashFuncs(b *testing.B) {
236 b.ResetTimer()
237 for i := 0; i < b.N; i++ {
238 HashB([]byte{
239 0x6f, 0xe2, 0x8c, 0x0a, 0xb6, 0xf1, 0xb3, 0x72,
240 0xc1, 0xa6, 0xa2, 0x46, 0xae, 0x63, 0xf7, 0x4f,
241 0x93, 0x1e, 0x83, 0x65, 0xe1, 0x5a, 0x08, 0x9c,
242 0x68, 0xd6, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00,
243 })
244 }
245}

Callers

nothing calls this directly

Calls 1

HashBFunction · 0.85

Tested by

no test coverage detected