Searched refs:workload (Results 1 – 2 of 2) sorted by relevance
52 String workload = in testGetInodeOutputFieldWorkload() local55 Assert.assertEquals(expectedFields.get(InodeopOutputV0.WORKLOAD), workload); in testGetInodeOutputFieldWorkload() local82 String workload = null; in testBuildInodeopCommandEmpty() local91 workload); in testBuildInodeopCommandEmpty()104 String workload = "create"; in testBuildInodeopCommandWorkload() local113 workload); in testBuildInodeopCommandWorkload()126 String workload = null; in testBuildInodeopCommandDirectory() local135 workload); in testBuildInodeopCommandDirectory()148 String workload = null; in testBuildInodeopCommandFromDirectory() local157 workload); in testBuildInodeopCommandFromDirectory()[all …]
53 private String workload = null; field in InodeopBenchmarkTest102 workload); in runInodeopBenchmark()178 String workload) { in buildInodeopCommand() argument199 if (workload != null) { in buildInodeopCommand()201 sb.append(workload); in buildInodeopCommand()