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

Function BenchmarkPaddedBigBytesSmallOnePadding

utils/big_test.go:150–155  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

148}
149
150func BenchmarkPaddedBigBytesSmallOnePadding(b *testing.B) {
151 bigint := MustParseBig256("0x18F8F8F1000111000110011100222004330052300000000000000000FEFCF3CC")
152 for i := 0; i < b.N; i++ {
153 PaddedBigBytes(bigint, 32)
154 }
155}
156
157func BenchmarkByteAtBrandNew(b *testing.B) {
158 bigint := MustParseBig256("0x18F8F8F1000111000110011100222004330052300000000000000000FEFCF3CC")

Callers

nothing calls this directly

Calls 2

MustParseBig256Function · 0.85
PaddedBigBytesFunction · 0.85

Tested by

no test coverage detected