Skip to content

Commit 1ec8f8e

Browse files
committed
bencmark results
1 parent b589286 commit 1ec8f8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

x/fibre/validator/set_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ func TestSet_Assign(t *testing.T) {
113113
})
114114
}
115115

116+
// Results for 16,384 rows (K=4096, N=12288):
117+
//
118+
// Validators Time/op Memory/op Allocs/op
119+
// 10 ~1.47 ms ~2.87 MB ~47,649
120+
// 50 ~1.48 ms ~2.90 MB ~49,335
121+
// 100 ~1.50 ms ~2.91 MB ~49,901
116122
func BenchmarkSet_Assign(b *testing.B) {
117123
commitment := rsema1d.Commitment{
118124
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,

0 commit comments

Comments
 (0)