Skip to content

Commit

Permalink
Update K6 image used by benchmark overhead tests (open-telemetry#12726)
Browse files Browse the repository at this point in the history
  • Loading branch information
larryluogit authored and Alex Kats committed Nov 21, 2024
1 parent c515bc7 commit 86cdef1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public K6Container(

public GenericContainer<?> build() {
String k6OutputFile = namingConventions.container.k6Results(agent);
return new GenericContainer<>(DockerImageName.parse("loadimpact/k6"))
return new GenericContainer<>(DockerImageName.parse("grafana/k6"))
.withNetwork(network)
.withNetworkAliases("k6")
.withLogConsumer(new Slf4jLogConsumer(logger))
Expand Down

0 comments on commit 86cdef1

Please sign in to comment.