Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
kuixiang committed May 16, 2013
1 parent 66b134c commit 3c068bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed docs/test2/Hydra-client功能测试清单.xls
Binary file not shown.
Binary file removed docs/test2/Hydra-client测试报告-1.0.doc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* Date: 13-5-14
* Time: 下午6:43
*/
public class JMeterGetTracesByDuration extends AbstractJavaSamplerClient {
private static Logger logger = LoggerFactory.getLogger(JMeterGetTracesByDuration.class);
public class JmeterGetTracesByDuration extends AbstractJavaSamplerClient {
private static Logger logger = LoggerFactory.getLogger(JmeterGetTracesByDuration.class);
private QueryService queryService;
//arguments
private String serviceId;
Expand Down Expand Up @@ -59,7 +59,7 @@ public Arguments getDefaultParameters() {
@Override
public SampleResult runTest(JavaSamplerContext javaSamplerContext) {
SampleResult sr = new SampleResult();
sr.setSampleLabel("JMeterGetTracesByDuration"+serviceId);
sr.setSampleLabel("JmeterGetTracesByDuration"+serviceId);
sr.sampleStart();
try {
JSONArray jsonArray = queryService.getTracesByDuration(serviceId, startTime, sum, durationMin, durationMax);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
</elementProp>
</collectionProp>
</elementProp>
<stringProp name="classname">com.jd.bdp.hydra.jmetertest.QueryService.JMeterGetTracesByDuration</stringProp>
<stringProp name="classname">com.jd.bdp.hydra.jmetertest.QueryService.JmeterGetTracesByDuration</stringProp>
</JavaSampler>
<hashTree>
<ResultCollector guiclass="StatVisualizer" testclass="ResultCollector" testname="聚合报告" enabled="true">
Expand Down

0 comments on commit 3c068bd

Please sign in to comment.