All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hyperfoil.cli.commands.BenchmarkCompleter Maven / Gradle / Ivy

package io.hyperfoil.cli.commands;

import java.util.stream.Stream;

public class BenchmarkCompleter extends ServerOptionCompleter {
   public BenchmarkCompleter() {
      super(client -> Stream.concat(client.benchmarks().stream(), client.templates().stream()));
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy