mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-15 10:22:02 -06:00
spacing
This commit is contained in:
parent
9c8dfb33a7
commit
32a8273372
@ -227,7 +227,7 @@ public class NBCLI {
|
||||
public void printWorkloads() {
|
||||
List<NosqlBenchFiles.WorkloadDesc> workloads = NosqlBenchFiles.getWorkloadsWithScenarioScripts();
|
||||
for (NosqlBenchFiles.WorkloadDesc workload : workloads) {
|
||||
System.out.println("# from: "+ workload.getYamlPath());
|
||||
System.out.println("\n# from: "+ workload.getYamlPath());
|
||||
List<String> scenarioList = workload.getScenarioNames();
|
||||
String workloadName = workload.getYamlPath().replaceAll("\\.yaml", "") ;
|
||||
Set<String> templates = workload.getTemlpates();
|
||||
@ -242,7 +242,7 @@ public class NBCLI {
|
||||
System.out.println("# with the following optional parameters and defaults: ");
|
||||
templates.stream()
|
||||
.map(x -> x.replaceAll(",","="))
|
||||
.map(x -> "# "+x)
|
||||
.map(x -> " # "+x)
|
||||
.forEach(System.out::println);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user