Skip to content

Commit

Permalink
Update K6 image used by benchmark overhead tests (#12726)
Browse files Browse the repository at this point in the history
  • Loading branch information
larryluogit authored Nov 14, 2024
1 parent 153cde8 commit e91bb38
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 e91bb38

Please sign in to comment.