Skip to content

Commit e134a04

Browse files
dagnirdavidh44
andauthored
Update test/http-client-benchmarks/src/main/java/software/amazon/awssdk/benchmark/core/ObjectSize.java
Co-authored-by: David Ho <[email protected]>
1 parent 6587599 commit e134a04

File tree

1 file changed

+1
-1
lines changed
  • test/http-client-benchmarks/src/main/java/software/amazon/awssdk/benchmark/core

1 file changed

+1
-1
lines changed

test/http-client-benchmarks/src/main/java/software/amazon/awssdk/benchmark/core/ObjectSize.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public enum ObjectSize {
1919

2020
SMALL(1024L * 1024),
2121
MEDIUM(8L * 1024 * 1024),
22-
LARGE(64L * 1024 * 1024),;
22+
LARGE(64L * 1024 * 1024);
2323

2424
private final long sizeInBytes;
2525

0 commit comments

Comments
 (0)