Skip to content

Commit 87c8434

Browse files
dagnirdavidh44
andauthored
Update test/http-client-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apache5/Apache5Benchmark.java
Co-authored-by: David Ho <[email protected]>
1 parent 492756a commit 87c8434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/http-client-benchmarks/src/main/java/software/amazon/awssdk/benchmark/apache5/Apache5Benchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private void executeGet(Blackhole blackhole) {
167167

168168
private void executePut(Blackhole blackhole) {
169169
PutObjectResponse response = s3Client.putObject(
170-
r -> r.bucket(benchmarkHelper.bucketName()).key("Apache4Benchmark-" + Thread.currentThread().getName()),
170+
r -> r.bucket(benchmarkHelper.bucketName()).key("Apache5Benchmark-" + Thread.currentThread().getName()),
171171
benchmarkHelper.requestBody(objectSize));
172172
blackhole.consume(response);
173173
}

0 commit comments

Comments
 (0)