Skip to content

Commit c0d52cc

Browse files
committed
Update name space prefix
1 parent 10e71a5 commit c0d52cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/s3-benchmarks/src/main/java/software/amazon/awssdk/s3benchmarks/s3express/S3BenchmarkRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static void runBenchmarks(boolean useS3Express) {
116116
.httpClient(Apache5HttpClient.create())
117117
.overrideConfiguration(o -> o.addMetricPublisher(
118118
metricPublisher(cloudwatchClient,
119-
namespacePrefix + "/SmallObject/Apache")))
119+
namespacePrefix + "/SmallObject/Apache5")))
120120
.build();
121121

122122
LOGGER.info(() -> "Running small objects benchmark with Apache5 Http Client, 64Kb data, 5 buckets, 200 iterations");

0 commit comments

Comments
 (0)