Skip to content

Commit

Permalink
Start repair bench from 4x4 ODS for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
musalbas committed Sep 15, 2022
1 parent 31073f4 commit 8daf743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extendeddatacrossword_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func TestRepairExtendedDataSquare(t *testing.T) {

func BenchmarkRepair(b *testing.B) {
// For different ODS sizes
for originalDataWidth := 16; originalDataWidth <= 512; originalDataWidth *= 2 {
for originalDataWidth := 4; originalDataWidth <= 512; originalDataWidth *= 2 {
for codecName, codec := range codecs {
if codec.maxChunks() < originalDataWidth*originalDataWidth {
// Only test codecs that support this many chunks
Expand Down

0 comments on commit 8daf743

Please sign in to comment.