![JAR search and dependency download from the Maven repository](/logo.png)
io.hyperfoil.cli.commands.BenchmarkCompleter Maven / Gradle / Ivy
package io.hyperfoil.cli.commands;
public class BenchmarkCompleter extends ServerOptionCompleter {
public BenchmarkCompleter() {
super(client -> client.benchmarks().stream());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy