Skip to content

Commit

Permalink
Disable tracing in system performance test tasks
Browse files Browse the repository at this point in the history
These are some remains from older performance issues diagnosing.
  • Loading branch information
mederly committed Sep 30, 2021
1 parent 3405c86 commit 481377b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
26 changes: 13 additions & 13 deletions testing/story/src/test/resources/system-perf/task-import.vm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@ Parameters:
<!-- </tracingTypeProfile>-->
<!-- </tracingProfile>-->
<!--</tracing>-->
<tracing>
<order>3</order>
<beforeItemCondition>
<interval>1</interval>
</beforeItemCondition>
<tracingProfile>
<fileNamePattern>trace %{timestamp} %{focusName} %{milliseconds}</fileNamePattern>
<operationMonitoring/>
<tracingTypeProfile>
<level>off</level>
</tracingTypeProfile>
</tracingProfile>
</tracing>
<!--<tracing>-->
<!-- <order>3</order>-->
<!-- <beforeItemCondition>-->
<!-- <interval>1</interval>-->
<!-- </beforeItemCondition>-->
<!-- <tracingProfile>-->
<!-- <fileNamePattern>trace %{timestamp} %{focusName} %{milliseconds}</fileNamePattern>-->
<!-- <operationMonitoring/>-->
<!-- <tracingTypeProfile>-->
<!-- <level>off</level>-->
<!-- </tracingTypeProfile>-->
<!-- </tracingProfile>-->
<!--</tracing>-->
</reporting>
</activity>
</task>
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ Parameters:
<distribution>
<workerThreads>$workerThreads</workerThreads>
</distribution>
<reporting>
<tracing>
<interval>1</interval>
<tracingProfile>
<fileNamePattern>trace %{timestamp} %{focusName} %{milliseconds}</fileNamePattern>
<tracingTypeProfile>
<level>off</level>
</tracingTypeProfile>
</tracingProfile>
</tracing>
</reporting>
<!--<reporting>-->
<!-- <tracing>-->
<!-- <interval>1</interval>-->
<!-- <tracingProfile>-->
<!-- <fileNamePattern>trace %{timestamp} %{focusName} %{milliseconds}</fileNamePattern>-->
<!-- <tracingTypeProfile>-->
<!-- <level>off</level>-->
<!-- </tracingTypeProfile>-->
<!-- </tracingProfile>-->
<!-- </tracing>-->
<!--</reporting>-->
</activity>
</task>

0 comments on commit 481377b

Please sign in to comment.