Skip to content

Commit 86cdef1

Browse files
larryluogitAlex Kats
authored and
Alex Kats
committed
Update K6 image used by benchmark overhead tests (open-telemetry#12726)
1 parent c515bc7 commit 86cdef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark-overhead/src/test/java/io/opentelemetry/containers/K6Container.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public K6Container(
3535

3636
public GenericContainer<?> build() {
3737
String k6OutputFile = namingConventions.container.k6Results(agent);
38-
return new GenericContainer<>(DockerImageName.parse("loadimpact/k6"))
38+
return new GenericContainer<>(DockerImageName.parse("grafana/k6"))
3939
.withNetwork(network)
4040
.withNetworkAliases("k6")
4141
.withLogConsumer(new Slf4jLogConsumer(logger))

0 commit comments

Comments
 (0)