Skip to content

Commit

Permalink
Add 100MB benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
dev committed Jan 19, 2024
1 parent e22e2a8 commit 325319f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions checksum/checksum_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func BenchmarkChecksum(b *testing.B) {
64 * 1024,
1024 * 1024,
10 * 1024 * 1024,
100 * 1024 * 1024,
1024 * 1024 * 1024,
}

Expand Down
1 change: 1 addition & 0 deletions chunking/chunking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func BenchmarkChunking(b *testing.B) {
64 * 1024,
1024 * 1024,
10 * 1024 * 1024,
100 * 1024 * 1024,
1024 * 1024 * 1024,
}

Expand Down
1 change: 1 addition & 0 deletions encryption_aead/encryption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var (
64 * 1024,
1024 * 1024,
10 * 1024 * 1024,
100 * 1024 * 1024,
1024 * 1024 * 1024,
}
)
Expand Down
1 change: 1 addition & 0 deletions encryption_unauthenticated/encryption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var (
64 * 1024,
1024 * 1024,
10 * 1024 * 1024,
100 * 1024 * 1024,
1024 * 1024 * 1024,
}
)
Expand Down
1 change: 1 addition & 0 deletions hashing/hashing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func BenchmarkHashing(b *testing.B) {
64 * 1024,
1024 * 1024,
10 * 1024 * 1024,
100 * 1024 * 1024,
1024 * 1024 * 1024,
}

Expand Down
1 change: 1 addition & 0 deletions mac/mac_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func BenchmarkMac(b *testing.B) {
64 * 1024,
1024 * 1024,
10 * 1024 * 1024,
100 * 1024 * 1024,
1024 * 1024 * 1024,
}

Expand Down

0 comments on commit 325319f

Please sign in to comment.