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

Function benchmarkVerify

types/types_test.go:504–511  ·  view source on GitHub ↗
(b *testing.B, v ver)

Source from the content-addressed store, hash-verified

502}
503
504func benchmarkVerify(b *testing.B, v ver) {
505 var err error
506 for i := 0; i < b.N; i++ {
507 if err = v.Verify(); err != nil {
508 b.Error(err)
509 }
510 }
511}
512
513func benchmarkSign(b *testing.B, s ser) {
514 var err error

Callers 1

BenchmarkTypesFunction · 0.85

Calls 2

ErrorMethod · 0.80
VerifyMethod · 0.65

Tested by

no test coverage detected