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

Function BenchmarkPaddedBigBytesLargePadding

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

Source from the content-addressed store, hash-verified

134}
135
136func BenchmarkPaddedBigBytesLargePadding(b *testing.B) {
137 bigint := MustParseBig256("123456789123456789123456789123456789")
138 for i := 0; i < b.N; i++ {
139 PaddedBigBytes(bigint, 200)
140 }
141}
142
143func BenchmarkPaddedBigBytesSmallPadding(b *testing.B) {
144 bigint := MustParseBig256("0x18F8F8F1000111000110011100222004330052300000000000000000FEFCF3CC")

Callers

nothing calls this directly

Calls 2

MustParseBig256Function · 0.85
PaddedBigBytesFunction · 0.85

Tested by

no test coverage detected